]> git.rmz.io Git - dotfiles.git/blob - dircolors
weechat: update plugins
[dotfiles.git] / dircolors
1
2 # Dark 256 color solarized theme for the color GNU ls utility.
3 # Used and tested with dircolors (GNU coreutils) 8.5
4 #
5 # @author {@link http://sebastian.tramp.name Sebastian Tramp}
6 # @license http://sam.zoy.org/wtfpl/ Do What The Fuck You Want To Public License (WTFPL)
7 #
8 # More Information at
9 # https://github.com/seebi/dircolors-solarized
10
11 # Term Section
12 TERM Eterm
13 TERM ansi
14 TERM color-xterm
15 TERM con132x25
16 TERM con132x30
17 TERM con132x43
18 TERM con132x60
19 TERM con80x25
20 TERM con80x28
21 TERM con80x30
22 TERM con80x43
23 TERM con80x50
24 TERM con80x60
25 TERM cons25
26 TERM console
27 TERM cygwin
28 TERM dtterm
29 TERM dvtm
30 TERM dvtm-256color
31 TERM eterm-color
32 TERM fbterm
33 TERM gnome
34 TERM gnome-256color
35 TERM jfbterm
36 TERM konsole
37 TERM konsole-256color
38 TERM kterm
39 TERM linux
40 TERM linux-c
41 TERM mach-color
42 TERM mlterm
43 TERM putty
44 TERM putty-256color
45 TERM rxvt
46 TERM rxvt-256color
47 TERM rxvt-cygwin
48 TERM rxvt-cygwin-native
49 TERM rxvt-unicode
50 TERM rxvt-unicode256
51 TERM rxvt-unicode-256color
52 TERM screen
53 TERM screen-16color
54 TERM screen-16color-bce
55 TERM screen-16color-s
56 TERM screen-16color-bce-s
57 TERM screen-256color
58 TERM screen-256color-bce
59 TERM screen-256color-s
60 TERM screen-256color-bce-s
61 TERM screen-bce
62 TERM screen-w
63 TERM screen.linux
64 TERM st
65 TERM st-meta
66 TERM st-256color
67 TERM st-meta-256color
68 TERM vt100
69 TERM xterm
70 TERM xterm-16color
71 TERM xterm-256color
72 TERM xterm-88color
73 TERM xterm-color
74 TERM xterm-debian
75 TERM xterm-termite
76
77 ## Documentation
78 #
79 # standard colors
80 #
81 # Below are the color init strings for the basic file types. A color init
82 # string consists of one or more of the following numeric codes:
83 # Attribute codes:
84 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
85 # Text color codes:
86 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
87 # Background color codes:
88 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
89 #
90 #
91 # 256 color support
92 # see here: http://www.mail-archive.com/bug-coreutils@gnu.org/msg11030.html)
93 #
94 # Text 256 color coding:
95 # 38;5;COLOR_NUMBER
96 # Background 256 color coding:
97 # 48;5;COLOR_NUMBER
98
99 ## Special files
100
101 NORMAL 00;38;5;244 # no color code at all
102 FILE 00 # regular file: use no color at all
103 RESET 0 # reset to "normal" color
104 DIR 00;38;5;33 # directory 01;34
105 LINK 00;38;5;37 # symbolic link. (If you set this to 'target' instead of a
106 # numerical value, the color is as for the file pointed to.)
107 MULTIHARDLINK 00 # regular file with more than one link
108 FIFO 48;5;230;38;5;136;01 # pipe
109 SOCK 48;5;230;38;5;136;01 # socket
110 DOOR 48;5;230;38;5;136;01 # door
111 BLK 48;5;230;38;5;244;01 # block device driver
112 CHR 48;5;230;38;5;244;01 # character device driver
113 ORPHAN 48;5;235;38;5;160 # symlink to nonexistent file, or non-stat'able file
114 SETUID 48;5;160;38;5;230 # file that is setuid (u+s)
115 SETGID 48;5;136;38;5;230 # file that is setgid (g+s)
116 CAPABILITY 30;41 # file with capability
117 STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (+t,o+w)
118 OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
119 STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
120 # This is for files with execute permission:
121 EXEC 00;38;5;64
122
123 ## Archives or compressed (violet + bold for compression)
124 .tar 00;38;5;61
125 .tgz 00;38;5;61
126 .arj 00;38;5;61
127 .taz 00;38;5;61
128 .lzh 00;38;5;61
129 .lzma 00;38;5;61
130 .tlz 00;38;5;61
131 .txz 00;38;5;61
132 .zip 00;38;5;61
133 .z 00;38;5;61
134 .Z 00;38;5;61
135 .dz 00;38;5;61
136 .gz 00;38;5;61
137 .lz 00;38;5;61
138 .xz 00;38;5;61
139 .bz2 00;38;5;61
140 .bz 00;38;5;61
141 .tbz 00;38;5;61
142 .tbz2 00;38;5;61
143 .tz 00;38;5;61
144 .deb 00;38;5;61
145 .rpm 00;38;5;61
146 .jar 00;38;5;61
147 .rar 00;38;5;61
148 .ace 00;38;5;61
149 .zoo 00;38;5;61
150 .cpio 00;38;5;61
151 .7z 00;38;5;61
152 .rz 00;38;5;61
153 .apk 00;38;5;61
154 .gem 00;38;5;61
155
156 # Image formats (yellow)
157 .jpg 00;38;5;136
158 .JPG 00;38;5;136 #stupid but needed
159 .jpeg 00;38;5;136
160 .gif 00;38;5;136
161 .bmp 00;38;5;136
162 .pbm 00;38;5;136
163 .pgm 00;38;5;136
164 .ppm 00;38;5;136
165 .tga 00;38;5;136
166 .xbm 00;38;5;136
167 .xpm 00;38;5;136
168 .tif 00;38;5;136
169 .tiff 00;38;5;136
170 .png 00;38;5;136
171 .PNG 00;38;5;136
172 .svg 00;38;5;136
173 .svgz 00;38;5;136
174 .mng 00;38;5;136
175 .pcx 00;38;5;136
176 .dl 00;38;5;136
177 .xcf 00;38;5;136
178 .xwd 00;38;5;136
179 .yuv 00;38;5;136
180 .cgm 00;38;5;136
181 .emf 00;38;5;136
182 .eps 00;38;5;136
183 .CR2 00;38;5;136
184 .ico 00;38;5;136
185
186 # Files of special interest (base1)
187 .tex 00;38;5;245
188 .rdf 00;38;5;245
189 .owl 00;38;5;245
190 .n3 00;38;5;245
191 .ttl 00;38;5;245
192 .nt 00;38;5;245
193 .torrent 00;38;5;245
194 .xml 00;38;5;245
195 *Makefile 00;38;5;245
196 *Rakefile 00;38;5;245
197 *build.xml 00;38;5;245
198 *rc 00;38;5;245
199 *1 00;38;5;245
200 .nfo 00;38;5;245
201 *README 00;38;5;245
202 *README.txt 00;38;5;245
203 *readme.txt 00;38;5;245
204 .md 00;38;5;245
205 *README.markdown 00;38;5;245
206 .ini 00;38;5;245
207 .yml 00;38;5;245
208 .cfg 00;38;5;245
209 .conf 00;38;5;245
210 .c 00;38;5;245
211 .cpp 00;38;5;245
212 .cc 00;38;5;245
213 .sqlite 00;38;5;245
214
215 # "unimportant" files as logs and backups (base01)
216 .log 00;38;5;240
217 .bak 00;38;5;240
218 .aux 00;38;5;240
219 .lof 00;38;5;240
220 .lol 00;38;5;240
221 .lot 00;38;5;240
222 .out 00;38;5;240
223 .toc 00;38;5;240
224 .bbl 00;38;5;240
225 .blg 00;38;5;240
226 *~ 00;38;5;240
227 *# 00;38;5;240
228 .part 00;38;5;240
229 .incomplete 00;38;5;240
230 .swp 00;38;5;240
231 .tmp 00;38;5;240
232 .temp 00;38;5;240
233 .o 00;38;5;240
234 .pyc 00;38;5;240
235 .class 00;38;5;240
236 .cache 00;38;5;240
237
238 # Audio formats (orange)
239 .aac 00;38;5;166
240 .au 00;38;5;166
241 .flac 00;38;5;166
242 .mid 00;38;5;166
243 .midi 00;38;5;166
244 .mka 00;38;5;166
245 .mp3 00;38;5;166
246 .mpc 00;38;5;166
247 .ogg 00;38;5;166
248 .ra 00;38;5;166
249 .wav 00;38;5;166
250 .m4a 00;38;5;166
251 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
252 .axa 00;38;5;166
253 .oga 00;38;5;166
254 .spx 00;38;5;166
255 .xspf 00;38;5;166
256
257 # Video formats (as audio + bold)
258 .mov 00;38;5;166
259 .MOV 00;38;5;166
260 .mpg 00;38;5;166
261 .mpeg 00;38;5;166
262 .m2v 00;38;5;166
263 .mkv 00;38;5;166
264 .ogm 00;38;5;166
265 .mp4 00;38;5;166
266 .m4v 00;38;5;166
267 .mp4v 00;38;5;166
268 .vob 00;38;5;166
269 .qt 00;38;5;166
270 .nuv 00;38;5;166
271 .wmv 00;38;5;166
272 .asf 00;38;5;166
273 .rm 00;38;5;166
274 .rmvb 00;38;5;166
275 .flc 00;38;5;166
276 .avi 00;38;5;166
277 .fli 00;38;5;166
278 .flv 00;38;5;166
279 .gl 00;38;5;166
280 .m2ts 00;38;5;166
281 .divx 00;38;5;166
282 .webm 00;38;5;166
283 # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
284 .axv 00;38;5;166
285 .anx 00;38;5;166
286 .ogv 00;38;5;166
287 .ogx 00;38;5;166
288
289