Added some dir_colors
This commit is contained in:
parent
2d2a504582
commit
250bdfdb1e
1 changed files with 6 additions and 4 deletions
10
.dir_colors
10
.dir_colors
|
|
@ -60,11 +60,11 @@ TERM xterm-debian
|
|||
# Below are the colour init strings for the basic file types. A colour init
|
||||
# string consists of one or more of the following numeric codes:
|
||||
# Attribute codes:
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
|
||||
# Text colour codes:
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
|
||||
# Background colour codes:
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
|
||||
NORMAL 00 # Global default.
|
||||
FILE 00 # Normal file.
|
||||
# RESET 0 # reset to "normal" color
|
||||
|
|
@ -294,7 +294,7 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.AU 01;33
|
||||
.axa 01;33
|
||||
.AXA 01;33
|
||||
.flac 01;33
|
||||
.flac 01;33
|
||||
.FLAC 01;33
|
||||
.m2a 01;33
|
||||
.M2A 01;33
|
||||
|
|
@ -330,6 +330,8 @@ STICKY_OTHER_WRITABLE 34;45 # Dir is other-writable and sticky (o+w,+t).
|
|||
.OGA 01;33
|
||||
.ogg 01;33
|
||||
.OGG 01;33
|
||||
.opus 01;33
|
||||
.OPUS 01;33
|
||||
.ra 01;33
|
||||
.RA 01;33
|
||||
.ram 01;33
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue