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