Added some dir_colors

This commit is contained in:
Darren 'Tadgy' Austin 2018-02-06 17:39:38 +00:00
commit 250bdfdb1e

View file

@ -60,11 +60,11 @@ TERM xterm-debian
# Below are the colour init strings for the basic file types. A colour init # 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: # string consists of one or more of the following numeric codes:
# Attribute 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: # 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: # 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. NORMAL 00 # Global default.
FILE 00 # Normal file. FILE 00 # Normal file.
# RESET 0 # reset to "normal" color # 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 .AU 01;33
.axa 01;33 .axa 01;33
.AXA 01;33 .AXA 01;33
.flac 01;33 .flac 01;33
.FLAC 01;33 .FLAC 01;33
.m2a 01;33 .m2a 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 .OGA 01;33
.ogg 01;33 .ogg 01;33
.OGG 01;33 .OGG 01;33
.opus 01;33
.OPUS 01;33
.ra 01;33 .ra 01;33
.RA 01;33 .RA 01;33
.ram 01;33 .ram 01;33