dotfiles_lsd/colors.yaml
candifloss 4291705b18 Update colors
- Change everything to hex instead of ANSI codes
- Update some colors
2026-08-17 12:05:16 +05:30

46 lines
721 B
YAML

user: '#b7b7b7'
group: '#989ebc'
permission:
read: '#d8cfa0'
write: '#c98868'
exec: '#3ba04d'
exec-sticky: '#10efdf'
no-access: '#f2b3bd'
octal: '#c6c6c6'
acl: '#10bfaf'
context: '#01a9ff'
date:
hour-old: '#adadad'
day-old: '#9f9f9f'
older: '#707070'
size:
none: '#606060'
small: '#e5d895'
medium: '#f4efd2'
large: '#eabfa9'
inode:
valid: '#01a9ff'
invalid: '#d62222'
links:
valid: '#10bfaf'
invalid: '#d62222'
tree-edge: '#606060'
git-status:
default: '#c6c6c6'
unmodified: '#c6c6c6'
ignored: '#606060'
new-in-index: '#3bd04d'
new-in-workdir: '#3ba04d'
typechange: '#f6e000'
deleted: '#d62222'
renamed: '#10bfaf'
modified: '#f6e000'
conflicted: '#ff4444'