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 # Copyright (C) 1996-2016 Free Software Foundation, Inc.
5 # Copying and distribution of this file, with or without modification,
6 # are permitted provided the copyright notice and this notice are preserved.
8 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
9 # slackware version of dircolors) are recognized but ignored.
11 # Below are TERM entries, which can be a glob patterns, to match
12 # against the TERM environment variable to determine if it is colorizable.
38 # Below are the color init strings for the basic file types. A color init
39 # string consists of one or more of the following numeric codes:
41 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
43 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
44 # Background color codes:
45 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
46 #NORMAL 00 # no color code at all
47 #FILE 00 # regular file: use no color at all
48 RESET 0 # reset to "normal" color
50 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
51 # numerical value, the color is as for the file pointed to.)
52 MULTIHARDLINK 00 # regular file with more than one link
56 BLK 40;33;01 # block device driver
57 CHR 40;33;01 # character device driver
58 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
59 MISSING 00 # ... and the files they point to
60 SETUID 37;41 # file that is setuid (u+s)
61 SETGID 30;43 # file that is setgid (g+s)
62 CAPABILITY 30;41 # file with capability
63 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
64 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
65 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
67 # This is for files with execute permission:
70 # List any file extensions like '.gz' or '.tar' that you would like ls
71 # to colorize below. Put the extension, a space, and the color init string.
72 # (and any comments you want to add after a '#')
74 # If you use DOS-style suffixes, you may want to uncomment the following:
75 #.cmd 01;32 # executables (bright green)
80 # Or if you want to colorize scripts even if they do not have the
81 # executable bit actually set.
85 # archives or compressed (bright red)
175 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
193 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions