add colorls
This commit is contained in:
parent
2f547e1bc3
commit
0b4474fef4
47
dot_config/colorls/dark_colors.yaml
Normal file
47
dot_config/colorls/dark_colors.yaml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
# Main Colors
|
||||||
|
# unrecognized_file: dimgray
|
||||||
|
unrecognized_file: gray
|
||||||
|
recognized_file: white
|
||||||
|
executable_file: green
|
||||||
|
dir: blue
|
||||||
|
|
||||||
|
# Link
|
||||||
|
dead_link: red
|
||||||
|
link: cyan
|
||||||
|
|
||||||
|
# special files
|
||||||
|
socket: green
|
||||||
|
blockdev: green
|
||||||
|
chardev: green
|
||||||
|
|
||||||
|
# Access Modes
|
||||||
|
write: darkkhaki
|
||||||
|
read: limegreen
|
||||||
|
exec: red
|
||||||
|
no_access: indianred
|
||||||
|
|
||||||
|
# Age
|
||||||
|
day_old: mediumspringgreen
|
||||||
|
hour_old: lime
|
||||||
|
no_modifier: seagreen
|
||||||
|
|
||||||
|
# File Size
|
||||||
|
file_large: orange
|
||||||
|
file_medium: gold
|
||||||
|
file_small: peachpuff
|
||||||
|
|
||||||
|
# Random
|
||||||
|
report: white
|
||||||
|
user: moccasin
|
||||||
|
tree: cyan
|
||||||
|
empty: yellow
|
||||||
|
error: red
|
||||||
|
normal: darkkhaki
|
||||||
|
inode: moccasin
|
||||||
|
|
||||||
|
# Git
|
||||||
|
addition: chartreuse
|
||||||
|
modification: darkkhaki
|
||||||
|
deletion: darkred
|
||||||
|
untracked: darkorange
|
||||||
|
unchanged: forestgreen
|
Loading…
x
Reference in New Issue
Block a user