Now with light and dark themes!
These are light and dark Solarized themes for LSD (LSDeluxe), which is a
rewrite of the GNU utility ls
with lots of added features like colors, icons,
tree-view, more formatting options etc.
This theme is designed using the Solarized color scheme. I've found the light color theme works well with most light-themed console terminals.
Light Theme
Dark Theme
Configuring a custom theme for LSD depends on what version is on your system. Check your version with lsd --version
. For either version, create a lsd
directory to your XDG Base Directory, e.g. ~/.config/lsd
.
Copy the contents of either color_solarized_light.yaml
or color_solarized_dark.yaml
in the parent directory of this repository to ~/.config/lsd/colors.yaml
. To use the theme, add the following to your ~/.config/lsd/config.yaml
file (you may need to initialize this directory and config files first if they don't exist):
color:
theme: custom
See the Config file content official documentation for more information.
Recursively copy the themes
directory in this repository to your ~/.config/lsd
directory. In your configuration file, e.g. ~/.config/lsd/config.yaml
, add the following entry for the light theme:
color:
theme: solarized-light
Or for the dark theme:
color:
theme: solarized-dark