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
|
user: '#b7b7b7'
|
||||||
group: 60
|
group: '#989ebc'
|
||||||
|
|
||||||
permission:
|
permission:
|
||||||
read: 117
|
read: '#d8cfa0'
|
||||||
write: 66
|
write: '#c98868'
|
||||||
exec: 10
|
exec: '#3ba04d'
|
||||||
exec-sticky: 5
|
exec-sticky: '#10efdf'
|
||||||
no-access: 245
|
no-access: '#f2b3bd'
|
||||||
octal: 6
|
octal: '#c6c6c6'
|
||||||
acl: 31
|
acl: '#10bfaf'
|
||||||
context: 37
|
context: '#01a9ff'
|
||||||
|
|
||||||
date:
|
date:
|
||||||
hour-old: 244
|
hour-old: '#adadad'
|
||||||
day-old: 240
|
day-old: '#9f9f9f'
|
||||||
older: 237
|
older: '#707070'
|
||||||
|
|
||||||
size:
|
size:
|
||||||
none: 185
|
none: '#606060'
|
||||||
small: 186
|
small: '#e5d895'
|
||||||
medium: 187
|
medium: '#f4efd2'
|
||||||
large: 188
|
large: '#eabfa9'
|
||||||
|
|
||||||
inode:
|
inode:
|
||||||
valid: 13
|
valid: '#01a9ff'
|
||||||
invalid: 245
|
invalid: '#d62222'
|
||||||
|
|
||||||
links:
|
links:
|
||||||
valid: 13
|
valid: '#10bfaf'
|
||||||
invalid: 245
|
invalid: '#d62222'
|
||||||
tree-edge: 245
|
|
||||||
|
tree-edge: '#606060'
|
||||||
|
|
||||||
git-status:
|
git-status:
|
||||||
default: 245
|
default: '#c6c6c6'
|
||||||
unmodified: 245
|
unmodified: '#c6c6c6'
|
||||||
ignored: 245
|
ignored: '#606060'
|
||||||
new-in-index: dark_green
|
new-in-index: '#3bd04d'
|
||||||
new-in-workdir: dark_green
|
new-in-workdir: '#3ba04d'
|
||||||
typechange: dark_yellow
|
typechange: '#f6e000'
|
||||||
deleted: dark_red
|
deleted: '#d62222'
|
||||||
renamed: dark_green
|
renamed: '#10bfaf'
|
||||||
modified: dark_yellow
|
modified: '#f6e000'
|
||||||
conflicted: dark_red
|
conflicted: '#ff4444'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user