lsd icon indicating copy to clipboard operation
lsd copied to clipboard

custom colour theme not working

Open kamransoomro84 opened this issue 10 months ago • 1 comments

  • os: Mac OS 15.5
  • lsd --version: lsd 1.1.5
  • echo $TERM: xterm-ghostty
  • echo $LS_COLORS:

Expected behavior

custom colour theme should be applied

Actual behavior

The default colour theme is applied.

Image

My config.yaml file contains:

color:
  theme: custom
  when: always
indicators: true
sorting:
  dir-grouping: first

colors.yaml contains:

#  Dracula
#  ┬  ┌─┐┌┬┐
#  │  └─┐ ││
#  ┴─┘└─┘─┴┘
# urrick hunt

user: 159                           # cyan
group: 231                          # foreground
permission:
  read: 183                         # blue
  write: 212                        # magenta
  exec: 159                         # cyan
  exec-sticky: 159                  # cyan
  no-access: 210                    # red
date:
  hour-old: 146                     # comment 20% lighter
  day-old: 103                      # comment
  older: 60                         # current line
size:
  none: 60                          # current line
  small: 120                        # green
  medium: 215                       # orange
  large: 210                        # red
inode:
  valid: 231                        # foreground
  invalid: 210                      # red
links:
  valid: 159                        # cyan
  invalid: 210                      # red
tree-edge: 183                      # blue

Trying different colour specifications as no effect.

kamransoomro84 avatar Jun 09 '25 23:06 kamransoomro84

Your theme works for me with version 1.2.0.

necrevistonnezr avatar Oct 15 '25 04:10 necrevistonnezr