]> TLD Linux GIT Repositories - packages/coreutils.git/blob - DIR_COLORS
- merged 9.5 from PLD
[packages/coreutils.git] / DIR_COLORS
1 # Configuration file for the color ls utility
2 # Synchronized with coreutils 8.5 dircolors
3 # This file goes in the /etc directory, and must be world readable.
4 # You can copy this file to .dir_colors in your $HOME directory to override
5 # the system defaults.
6
7 # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
8 # pipes. 'all' adds color characters to all output. 'none' shuts colorization
9 # off.
10 COLOR tty
11
12 # Extra command line options for ls go here.
13 # Basically these ones are:
14 #  -F = show '/' for dirs, '*' for executables, etc.
15 #  -T 0 = don't trust tab spacing when formatting ls output.
16 OPTIONS -F -T 0
17
18 # Below, there should be one TERM entry for each termtype that is colorizable
19 TERM Eterm
20 TERM ansi
21 TERM color-xterm
22 TERM con132x25
23 TERM con132x30
24 TERM con132x43
25 TERM con132x60
26 TERM con80x25
27 TERM con80x28
28 TERM con80x30
29 TERM con80x43
30 TERM con80x50
31 TERM con80x60
32 TERM cons25
33 TERM console
34 TERM cygwin
35 TERM dtterm
36 TERM eterm-color
37 TERM gnome
38 TERM gnome-256color
39 TERM jfbterm
40 TERM konsole
41 TERM kterm
42 TERM linux
43 TERM linux-c
44 TERM mach-color
45 TERM mlterm
46 TERM putty
47 TERM putty-256color
48 TERM rxvt
49 TERM rxvt-256color
50 TERM rxvt-cygwin
51 TERM rxvt-cygwin-native
52 TERM rxvt-unicode
53 TERM rxvt-unicode-256color
54 TERM rxvt-unicode256
55 TERM screen
56 TERM screen-256color
57 TERM screen-256color-bce
58 TERM screen-bce
59 TERM screen-w
60 TERM screen.Eterm
61 TERM screen.rxvt
62 TERM screen.linux
63 TERM st
64 TERM st-256color
65 TERM terminator
66 TERM vt100
67 TERM xterm
68 TERM xterm-16color
69 TERM xterm-256color
70 TERM xterm-88color
71 TERM xterm-color
72 TERM xterm-debian
73
74 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
75 EIGHTBIT 1
76
77 # Below are the color init strings for the basic file types. A color init
78 # string consists of one or more of the following numeric codes:
79 # Attribute codes:
80 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
81 # Text color codes:
82 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
83 # Background color codes:
84 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
85 NORMAL 00       # global default, although everything should be something.
86 FILE 00         # normal file
87 RESET 0 # reset to "normal" color
88 DIR 01;34       # directory
89 LINK 01;36      # symbolic link (If you set this to 'target' instead of a
90                 # numerical value, the color is as for the file pointed to.)
91 MULTIHARDLINK 00        # regular file with more than one link
92 FIFO 40;33      # pipe
93 SOCK 01;35      # socket
94 DOOR 01;35      # door
95 BLK 40;33;01    # block device driver
96 CHR 40;33;01    # character device driver
97 ORPHAN 40;31;01  # symlink to nonexistent file, or non-stat'able file
98 MISSING 01;05;37;41 # ... and the files they point to
99 SETUID 37;41    # file that is setuid (u+s)
100 SETGID 30;43    # file that is setgid (g+s)
101 CAPABILITY 30;41        # file with capability
102 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
103 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
104 STICKY 37;44    # dir with the sticky bit set (+t) and not other-writable
105
106 # This is for files with execute permission:
107 EXEC 00;32
108
109 # List any file extensions like '.gz' or '.tar' that you would like ls
110 # to colorize below. Put the extension, a space, and the color init string.
111 # (and any comments you want to add after a '#')
112
113 # executables (bright green)
114 .bat 01;32
115 .btm 01;32
116 .cmd 01;32
117 .com 01;32
118 .csh 01;32
119 .exe 01;32
120 .sh  01;32
121
122 # archives or compressed (bright red)
123 .7z   01;31
124 .7zip 01;31
125 .ace  01;31
126 .alz  01;31
127 .arc  01;31
128 .arj  01;31
129 .bz   01;31
130 .bz2  01;31
131 .cab  01;31
132 .cpio 01;31
133 .deb  01;31
134 .dz   01;31
135 .ear  01;31
136 .gz   01;31
137 .img  01;31
138 .jar  01;31
139 .lha  01;31
140 .lrz  01;31
141 .lz   01;31
142 .lz4  01;31
143 .lzh  01;31
144 .lzma 01;31
145 .lzo  01;31
146 .rar  01;31
147 .rpm  01;31
148 .rz   01;31
149 .sar  01;31
150 .t7z  01;31
151 .tar  01;31
152 .taz  01;31
153 .tbz  01;31
154 .tbz2 01;31
155 .tgz  01;31
156 .tlz  01;31
157 .tpz  01;31
158 .trpm 01;31
159 .txz  01;31
160 .tz   01;31
161 .tzo  01;31
162 .war  01;31
163 .xz   01;31
164 .z    01;31
165 .Z    01;31
166 .zip  01;31
167 .zoo  01;31
168
169 # image formats (bright magenta)
170 .asf  01;35
171 .avi  01;35
172 .bmp  01;35
173 .cdr  01;35
174 .cgm  01;35
175 .dl   01;35
176 .emf  01;35
177 .flc  01;35
178 .fli  01;35
179 .flv  01;35
180 .gif  01;35
181 .gl   01;35
182 .jpeg 01;35
183 .jpg  01;35
184 .JPG  01;35
185 .m2v  01;35
186 .m4v  01;35
187 .mkv  01;35
188 .mng  01;35
189 .mov  01;35
190 .mp4  01;35
191 .mp4v 01;35
192 .mpeg 01;35
193 .mpg  01;35
194 .nuv  01;35
195 .ogm  01;35
196 .pbm  01;35
197 .pcx  01;35
198 .pgm  01;35
199 .png  01;35
200 .ppm  01;35
201 .qt   01;35
202 .rm   01;35
203 .rmvb 01;35
204 .svg  01;35
205 .svgz 01;35
206 .tga  01;35
207 .tif  01;35
208 .tiff 01;35
209 .vob  01;35
210 .webm 01;35
211 .wmv  01;35
212 .xbm  01;35
213 .xcf  01;35
214 .xpm  01;35
215 .xwd  01;35
216 .yuv  01;35
217
218 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
219 .axv  01;35
220 .anx  01;35
221 .ogv  01;35
222 .ogx  01;35
223
224 # audio formats (white)
225 .aac  01;37
226 .au   01;37
227 .flac 01;37
228 .mid  01;37
229 .midi 01;37
230 .mka  01;37
231 .mp3  01;37
232 .mpc  01;37
233 .ogg  01;37
234 .ra   01;37
235 .wav  01;37
236
237 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
238 .axa  01;37
239 .oga  01;37
240 .spx  01;37
241 .xspf 01;37
242
243 # documents (cyan)
244 .abw     00;36
245 .bib     00;36
246 .doc     00;36
247 .docx    00;36
248 .dot     00;36
249 .dvi     00;36
250 .eps     00;36
251 .epub    00;36
252 .info    00;36
253 .kpr     00;36
254 .me      00;36
255 .ms      00;36
256 .odp     00;36
257 .ods     00;36
258 .odt     00;36
259 .ps      00;36
260 .ps.gz   00;36
261 .pdf     00;36
262 .pps     00;36
263 .ppt     00;36
264 .pptx    00;36
265 .rtf     00;36
266 .stw     00;36
267 .sxc     00;36
268 .sxw     00;36
269 .tex     00;36
270 .texi    00;36
271 .texinfo 00;36
272 .tm      00;36
273 .txt     00;36
274 .wri     00;36
275 .wpd     00;36
276 .xls     00;36
277 .xlsx    00;36
278 .xlw     00;36
279
280 # web (yellow)
281 .cgi   00;33
282 .css   00;33
283 .htm   00;33
284 .html  00;33
285 .php   00;33
286 .phtml 00;33
287 .shtml 00;33
288 .xml   00;33
289
290 # devel (bright yellow)
291 .ac    01;33
292 .am    01;33
293 .c     01;33
294 .C     01;33
295 .cc    01;33
296 .cpp   01;33
297 .diff  01;33
298 .f     01;33
299 .h     01;33
300 .in    01;33
301 .o     01;33
302 .patch 01;33
303 .pm    01;33
304 .po    01;33
305 .pot   01;33
306 .s     01;33
307 .spec  01;33