Adds support for new inbuilt colors

This commit is contained in:
Athitya 2017-10-28 20:54:44 +05:30
parent 7c6d09c0f7
commit 2ea96f1212
2 changed files with 42 additions and 28 deletions

View file

@ -1,31 +1,38 @@
# Main Colors
unrecognized_file: yellow
recognized_file: green
dir: blue
unrecognized_file: gold
recognized_file: lime
dir: dodgerblue
# Link
dead_link: red
link: cyan
# Access Modes
write: magenta
read: yellow
exec: cyan
no_access: grey
write: darkkhaki
read: limegreen
exec: red
no_access: indianred
# Age
day_old: yellow
hour_old: green
no_modifier: white
day_old: mediumspringgreen
hour_old: lime
no_modifier: seagreen
# File Size
file_large: red
file_medium: yellow
file_small: green
file_large: orange
file_medium: gold
file_small: peachpuff
# Random
report: white
user: green
user: moccasin
tree: cyan
empty: yellow
normal: white
error: red
normal: darkkhaki
# Git
unchanged: forestgreen
added: chartreuse
tracked: darkorange
untracked: darkred

View file

@ -1,7 +1,7 @@
# Main Colors
unrecognized_file: yellow
recognized_file: green
dir: blue
unrecognized_file: darkred
recognized_file: darkgreen
dir: navyblue
# Link
dead_link: red
@ -9,23 +9,30 @@ link: cyan
# Access Modes
write: red
read: yellow
exec: blue
read: sienna
exec: navyblue
no_access: black
# Age
day_old: yellow
hour_old: green
day_old: darkred
hour_old: saddlebrown
no_modifier: black
# File Size
file_large: red
file_medium: yellow
file_small: green
# File Size red yellow green
file_large: darkred
file_medium: saddlebrown
file_small: black
# Random
# Random black green cyan yellow black
report: black
user: green
user: darkblue
tree: cyan
empty: yellow
error: red
normal: black
# Git
unchanged: darkgreen
added: saddlebrown
tracked: saddlebrown
untracked: darkred