9a2026bdef4055656e8ba29045229b126219a1f9
[platform/upstream/coreutils.git] / src / dircolors.hin
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.
3
4 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
5 # slackware version of dircolors) are recognized but ignored.
6
7 # Below, there should be one TERM entry for each termtype that is colorizable
8 TERM Eterm
9 TERM ansi
10 TERM color-xterm
11 TERM con132x25
12 TERM con132x30
13 TERM con132x43
14 TERM con132x60
15 TERM con80x25
16 TERM con80x28
17 TERM con80x30
18 TERM con80x43
19 TERM con80x50
20 TERM con80x60
21 TERM console
22 TERM cygwin
23 TERM dtterm
24 TERM gnome
25 TERM konsole
26 TERM kterm
27 TERM linux
28 TERM linux-c
29 TERM mach-color
30 TERM mlterm
31 TERM putty
32 TERM rxvt
33 TERM rxvt-cygwin
34 TERM rxvt-cygwin-native
35 TERM rxvt-unicode
36 TERM screen
37 TERM screen-bce
38 TERM screen-w
39 TERM screen.linux
40 TERM vt100
41 TERM xterm
42 TERM xterm-256color
43 TERM xterm-color
44 TERM xterm-debian
45
46 # Below are the color init strings for the basic file types. A color init
47 # string consists of one or more of the following numeric codes:
48 # Attribute codes:
49 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
50 # Text color codes:
51 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
52 # Background color codes:
53 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
54 NORMAL 00       # global default, although everything should be something.
55 FILE 00         # normal file
56 DIR 01;34       # directory
57 LINK 01;36      # symbolic link.  (If you set this to 'target' instead of a
58                 # numerical value, the color is as for the file pointed to.)
59 FIFO 40;33      # pipe
60 SOCK 01;35      # socket
61 DOOR 01;35      # door
62 BLK 40;33;01    # block device driver
63 CHR 40;33;01    # character device driver
64 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
65 SETUID 37;41    # file that is setuid (u+s)
66 SETGID 30;43    # file that is setgid (g+s)
67 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
68 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
69 STICKY 37;44    # dir with the sticky bit set (+t) and not other-writable
70
71 # This is for files with execute permission:
72 EXEC 01;32
73
74 # List any file extensions like '.gz' or '.tar' that you would like ls
75 # to colorize below. Put the extension, a space, and the color init string.
76 # (and any comments you want to add after a '#')
77
78 # If you use DOS-style suffixes, you may want to uncomment the following:
79 #.cmd 01;32 # executables (bright green)
80 #.exe 01;32
81 #.com 01;32
82 #.btm 01;32
83 #.bat 01;32
84
85 .tar 01;31 # archives or compressed (bright red)
86 .tgz 01;31
87 .arj 01;31
88 .taz 01;31
89 .lzh 01;31
90 .zip 01;31
91 .z   01;31
92 .Z   01;31
93 .gz  01;31
94 .bz2 01;31
95 .deb 01;31
96 .rpm 01;31
97 .jar 01;31
98
99 # image formats
100 .jpg 01;35
101 .jpeg 01;35
102 .gif 01;35
103 .bmp 01;35
104 .pbm 01;35
105 .pgm 01;35
106 .ppm 01;35
107 .tga 01;35
108 .xbm 01;35
109 .xpm 01;35
110 .tif 01;35
111 .tiff 01;35
112 .png 01;35
113 .mov 01;35
114 .mpg 01;35
115 .mpeg 01;35
116 .avi 01;35
117 .fli 01;35
118 .gl 01;35
119 .dl 01;35
120 .xcf 01;35
121 .xwd 01;35
122
123 # audio formats
124 .flac 01;35
125 .mp3 01;35
126 .mpc 01;35
127 .ogg 01;35
128 .wav 01;35