-
Notifications
You must be signed in to change notification settings - Fork 328
/
icons_colored.example
377 lines (364 loc) · 11.7 KB
/
icons_colored.example
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
# vim:ft=conf
# These examples require Nerd Fonts or a compatible font to be used.
# See https://www.nerdfonts.com for more information.
# default values from lf (with matching order)
# ln l # LINK
# or l # ORPHAN
# tw t # STICKY_OTHER_WRITABLE
# ow d # OTHER_WRITABLE
# st t # STICKY
# di d # DIR
# pi p # FIFO
# so s # SOCK
# bd b # BLK
# cd c # CHR
# su u # SETUID
# sg g # SETGID
# ex x # EXEC
# fi - # FILE
# file types (with matching order)
ln # LINK
or # ORPHAN
tw t # STICKY_OTHER_WRITABLE
ow # OTHER_WRITABLE
st t # STICKY
di # DIR
pi p # FIFO
so s # SOCK
bd b # BLK
cd c # CHR
su u # SETUID
sg g # SETGID
ex # EXEC
fi # FILE
# disable some default filetype icons, let them choose icon by filename
# ln # LINK
# or # ORPHAN
# tw # STICKY_OTHER_WRITABLE
# ow # OTHER_WRITABLE
# st # STICKY
# di # DIR
# pi # FIFO
# so # SOCK
# bd # BLK
# cd # CHR
# su # SETUID
# sg # SETGID
# ex # EXEC
# fi # FILE
# file extensions (vim-devicons)
*.styl 00;38;2;141;193;73
*.sass 00;38;2;245;83;133
*.scss 00;38;2;245;83;133
*.htm 00;38;2;227;76;38
*.html 00;38;2;227;76;38
*.slim 00;38;2;227;76;38
*.haml 00;38;2;234;234;225
*.ejs 00;38;2;203;203;65
*.css 00;38;2;86;61;124
*.less 00;38;2;86;61;124
*.md 00;38;2;81;154;186
*.mdx 00;38;2;81;154;186
*.markdown 00;38;2;81;154;186
*.rmd 00;38;2;81;154;186
*.json 00;38;2;149;157;165
*.webmanifest 00;38;2;241;224;90
*.js 00;38;2;203;203;65
*.mjs 00;38;2;241;224;90
*.jsx 00;38;2;81;154;186
*.rb 00;38;2;112;21;22
*.gemspec 00;38;2;112;21;22
*.rake 00;38;2;112;21;22
*.php 00;38;2;160;116;196
*.py 00;38;2;81;154;186
*.pyc 00;38;2;81;154;186
*.pyo 00;38;2;81;154;186
*.pyd 00;38;2;81;154;186
*.coffee 00;38;2;203;203;65
*.mustache 00;38;2;227;121;51
*.hbs 00;38;2;240;119;43
*.conf 00;38;2;109;128;134
*.ini 00;38;2;109;128;134
*.yml 00;38;2;149;157;165
*.yaml 00;38;2;149;157;165
*.toml 00;38;2;109;128;134
*.bat 00;38;2;193;241;46
*.mk 00;38;2;109;128;134
*.jpg 00;38;2;160;116;196
*.jpeg 00;38;2;160;116;196
*.bmp 00;38;2;160;116;196
*.png 00;38;2;160;116;196
*.webp 00;38;2;160;116;196
*.gif 00;38;2;160;116;196
*.ico 00;38;2;203;203;65
*.twig 00;38;2;141;193;73
*.cpp 00;38;2;81;154;186
*.c++ 00;38;2;89;158;255
*.cxx 00;38;2;81;154;186
*.cc 00;38;2;81;154;186
*.cp 00;38;2;81;154;186
*.c 00;38;2;89;158;255
*.cs 00;38;2;89;103;6
*.h 00;38;2;160;116;196
*.hh 00;38;2;160;116;196
*.hpp 00;38;2;160;116;196
*.hxx 00;38;2;160;116;196
*.hs 00;38;2;160;116;196
*.lhs 00;38;2;160;116;196
*.nix 00;38;2;126;186;228
*.lua 00;38;2;81;160;207
*.java 00;38;2;204;62;68
*.sh 00;38;2;137;224;81
*.fish 00;38;2;137;224;81
*.bash 00;38;2;137;224;81
*.zsh 00;38;2;137;224;81
*.ksh 00;38;2;137;224;81
*.csh 00;38;2;137;224;81
*.awk 00;38;2;137;224;81
*.ps1 00;38;2;137;224;81
*.ml λ 00;38;2;227;121;51
*.mli λ 00;38;2;227;121;51
*.diff 00;38;2;65;83;91
*.db 00;38;2;218;216;216
*.sql 00;38;2;218;216;216
*.dump 00;38;2;218;216;216
*.clj 00;38;2;141;193;73
*.cljc 00;38;2;141;193;73
*.cljs 00;38;2;81;154;186
*.edn 00;38;2;81;154;186
*.scala 00;38;2;204;62;68
*.go 00;38;2;81;154;186
*.dart 00;38;2;3;88;156
*.xul 00;38;2;227;121;51
*.sln 00;38;2;133;76;199
*.suo 00;38;2;133;76;199
*.pl 00;38;2;81;154;186
*.pm 00;38;2;81;154;186
*.t 00;38;2;81;154;186
*.rss 00;38;2;251;157;59
'*.f#' 00;38;2;81;154;186
*.fsscript 00;38;2;81;154;186
*.fsx 00;38;2;81;154;186
*.fs 00;38;2;81;154;186
*.fsi 00;38;2;81;154;186
*.rs 00;38;2;222;165;132
*.rlib 00;38;2;222;165;132
*.d 00;38;2;66;120;25
*.erl 00;38;2;184;57;152
*.hrl 00;38;2;184;57;152
*.ex 00;38;2;160;116;196
*.exs 00;38;2;160;116;196
*.eex 00;38;2;160;116;196
*.leex 00;38;2;160;116;196
*.heex 00;38;2;160;116;196
*.vim 00;38;2;1;152;51
*.ai 00;38;2;203;203;65
*.psd 00;38;2;81;154;186
*.psb 00;38;2;81;154;186
*.ts 00;38;2;81;154;186
*.tsx 00;38;2;81;154;186
*.jl 00;38;2;162;112;186
*.pp 00;38;2;255;166;26
*.vue 00;38;2;141;193;73
*.elm 00;38;2;81;154;186
*.swift 00;38;2;227;121;51
*.xcplayground 00;38;2;227;121;51
*.tex 00;38;2;61;97;23
*.r 00;38;2;53;138;91
*.rproj 00;38;2;53;138;91
*.sol 00;38;2;81;154;186
*.pem 00;38;2;205;155;62
# file names (vim-devicons) (case-insensitive not supported in lf)
*gruntfile.coffee 00;38;2;227;121;51
*gruntfile.js 00;38;2;227;121;51
*gruntfile.ls 00;38;2;227;121;51
*gulpfile.coffee 00;38;2;204;62;68
*gulpfile.js 00;38;2;204;62;68
*gulpfile.ls 00;38;2;204;62;68
*mix.lock 00;38;2;160;116;196
*dropbox 00;38;2;0;97;254
*.ds_store 00;38;2;77;90;94
*.gitconfig 00;38;2;65;83;91
*.gitignore 00;38;2;65;83;91
*.gitattributes 00;38;2;65;83;91
*.gitlab-ci.yml 00;38;2;226;67;41
*.bashrc 00;38;2;137;224;81
*.zshrc 00;38;2;137;224;81
*.zshenv 00;38;2;137;224;81
*.zprofile 00;38;2;137;224;81
*.vimrc 00;38;2;1;152;51
*.gvimrc 00;38;2;1;152;51
*_vimrc 00;38;2;1;152;51
*_gvimrc 00;38;2;1;152;51
*.bashprofile 00;38;2;137;224;81
*favicon.ico 00;38;2;203;203;65
*license 00;38;2;203;203;65
*node_modules 00;38;2;232;39;75
*react.jsx 00;38;2;81;154;186
*procfile 00;38;2;160;116;196
*dockerfile 00;38;2;81;154;186
*docker-compose.yml 00;38;2;81;154;186
*docker-compose.yaml 00;38;2;81;154;186
*compose.yml 00;38;2;81;154;186
*compose.yaml 00;38;2;81;154;186
*rakefile 00;38;2;112;21;22
*config.ru 00;38;2;112;21;22
*gemfile 00;38;2;112;21;22
*makefile 00;38;2;109;128;134
*cmakelists.txt 00;38;2;109;128;134
*robots.txt 00;38;2;109;128;134
# file names (case-sensitive adaptations)
*Gruntfile.coffee 00;38;2;227;121;51
*Gruntfile.js 00;38;2;227;121;51
*Gruntfile.ls 00;38;2;227;121;51
*Gulpfile.coffee 00;38;2;204;62;68
*Gulpfile.js 00;38;2;204;62;68
*Gulpfile.ls 00;38;2;204;62;68
*Dropbox 00;38;2;0;97;254
*.DS_Store 00;38;2;193;241;46
*LICENSE 00;38;2;203;203;65
*React.jsx 00;38;2;81;154;186
*Procfile 00;38;2;160;116;196
*Dockerfile 00;38;2;81;154;186
*Docker-compose.yml 00;38;2;81;154;186
*Docker-compose.yaml 00;38;2;81;154;186
*Rakefile 00;38;2;112;21;22
*Gemfile 00;38;2;112;21;22
*Makefile 00;38;2;109;128;134
*CMakeLists.txt 00;38;2;109;128;134
# file patterns (vim-devicons) (patterns not supported in lf)
# .*jquery.*\.js$ 00;38;2;227;117;187
# .*angular.*\.js$ 00;38;2;226;50;55
# .*backbone.*\.js$ 00;38;2;0;113;181
# .*require.*\.js$ 00;38;2;244;74;65
# .*materialize.*\.js$ 00;38;2;238;110;115
# .*materialize.*\.css$ 00;38;2;238;110;115
# .*mootools.*\.js$ 00;38;2;236;236;236
# .*vimrc.* 00;38;2;1;152;51
# Vagrantfile$ 00;38;2;21;99;255
# file patterns (file name adaptations)
*jquery.min.js 00;38;2;227;117;187
*angular.min.js 00;38;2;226;50;55
*backbone.min.js 00;38;2;0;113;181
*require.min.js 00;38;2;244;74;65
*materialize.min.js 00;38;2;238;110;115
*materialize.min.css 00;38;2;238;110;115
*mootools.min.js 00;38;2;236;236;236
*vimrc 00;38;2;1;152;51
Vagrantfile 00;38;2;21;99;255
# archives or compressed (extensions from dircolors defaults)
*.tar
*.tgz
*.arc
*.arj
*.taz
*.lha
*.lz4
*.lzh
*.lzma
*.tlz
*.txz
*.tzo
*.t7z
*.zip
*.z
*.dz
*.gz
*.lrz
*.lz
*.lzo
*.xz
*.zst
*.tzst
*.bz2
*.bz
*.tbz
*.tbz2
*.tz
*.deb
*.rpm
*.jar
*.war
*.ear
*.sar
*.rar
*.alz
*.ace
*.zoo
*.cpio
*.7z
*.rz
*.cab
*.wim
*.swm
*.dwm
*.esd
# image formats (extensions from dircolors defaults)
*.jpg
*.jpeg
*.mjpg
*.mjpeg
*.gif
*.bmp
*.pbm
*.pgm
*.ppm
*.tga
*.xbm
*.xpm
*.tif
*.tiff
*.png
*.svg
*.svgz
*.mng
*.pcx
*.mov
*.mpg
*.mpeg
*.m2v
*.mkv
*.webm
*.ogm
*.mp4
*.m4v
*.mp4v
*.vob
*.qt
*.nuv
*.wmv
*.asf
*.rm
*.rmvb
*.flc
*.avi
*.fli
*.flv
*.gl
*.dl
*.xcf
*.xwd
*.yuv
*.cgm
*.emf
*.ogv
*.ogx
# audio formats (extensions from dircolors defaults)
*.aac
*.au
*.flac
*.m4a
*.mid
*.midi
*.mka
*.mp3
*.mpc
*.ogg
*.ra
*.wav
*.oga
*.opus
*.spx
*.xspf
# other formats
*.pdf 00;38;2;179;11;0