1 # Configuration file for dircolors, a utility to help you set the
2 # LS_COLORS environment variable used by GNU ls with the --color option.
4 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
5 # slackware version of dircolors) are recognized but ignored.
7 # Below, there should be one TERM entry for each termtype that is colorizable
32 # Below are the color init strings for the basic file types. A color init
33 # string consists of one or more of the following numeric codes:
35 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
37 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
38 # Background color codes:
39 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
40 NORMAL 00 # global default, although everything should be something.
43 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
44 # numerical value, the color is as for the file pointed to.)
48 BLK 40;33;01 # block device driver
49 CHR 40;33;01 # character device driver
50 ORPHAN 40;31;01 # symlink to nonexistent file
52 # This is for files with execute permission:
55 # List any file extensions like '.gz' or '.tar' that you would like ls
56 # to colorize below. Put the extension, a space, and the color init string.
57 # (and any comments you want to add after a '#')
59 # If you use DOS-style suffixes, you may want to uncomment the following:
60 #.cmd 01;32 # executables (bright green)
66 .tar 01;31 # archives or compressed (bright red)