Skip to content

bradleyhop/lsd-solarized-theme

Repository files navigation

Solarized Color Theme for LSDeluxe (lsd)

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

solarized-light-lsd

Dark Theme

solarized-dark-lsd

Installation

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.

LSD Version 1.0.0 or later

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.

Older versions

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

About

A Solarized Color Theme for the LSD, the next gen ls command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published