/[pkgs]/devel/coreutils/coreutils-DIR_COLORS
ViewVC logotype

Contents of /devel/coreutils/coreutils-DIR_COLORS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Wed Oct 7 08:42:14 2009 UTC (6 weeks, 6 days ago) by ovasik
Branch: MAIN
CVS Tags: coreutils-8_0-2_fc13, HEAD
Changes since 1.8: +2 -0 lines
update /etc/DIR_COLORS* files
1 # Configuration file for the color ls utility
2 # Synchronized with coreutils 7.1 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 rxvt
48 TERM rxvt-cygwin
49 TERM rxvt-cygwin-native
50 TERM rxvt-unicode
51 TERM screen
52 TERM screen-256color
53 TERM screen-256color-bce
54 TERM screen-bce
55 TERM screen-w
56 TERM screen.linux
57 TERM vt100
58 TERM xterm
59 TERM xterm-16color
60 TERM xterm-256color
61 TERM xterm-88color
62 TERM xterm-color
63 TERM xterm-debian
64
65 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
66 EIGHTBIT 1
67
68 # Below are the color init strings for the basic file types. A color init
69 # string consists of one or more of the following numeric codes:
70 # Attribute codes:
71 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
72 # Text color codes:
73 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
74 # Background color codes:
75 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
76 #NORMAL 00 # no color code at all
77 #FILE 00 # normal file, use no color at all
78 RESET 0 # reset to "normal" color
79 DIR 01;34 # directory
80 LINK 01;36 # symbolic link (If you set this to 'target' instead of a
81 # numerical value, the color is as for the file pointed to.)
82 MULTIHARDLINK 00 # regular file with more than one link
83 FIFO 40;33 # pipe
84 SOCK 01;35 # socket
85 DOOR 01;35 # door
86 BLK 40;33;01 # block device driver
87 CHR 40;33;01 # character device driver
88 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
89 MISSING 01;05;37;41 # ... and the files they point to
90 SETUID 37;41 # file that is setuid (u+s)
91 SETGID 30;43 # file that is setgid (g+s)
92 CAPABILITY 30;41 # file with capability
93 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
94 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
95 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
96
97
98 # This is for files with execute permission:
99 EXEC 01;32
100
101 # List any file extensions like '.gz' or '.tar' that you would like ls
102 # to colorize below. Put the extension, a space, and the color init string.
103 # (and any comments you want to add after a '#')
104 # executables (bright green)
105 #.cmd 01;32
106 #.exe 01;32
107 #.com 01;32
108 #.btm 01;32
109 #.bat 01;32
110 #.sh 01;32
111 #.csh 01;32
112 # archives or compressed (bright red)
113 .tar 01;31
114 .tgz 01;31
115 .arj 01;31
116 .taz 01;31
117 .lzh 01;31
118 .lzma 01;31
119 .tlz 01;31
120 .txz 01;31
121 .zip 01;31
122 .z 01;31
123 .Z 01;31
124 .dz 01;31
125 .gz 01;31
126 .lz 01;31
127 .xz 01;31
128 .bz2 01;31
129 .tbz 01;31
130 .tbz2 01;31
131 .bz 01;31
132 .tz 01;31
133 .deb 01;31
134 .rpm 01;31
135 .jar 01;31
136 .rar 01;31
137 .ace 01;31
138 .zoo 01;31
139 .cpio 01;31
140 .7z 01;31
141 .rz 01;31
142
143 # image formats (magenta)
144 .jpg 01;35
145 .jpeg 01;35
146 .gif 01;35
147 .bmp 01;35
148 .pbm 01;35
149 .pgm 01;35
150 .ppm 01;35
151 .tga 01;35
152 .xbm 01;35
153 .xpm 01;35
154 .tif 01;35
155 .tiff 01;35
156 .png 01;35
157 .svg 01;35
158 .svgz 01;35
159 .mng 01;35
160 .pcx 01;35
161 .mov 01;35
162 .mpg 01;35
163 .mpeg 01;35
164 .m2v 01;35
165 .mkv 01;35
166 .ogm 01;35
167 .mp4 01;35
168 .m4v 01;35
169 .mp4v 01;35
170 .vob 01;35
171 .qt 01;35
172 .nuv 01;35
173 .wmv 01;35
174 .asf 01;35
175 .rm 01;35
176 .rmvb 01;35
177 .flc 01;35
178 .avi 01;35
179 .fli 01;35
180 .flv 01;35
181 .gl 01;35
182 .dl 01;35
183 .xcf 01;35
184 .xwd 01;35
185 .yuv 01;35
186 .cgm 01;35
187 .emf 01;35
188
189 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
190 .axv 01;35
191 .anx 01;35
192 .ogv 01;35
193 .ogx 01;35
194
195 # audio formats (cyan)
196 .aac 01;36
197 .au 01;36
198 .flac 01;36
199 .mid 01;36
200 .midi 01;36
201 .mka 01;36
202 .mp3 01;36
203 .mpc 01;36
204 .ogg 01;36
205 .ra 01;36
206 .wav 01;36
207
208 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
209 .axa 01;36
210 .oga 01;36
211 .spx 01;36
212 .xspf 01;36

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2