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# Copyright (C) 1996, 1999-2010 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.
7
8# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
9# slackware version of dircolors) are recognized but ignored.
10
11# Below, there should be one TERM entry for each termtype that is colorizable
12TERM Eterm
13TERM ansi
14TERM color-xterm
15TERM con132x25
16TERM con132x30
17TERM con132x43
18TERM con132x60
19TERM con80x25
20TERM con80x28
21TERM con80x30
22TERM con80x43
23TERM con80x50
24TERM con80x60
25TERM cons25
26TERM console
27TERM cygwin
28TERM dtterm
29TERM eterm-color
30TERM gnome
31TERM gnome-256color
32TERM jfbterm
33TERM konsole
34TERM kterm
35TERM linux
36TERM linux-c
37TERM mach-color
38TERM mlterm
39TERM putty
40TERM rxvt
41TERM rxvt-cygwin
42TERM rxvt-cygwin-native
43TERM rxvt-unicode
44TERM screen
45TERM screen-256color
46TERM screen-256color-bce
47TERM screen-bce
48TERM screen-w
49TERM screen.linux
50TERM vt100
51TERM xterm
52TERM xterm-16color
53TERM xterm-256color
54TERM xterm-88color
55TERM xterm-color
56TERM xterm-debian
57
58# Below are the color init strings for the basic file types. A color init
59# string consists of one or more of the following numeric codes:
60# Attribute codes:
61# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
62# Text color codes:
63# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
64# Background color codes:
65# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
66#NORMAL 00	# no color code at all
67#FILE 00	# regular file: use no color at all
68RESET 0		# reset to "normal" color
69DIR 01;34	# directory
70LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
71                # numerical value, the color is as for the file pointed to.)
72MULTIHARDLINK 00	# regular file with more than one link
73FIFO 40;33	# pipe
74SOCK 01;35	# socket
75DOOR 01;35	# door
76BLK 40;33;01	# block device driver
77CHR 40;33;01	# character device driver
78ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
79SETUID 37;41	# file that is setuid (u+s)
80SETGID 30;43	# file that is setgid (g+s)
81CAPABILITY 30;41	# file with capability
82STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
83OTHER_WRITABLE 34;43 # dir that is other-writable (o+w) and not sticky
84STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
85
86# This is for files with execute permission:
87EXEC 01;32
88
89# List any file extensions like '.gz' or '.tar' that you would like ls
90# to colorize below. Put the extension, a space, and the color init string.
91# (and any comments you want to add after a '#')
92
93# If you use DOS-style suffixes, you may want to uncomment the following:
94#.cmd 01;32 # executables (bright green)
95#.exe 01;32
96#.com 01;32
97#.btm 01;32
98#.bat 01;32
99# Or if you want to colorize scripts even if they do not have the
100# executable bit actually set.
101#.sh  01;32
102#.csh 01;32
103
104 # archives or compressed (bright red)
105.tar 01;31
106.tgz 01;31
107.arj 01;31
108.taz 01;31
109.lzh 01;31
110.lzma 01;31
111.tlz 01;31
112.txz 01;31
113.zip 01;31
114.z   01;31
115.Z   01;31
116.dz  01;31
117.gz  01;31
118.lz  01;31
119.xz  01;31
120.bz2 01;31
121.bz  01;31
122.tbz 01;31
123.tbz2 01;31
124.tz  01;31
125.deb 01;31
126.rpm 01;31
127.jar 01;31
128.rar 01;31
129.ace 01;31
130.zoo 01;31
131.cpio 01;31
132.7z  01;31
133.rz  01;31
134
135# image formats
136.jpg 01;35
137.jpeg 01;35
138.gif 01;35
139.bmp 01;35
140.pbm 01;35
141.pgm 01;35
142.ppm 01;35
143.tga 01;35
144.xbm 01;35
145.xpm 01;35
146.tif 01;35
147.tiff 01;35
148.png 01;35
149.svg 01;35
150.svgz 01;35
151.mng 01;35
152.pcx 01;35
153.mov 01;35
154.mpg 01;35
155.mpeg 01;35
156.m2v 01;35
157.mkv 01;35
158.ogm 01;35
159.mp4 01;35
160.m4v 01;35
161.mp4v 01;35
162.vob 01;35
163.qt  01;35
164.nuv 01;35
165.wmv 01;35
166.asf 01;35
167.rm  01;35
168.rmvb 01;35
169.flc 01;35
170.avi 01;35
171.fli 01;35
172.flv 01;35
173.gl 01;35
174.dl 01;35
175.xcf 01;35
176.xwd 01;35
177.yuv 01;35
178.cgm 01;35
179.emf 01;35
180
181# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
182.axv 01;35
183.anx 01;35
184.ogv 01;35
185.ogx 01;35
186
187# audio formats
188.aac 00;36
189.au 00;36
190.flac 00;36
191.mid 00;36
192.midi 00;36
193.mka 00;36
194.mp3 00;36
195.mpc 00;36
196.ogg 00;36
197.ra 00;36
198.wav 00;36
199
200# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
201.axa 00;36
202.oga 00;36
203.spx 00;36
204.xspf 00;36
205