-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dircolors
483 lines (469 loc) · 8.39 KB
/
.dircolors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
# ================================================================================================================================
#
# DIRCOLORS
#
# Update: 2023.01.09
#
# ================================================================================================================================
#
# ------------------------------------------------------------------------------
# Attributes Text Colors Solarized Colors Hex (RGB) Color
# ---------- ----------- ---------------- ---------------
# 00 : Reset/Normal 30 : black base02 / base03 073642 / 002b36
# 01 : Bright 31 : red red / orange dc322f / cb4b16
# 02*: Faint 32 : green green / base01 859900 / 586e75
# 03*: Italic 33 : yellow yellow / base00 b58900 / 657b83
# 04 : Underline 34 : blue blue / base0 268bd2 / 839496
# 05 : Blink 35 : magenta magenta / violet d33682 / 6c71c4
# 06*: Blink (rapid) 36 : cyan cyan / base1 2aa198 / 93a1a1
# 07 : Invert fg/bg 37 : white base2 / base3 eee8d5 / fdf6e3
# 08*: Conceal 38 : 256-color
# 09*: Crossed-out 39 : Default (Note: 40-49 denote background colors)
# ------------------------------------------------------------------------------
COLOR tty
TERM alacritty
TERM ansi
TERM color_xterm
TERM color-xterm
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM cons25
TERM console
TERM cygwin
TERM dtterm
TERM dvtm
TERM dvtm-256color
TERM Eterm
TERM eterm-color
TERM fbterm
TERM gnome
TERM gnome-256color
TERM hurd
TERM jfbterm
TERM konsole
TERM konsole-256color
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mach-gnu-color
TERM mlterm
TERM nxterm
TERM putty
TERM putty-256color
TERM rxvt
TERM rxvt-256color
TERM rxvt-cygwin
TERM rxvt-cygwin-native
TERM rxvt-unicode
TERM rxvt-unicode256
TERM rxvt-unicode-256color
TERM screen
TERM screen-16color
TERM screen-16color-bce
TERM screen-16color-s
TERM screen-16color-bce-s
TERM screen-256color
TERM screen-256color-bce
TERM screen-256color-s
TERM screen-256color-bce-s
TERM screen-256color-italic
TERM screen-bce
TERM screen-w
TERM screen.linux
TERM screen.xterm-256color
TERM screen.xterm-new
TERM st
TERM st-256color
TERM st-meta
TERM st-meta-256color
TERM terminator
TERM tmux
TERM tmux-256color
TERM vt100
TERM xterm
TERM xterm-16color
TERM xterm-256color
TERM xterm-256color-italic
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
TERM xterm-new
TERM xterm-termite
# Attribute codes: 0=none 1=bold 2=dim 4=underline 5=blink 7=reverse 8=hidden
# Foreground color codes: 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes: 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
# General
EIGHTBIT 1
NORMAL 00;38;5;250
# NORMAL 0
FILE 0
RESET 0
DIR 34
LINK 4;35
MULTIHARDLINK 4;32
FIFO 30;44
SOCK 38;5;159
# SOCK 38;5;255
DOOR 30;45
BLK 38;5;221;44
CHR 38;5;255;44
# ORPHAN 5;38;5;255;41
# MISSING 5;38;5;255;41
ORPHAN 4;30;41
MISSING 4;30;31
SETUID 30;41
SETGID 30;43
CAPABILITY 30;42
STICKY_OTHER_WRITABLE 30;5;171;47
OTHER_WRITABLE 30;46
STICKY 38;5;54;44
EXEC 31;31
# EXEC 1;31
# Documentation
.info 33
.log 33
.markdown 33
.md 33
.MD 33
.mkd 33
.org 33
.rst 33
.txt 33
.TXT 33
*AUTHORS 1;33
*Changelog 1;33
*ChangeLog 1;33
*CHANGELOG 1;33
*CHANGELOG.md 1;33
*CHANGES 1;33
*CHANGES.md 1;33
*code-of-conduct.md 1;33
*CODE_OF_CONDUCT.md 1;33
*CONTRIBUTING 1;33
*contributing.md 1;33
*CONTRIBUTING.md 1;33
*CONTRIBUTORS 1;33
*COPYING 1;33
*COPYRIGHT 1;33
*HACKING 1;33
*HISTORY 1;33
*INSTALL 1;33
*INSTALL.md 1;33
*LICENSE 1;33
*LICENSE.md 1;33
*LICENSE.MD 1;33
*NEWS 1;33
*NOTICE 1;33
*PATENTS 1;33
*README 1;33
*readme.md 1;33
*README.md 1;33
*README.MD 1;33
*README.rst 1;33
*THANKS 1;33
*TODO 1;33
*VERSION 1;33
# Programming
.ac 00;38;5;39
.asm 00;38;5;39
.aspx 00;38;5;39
.bash 00;38;5;39
.c 00;38;5;39
.C 00;38;5;39
.cc 00;38;5;39
.cl 00;38;5;39
.class 00;38;5;39
.coffee 00;38;5;39
.cpp 00;38;5;39
.csh 00;38;5;39
.css 00;38;5;39
.csv 00;38;5;39
.cxx 00;38;5;39
.db 00;38;5;39
.el 00;38;5;39
.erb 00;38;5;39
.f90 00;38;5;39
.fish 00;38;5;39
.go 00;38;5;39
.h 00;38;5;39
.haml 00;38;5;39
.hpp 00;38;5;39
.hs 00;38;5;39
.htm 00;38;5;39
.html 00;38;5;39
.java 00;38;5;39
.js 00;38;5;39
.json 00;38;5;39
.l 00;38;5;39
.less 00;38;5;39
.lisp 00;38;5;39
.lock 00;38;5;39
.lua 00;38;5;39
.m 00;38;5;39
.man 00;38;5;39
.n 00;38;5;39
.p 00;38;5;39
.php 00;38;5;39
.pl 00;38;5;39
.pm 00;38;5;39
.pod 00;38;5;39
.py 00;38;5;39
.r 00;38;5;39
.rb 00;38;5;39
.rdf 00;38;5;39
.rs 00;38;5;39
.rss 00;38;5;39
.sass 00;38;5;39
.scss 00;38;5;39
.sh 00;38;5;39
.shtml 00;38;5;39
.sql 00;38;5;39
.sqlite 00;38;5;39
.sv 00;38;5;39
.svh 00;38;5;39
.tex 00;38;5;39
.toml 00;38;5;39
.ts 00;38;5;39
.v 00;38;5;39
.vh 00;38;5;39
.vhd 00;38;5;39
.vim 00;38;5;39
.xml 00;38;5;39
.yaml 00;38;5;39
.yml 00;38;5;39
.zsh 00;38;5;39
.am 38;5;246
.in 38;5;246
.m4 38;5;246
.editorconfig 38;5;246
.env 38;5;246
.example 38;5;246
.gitignore 38;5;246
.gitattributes 38;5;246
.gitmodules 38;5;246
*Makefile 32
# Unix
.3des 34
.aes 34
.asc 34
.cer 34
.cfg 34
.conf 34
.csr 34
.desktop 34
.enc 34
.gpg 34
.ini 34
.otf 34
.pgp 34
.pid 34
.ttf 34
# Executable
.apk 31
.app 31
.bat 31
.com 31
.exe 31
# Image
.ai 32
.bmp 32
.cdr 32
.cgm 32
.dl 32
.dvi 32
.emf 32
.eps 32
.gif 32
.ico 32
.jpeg 32
.jpg 32
.JPG 32
.mng 32
.pbm 32
.pcx 32
.pgm 32
.png 32
.PNG 32
.ppm 32
.pps 32
.ppsx 32
.ps 32
.psd 32
.svg 32
.svgz 32
.tga 32
.tif 32
.tiff 32
.xbm 32
.xcf 32
.xpm 32
.xwd 32
.yuv 32
# Audio
.aac 32
.au 32
.flac 32
.m4a 32
.mid 32
.midi 32
.mka 32
.mp3 32
.mpa 32
.ogg 32
.opus 32
.ra 32
.wav 32
.wma 32
# Video
.3g2 32
.3gp 32
.anx 32
.asf 32
.ass 32
.avi 32
.axv 32
.flc 32
.fli 32
.flv 32
.gl 32
.m2v 32
.m4v 32
.mkv 32
.mov 32
.MOV 32
.mp4 32
.MP4 32
.mp4v 32
.mpeg 32
.mpg 32
.nuv 32
.ogm 32
.ogv 32
.ogx 32
.qt 32
.rm 32
.rmvb 32
.srt 32
.swf 32
.vob 32
.vtt 32
.webm 32
.wmv 32
.xspf 32
# Documents
.djvu 31
.doc 31
.docx 31
.dot 31
.dotx 31
.fla 31
.odp 31
.ods 31
.odt 31
.otp 31
.ots 31
.ott 31
.pdf 31
.ppt 31
.pptx 31
.rtf 31
.vcf 31
.wps 31
.xls 31
.xlsx 31
# Archives
.7z 35
.arj 35
.bin 35
.bz 35
.bz2 35
.cab 35
.crx 35
.deb 35
.dmg 35
.gem 35
.gz 35
.iso 35
.jar 35
.lz 35
.lzma 35
.msi 35
.pkg 35
.rar 35
.rpm 35
.s7z 35
.sz 35
.tar 35
.tbz 35
.tbz2 35
.tgz 35
.tx 35
.war 35
.xpi 35
.xz 35
.z 35
.Z 35
.zip 35
.zipx 35
# Miscellaneous
.torrent 34
.crdownload 37
# Backup, Temporary, etc.
*~ 1;34
*# 1;34
.bak 38;5;246
.BAK 38;5;246
.dat 38;5;246
.DAT 38;5;246
.dist 38;5;246
.DIST 38;5;246
.dll 38;5;246
.o 38;5;246
.off 38;5;246
.OFF 38;5;246
.old 38;5;246
.OLD 38;5;246
.org_archive 38;5;246
.orig 38;5;246
.ORIG 38;5;246
.rlib 38;5;246
.sassc 38;5;246
.swo 38;5;246
.swp 38;5;246
.tmp 38;5;246
*lockfile 38;5;246
.bashrc 90
.aliases 38;5;243
.bash_history 38;5;243
.bash_logout 38;5;243
.bash_profile 38;5;243
.bash_prompt 38;5;243
.ctags 38;5;243
.curlrc 38;5;243
.dircolors 38;5;243
.exports 38;5;243
.functions 38;5;243
.fzf.bash 38;5;243
.gemrc 38;5;243
.gitconfig 38;5;243
.gitignore 38;5;243
.inputrc 38;5;243
.lesshst 38;5;243
.msmtprc 38;5;243
.npmrc 38;5;243
.offlineimaprc 38;5;243
.profile 38;5;243
.ripgreprc 38;5;243
.viminfo 38;5;243
.vimrc 38;5;243
.wgetrc 38;5;243
.wget-hsts 90