Update colors
- Change everything to hex instead of ANSI codes - Update some colors
This commit is contained in:
parent
9f457d6fb1
commit
4291705b18
71
colors.yaml
71
colors.yaml
@ -1,38 +1,45 @@
|
||||
user: 102
|
||||
group: 60
|
||||
user: '#b7b7b7'
|
||||
group: '#989ebc'
|
||||
|
||||
permission:
|
||||
read: 117
|
||||
write: 66
|
||||
exec: 10
|
||||
exec-sticky: 5
|
||||
no-access: 245
|
||||
octal: 6
|
||||
acl: 31
|
||||
context: 37
|
||||
read: '#d8cfa0'
|
||||
write: '#c98868'
|
||||
exec: '#3ba04d'
|
||||
exec-sticky: '#10efdf'
|
||||
no-access: '#f2b3bd'
|
||||
octal: '#c6c6c6'
|
||||
acl: '#10bfaf'
|
||||
context: '#01a9ff'
|
||||
|
||||
date:
|
||||
hour-old: 244
|
||||
day-old: 240
|
||||
older: 237
|
||||
hour-old: '#adadad'
|
||||
day-old: '#9f9f9f'
|
||||
older: '#707070'
|
||||
|
||||
size:
|
||||
none: 185
|
||||
small: 186
|
||||
medium: 187
|
||||
large: 188
|
||||
none: '#606060'
|
||||
small: '#e5d895'
|
||||
medium: '#f4efd2'
|
||||
large: '#eabfa9'
|
||||
|
||||
inode:
|
||||
valid: 13
|
||||
invalid: 245
|
||||
valid: '#01a9ff'
|
||||
invalid: '#d62222'
|
||||
|
||||
links:
|
||||
valid: 13
|
||||
invalid: 245
|
||||
tree-edge: 245
|
||||
valid: '#10bfaf'
|
||||
invalid: '#d62222'
|
||||
|
||||
tree-edge: '#606060'
|
||||
|
||||
git-status:
|
||||
default: 245
|
||||
unmodified: 245
|
||||
ignored: 245
|
||||
new-in-index: dark_green
|
||||
new-in-workdir: dark_green
|
||||
typechange: dark_yellow
|
||||
deleted: dark_red
|
||||
renamed: dark_green
|
||||
modified: dark_yellow
|
||||
conflicted: dark_red
|
||||
default: '#c6c6c6'
|
||||
unmodified: '#c6c6c6'
|
||||
ignored: '#606060'
|
||||
new-in-index: '#3bd04d'
|
||||
new-in-workdir: '#3ba04d'
|
||||
typechange: '#f6e000'
|
||||
deleted: '#d62222'
|
||||
renamed: '#10bfaf'
|
||||
modified: '#f6e000'
|
||||
conflicted: '#ff4444'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user