https://github.com/mstill3/lsd-nord-theme
Nord color theme for `lsd` (improved `ls` command)
https://github.com/mstill3/lsd-nord-theme
cli color color-theme ls lsd nord nord-theme terminal
Last synced: about 2 months ago
JSON representation
Nord color theme for `lsd` (improved `ls` command)
- Host: GitHub
- URL: https://github.com/mstill3/lsd-nord-theme
- Owner: mstill3
- Created: 2024-09-11T17:09:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:16:33.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T15:38:42.661Z (almost 2 years ago)
- Topics: cli, color, color-theme, ls, lsd, nord, nord-theme, terminal
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `lsd` Nord color theme
Screenshot example

## References
- [`lsd` (improved `ls`)](https://github.com/lsd-rs/lsd)
- [Nord color pallet](https://www.nordtheme.com/)
- [starship shell prompt](https://starship.rs/)
## Setup
1. Modify the `lsd` config file
```bash
vim ~/.config/lsd/config.yaml
```
2. Add/set the following property in that config file
```yaml
color:
theme: custom
```
3. Copy over the Nord color config file for `lsd` to read it
```bash
cp nord.yaml ~/.config/lsd/colors.yaml
```