use theme for lsd
This commit is contained in:
parent
42bd21299b
commit
2de2015a5e
2 changed files with 29 additions and 2 deletions
|
@ -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.
|
||||
|
|
27
home/private_dot_config/lsd/themes/catppuccin.yaml
Normal file
27
home/private_dot_config/lsd/themes/catppuccin.yaml
Normal file
|
@ -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
|
Loading…
Reference in a new issue