-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dircolors
291 lines (265 loc) · 3.77 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
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 jfbterm
TERM konsole
TERM konsole-256color
TERM kterm
TERM linux
TERM linux-c
TERM mach-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-meta
TERM st-256color
TERM st-meta-256color
TERM tmux
TERM tmux-256color
TERM vt100
TERM xterm
TERM xterm-new
TERM xterm-16color
TERM xterm-256color
TERM xterm-256color-italic
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
TERM xterm-termite
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
EIGHTBIT 1
NORMAL 00
FILE 00
DIR 1;34
OTHER_WRITABLE 7;34
LINK 3;35
FIFO 30;106
SOCK 30;103
DOOR 30;103 # Solaris 2.5 and later
BLK 30;102
CHR 30;100
# Orphaned symlinks (blinking white on red)
ORPHAN 05;37;101
MISSING 05;37;101
# files with execute permission
EXEC 01;31 # Unix
.cmd 01;31 # Win
.exe 01;31 # Win
.com 01;31 # Win
.bat 01;31 # Win
.reg 01;31 # Win
.app 01;31 # OSX
SETUID 41 # file that is setuid (u+s)
SETGID 30;43 # file that is setgid (g+s)
CAPABILITY 30;45 # file with capability
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
STICKY 44 # dir with the sticky bit set (+t) and not other-writable
#############################################################################
### By extension
# List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')
### Text formats
# Text that we can edit with a regular editor
.txt 1;37
.json 1;37
.yml 2;1;37
.org 1;37
.md 1;37
.mkd 1;37
.xml 1;37
.cfg 1;37
.conf 1;37
.xsl 1;37
.rdf 1;37
.css 1;37
.sass 1;37
.scss 1;37
.less 1;37
.js 1;37
.coffee 1;37
.man 1;37
.0 1;37
.1 1;37
.2 1;37
.3 1;37
.4 1;37
.5 1;37
.6 1;37
.7 1;37
.8 1;37
.9 1;37
.l 1;37
.n 1;37
.p 1;37
.pod 1;37
.tex 1;37
.go 1;37
.sql 1;37
.csv 1;37
.htm 1;37
.html 1;37
.shtml 1;37
.erb 1;37
.haml 1;37
# Source text
.c 32
.C 32
.cc 32
.cpp 32
.cxx 32
.objc 32
.cl 32
.java 32
# header
.h 36
.hpp 36
# scripts
.sh 1;92
.bash 1;92
.csh 1;92
.zsh 1;92
.el 1;92
.vim 1;92
.pl 1;92
.pm 1;92
.py 1;92
.rb 1;92
.hs 1;92
.php 1;92
### Multimedia formats
# Image
.bmp 33
.cgm 33
.dl 33
.dvi 33
.emf 33
.eps 33
.gif 33
.jpeg 33
.jpg 33
.JPG 33
.mng 33
.pbm 33
.pcx 33
.pdf 33
.pgm 33
.png 33
.PNG 33
.ppm 33
.pps 33
.ppsx 33
.ps 33
.svg 33
.svgz 33
.tga 33
.tif 33
.tiff 33
.xbm 33
.xcf 33
.xpm 33
.xwd 33
.xwd 33
.yuv 33
# Archives, compressed
.7z 1;95
.apk 1;95
.arj 1;95
.bz 1;95
.bz2 1;95
.cab 1;95 # Win
.deb 1;95
.dmg 1;95 # OSX
.gem 1;95
.gz 1;95
.iso 1;95
.jar 1;95
.msi 1;95 # Win
.rar 1;95
.rpm 1;95
.tar 1;95
.tbz 1;95
.tbz2 1;95
.tgz 1;95
.tx 1;95
.war 1;95
.xpi 1;95
.xz 1;95
.z 1;95
.Z 1;95
.zip 1;95
.pdx 1;95
# Unimportant files
.log 90
*~ 90
*# 90
.bak 90
.BAK 90
.old 90
.OLD 90
.org_archive 90
.off 90
.OFF 90
.dist 90
.DIST 90
.orig 90
.ORIG 90
.swp 90
.swo 90
*,v 90
*:$DATA 90
.bin 1;35
.der 1;35
.crt 1;35
.pem 1;35
.pcap 1;35
.pcapng 1;35
*README 1;4;37
*TODO 1;4;37