An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# `lsd` Nord color theme

Screenshot example

![Example photo](screenshot.png)

## 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
```