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