diff --git a/home/private_dot_config/lsd/config.yaml b/home/private_dot_config/lsd/config.yaml index 8bfb672..5a215ab 100644 --- a/home/private_dot_config/lsd/config.yaml +++ b/home/private_dot_config/lsd/config.yaml @@ -23,6 +23,7 @@ color: # When "classic" is set, this is set to "never". # Possible values: never, auto, always when: auto + theme: catppuccin # == Date == # This specifies the date format for the date column. The freeform format @@ -52,8 +53,7 @@ icons: theme: fancy # Separator between icon and the name # Default to 1 space - separator: ' ' - + separator: " " # == Ignore Globs == # A list of globs to ignore when listing. diff --git a/home/private_dot_config/lsd/themes/catppuccin.yaml b/home/private_dot_config/lsd/themes/catppuccin.yaml new file mode 100644 index 0000000..96c0864 --- /dev/null +++ b/home/private_dot_config/lsd/themes/catppuccin.yaml @@ -0,0 +1,27 @@ +user: 6 +group: 12 +permission: + read: dark_green + write: dark_yellow + exec: dark_red + exec-sticky: 5 + no-access: red + octal: 3 + acl: dark_cyan + context: cyan +date: + hour-old: 40 + day-old: 42 + older: 36 +size: + none: 245 + small: 229 + medium: 216 + large: 172 +inode: + valid: 13 + invalid: 9 +links: + valid: 13 + invalid: 9 +tree-edge: 17