-
Notifications
You must be signed in to change notification settings - Fork 2
/
dircolors
229 lines (221 loc) · 6.94 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
# Term Section
TERM xterm-256color
NORMAL 00;38;2;171;178;191 # no color code at all
FILE 00 # regular file: use no color at all
RESET 00;38;2;171;178;191 # reset to "normal" color
DIR 00;38;2;97;175;239 # directory 01;34
LINK 00;38;2;86;182;194 # symbolic link. (If you set this to 'target' instead of a
MULTIHARDLINK 00 # regular file with more than one link
FIFO 07;38;2;171;178;191 # pipe
SOCK 07;38;2;171;178;191 # socket
DOOR 07;38;2;171;178;191 # door
BLK 07;38;2;171;178;191 # block device driver
CHR 07;38;2;171;178;191 # character device driver
ORPHAN 00;38;2;190;80;70 # symlink to nonexistent file, or non-stat'able file
SETUID 01;38;2;171;178;191 # file that is setuid (u+s)
SETGID 04;01;38;2;171;178;191 # file that is setgid (g+s)
CAPABILITY 07;38;2;171;178;191 # file with capability
STICKY_OTHER_WRITABLE 04;01;38;2;97;175;239 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 01;38;2;97;175;239 # dir that is other-writable (o+w) and not sticky
STICKY 04;38;2;97;175;239 # dir with the sticky bit set (+t) and not other-writable
EXEC 00;38;2;152;195;121 # This is for files with execute permission:
## Source Code (Magenta)
.jl 00;38;2;198;120;221 # Julia
.c 00;38;2;198;120;221 # C source
.cpp 00;38;2;198;120;221 # C++
.cc 00;38;2;198;120;221 # C++
.h 00;38;2;198;120;221 # C header
.asm 00;38;2;198;120;221 # Assembly Language
.py 00;38;2;198;120;221 # Python
.js 00;38;2;198;120;221 # Javascript
.jsp 00;38;2;198;120;221 # Java Server Page
.java 00;38;2;198;120;221 # Java
.sh 00;38;2;198;120;221 # Shell Script
.csh 00;38;2;198;120;221 # C-Shell Script
.perl 00;38;2;198;120;221 # Perl
.pl 00;38;2;198;120;221 # Perl
.awk 00;38;2;198;120;221 # awk
.go 00;38;2;198;120;221 # Go
.scala 00;38;2;198;120;221 # Scala
.swift 00;38;2;198;120;221 # Swift
.m 00;38;2;198;120;221 # Objective C
.cs 00;38;2;198;120;221 # C Sharp
.vb 00;38;2;198;120;221 # Visual Basic
.pas 00;38;2;198;120;221 # Pascal
.r 00;38;2;198;120;221 # R Language
.rb 00;38;2;198;120;221 # Ruby
.kt 00;38;2;198;120;221 # Kotlin
.htm 00;38;2;198;120;221 # HTML
.html 00;38;2;198;120;221 # HTML
.css 00;38;2;198;120;221 # CSS
.scss 00;38;2;198;120;221 # SaSS
.cfm 00;38;2;198;120;221 # ColdFusion
.cer 00;38;2;198;120;221 # Internet Security Certificate
.cgi 00;38;2;198;120;221 # Perl Script
.php 00;38;2;198;120;221 # PHP Script
.rss 00;38;2;198;120;221 # RSS Syndication
.xhtml 00;38;2;198;120;221 # XHTML
## Special Text Files (Comment Grey)
.csv 00;38;2;92;99;112
.txt 00;38;2;92;99;112
.md 00;38;2;92;99;112
.toml 00;38;2;92;99;112
.yml 00;38;2;92;99;112
.yaml 00;38;2;92;99;112
.xml 00;38;2;92;99;112
.json 00;38;2;92;99;112
.conf 00;38;2;92;99;112
.email 00;38;2;92;99;112
.eml 00;38;2;92;99;112
.emlx 00;38;2;92;99;112
.vcf 00;38;2;92;99;112
## Special Document Files (Comment Grey)
.doc 00;38;2;92;99;112
.docx 00;38;2;92;99;112
.rtf 00;38;2;92;99;112
.xls 00;38;2;92;99;112
.xlsx 00;38;2;92;99;112
.pps 00;38;2;92;99;112
.ppt 00;38;2;92;99;112
.pptx 00;38;2;92;99;112
.odt 00;38;2;92;99;112
.ods 00;38;2;92;99;112
.odp 00;38;2;92;99;112
.wpd 00;38;2;92;99;112
.pdf 00;38;2;92;99;112
.tex 00;38;2;92;99;112
.dvi 00;38;2;92;99;112
.bib 00;38;2;92;99;112
.bst 00;38;2;92;99;112
.bbx 00;38;2;92;99;112
.cbx 00;38;2;92;99;112
.cls 00;38;2;92;99;112
.def 00;38;2;92;99;112
.ins 00;38;2;92;99;112
.dtx 00;38;2;92;99;112
.bbl 00;38;2;92;99;112
.lof 00;38;2;92;99;112
.lot 00;38;2;92;99;112
.toc 00;38;2;92;99;112
## Database Files (Comment Grey)
.dat 00;38;2;92;99;112
.db 00;38;2;92;99;112
.sql 00;38;2;92;99;112
.sqlite 00;38;2;92;99;112
.log 00;38;2;92;99;112
.mdb 00;38;2;92;99;112
.ost 00;38;2;92;99;112
.pst 00;38;2;92;99;112
## Archives or compressed (light red)
.tar 00;38;2;224;108;117
.tgz 00;38;2;224;108;117
.arj 00;38;2;224;108;117
.taz 00;38;2;224;108;117
.lzh 00;38;2;224;108;117
.lzma 00;38;2;224;108;117
.tlz 00;38;2;224;108;117
.txz 00;38;2;224;108;117
.zip 00;38;2;224;108;117
.z 00;38;2;224;108;117
.Z 00;38;2;224;108;117
.dz 00;38;2;224;108;117
.gz 00;38;2;224;108;117
.lz 00;38;2;224;108;117
.xz 00;38;2;224;108;117
.bz2 00;38;2;224;108;117
.bz 00;38;2;224;108;117
.tbz 00;38;2;224;108;117
.tbz2 00;38;2;224;108;117
.tz 00;38;2;224;108;117
.deb 00;38;2;224;108;117
.rpm 00;38;2;224;108;117
.jar 00;38;2;224;108;117
.rar 00;38;2;224;108;117
.ace 00;38;2;224;108;117
.zoo 00;38;2;224;108;117
.cpio 00;38;2;224;108;117
.7z 00;38;2;224;108;117
.rz 00;38;2;224;108;117
.apk 00;38;2;224;108;117
.gem 00;38;2;224;108;117
.pkg 00;38;2;224;108;117
.bin 00;38;2;224;108;117
.cab 00;38;2;224;108;117
.dmg 00;38;2;224;108;117
.iso 00;38;2;224;108;117
.vcd 00;38;2;224;108;117
.toast 00;38;2;224;108;117
.apk 00;38;2;224;108;117
.msi 00;38;2;224;108;117
.com 00;38;2;224;108;117
.exe 00;38;2;224;108;117
.dll 00;38;2;224;108;117
.ttf 00;38;2;224;108;117
.otf 00;38;2;224;108;117
## Image and Video formats (yellow)
.jpg 00;38;2;229;192;123
.JPG 00;38;2;229;192;123 #stupid but needed
.jpeg 00;38;2;229;192;123
.gif 00;38;2;229;192;123
.bmp 00;38;2;229;192;123
.pbm 00;38;2;229;192;123
.pgm 00;38;2;229;192;123
.ppm 00;38;2;229;192;123
.tga 00;38;2;229;192;123
.xbm 00;38;2;229;192;123
.xpm 00;38;2;229;192;123
.tif 00;38;2;229;192;123
.tiff 00;38;2;229;192;123
.png 00;38;2;229;192;123
.PNG 00;38;2;229;192;123
.svg 00;38;2;229;192;123
.svgz 00;38;2;229;192;123
.mng 00;38;2;229;192;123
.pcx 00;38;2;229;192;123
.dl 00;38;2;229;192;123
.xcf 00;38;2;229;192;123
.xwd 00;38;2;229;192;123
.yuv 00;38;2;229;192;123
.cgm 00;38;2;229;192;123
.emf 00;38;2;229;192;123
.eps 00;38;2;229;192;123
.CR2 00;38;2;229;192;123
.ico 00;38;2;229;192;123
.mov 00;38;2;229;192;123
.MOV 00;38;2;229;192;123
.mpg 00;38;2;229;192;123
.mpeg 00;38;2;229;192;123
.m2v 00;38;2;229;192;123
.mkv 00;38;2;229;192;123
.ogm 00;38;2;229;192;123
.mp4 00;38;2;229;192;123
.m4v 00;38;2;229;192;123
.mp4v 00;38;2;229;192;123
.vob 00;38;2;229;192;123
.qt 00;38;2;229;192;123
.nuv 00;38;2;229;192;123
.wmv 00;38;2;229;192;123
.asf 00;38;2;229;192;123
.rm 00;38;2;229;192;123
.rmvb 00;38;2;229;192;123
.flc 00;38;2;229;192;123
.avi 00;38;2;229;192;123
.fli 00;38;2;229;192;123
.flv 00;38;2;229;192;123
.gl 00;38;2;229;192;123
.m2ts 00;38;2;229;192;123
.divx 00;38;2;229;192;123
.webm 00;38;2;229;192;123
.h264 00;38;2;229;192;123
.3gp 00;38;2;229;192;123
## Audio formats (Dark Yellow)
.aif 00;38;2;209;154;102
.cda 00;38;2;209;154;102
.mid 00;38;2;209;154;102
.mdi 00;38;2;209;154;102
.mp3 00;38;2;209;154;102
.mpa 00;38;2;209;154;102
.ogg 00;38;2;209;154;102
.wav 00;38;2;209;154;102
.wma 00;38;2;209;154;102
.wpl 00;38;2;209;154;102