aboutsummaryrefslogtreecommitdiff
path: root/base/zsh/LS_COLORS
blob: 82b8dcaca33298fe6e071670cb4a877c8fa8ded6 (plain)
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
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
# dircolors LS_COLORS >lscolors.zsh
# vim: set ft=dircolors, set fdm=marker

# core {{{1
BLK                   33;1
CAPABILITY            31;1;7
CHR                   33;1
DIR                   34;1
DOOR                  35;1
EXEC                  32;1
FIFO                  33
FILE                  0
LINK                  36
MISSING               31;1;7
MULTIHARDLINK         33;1
NORMAL                0
ORPHAN                31;1;7
OTHER_WRITABLE        32;1;7
SETGID                33;1;7
SETUID                42;1
SOCK                  35;1
STICKY                44;1
STICKY_OTHER_WRITABLE 36;1;7
# }}}
# documents {{{1
*README               38;5;16
*README.rst           38;5;16
*README.md            38;5;16
*LICENSE              38;5;16
*COPYING              38;5;16
*INSTALL              38;5;16
*COPYRIGHT            38;5;16
*AUTHORS              38;5;16
*HISTORY              38;5;16
*CONTRIBUTORS         38;5;16
*PATENTS              38;5;16
*VERSION              38;5;16
*NOTICE               38;5;16
*CHANGES              38;5;16
.log                  38;5;16
# plain-text {{{2
.txt                  0
# markup {{{2
.etx                  38;5;16
.info                 38;5;16
.markdown             38;5;16
.md                   38;5;16
.mkd                  38;5;16
.nfo                  38;5;16
.pod                  38;5;16
.rst                  38;5;16
.tex                  38;5;16
.textile              38;5;16
# key-value, non-relational data {{{2
.bib                  33
.json                 33
.jsonl                33
.ndjson               33
.msg                  33
.pgn                  33
.rss                  33
.xml                  33
.fxml                 33
.toml                 33
.yaml                 33
.yml                  33
.RData                33
.rdata                33
.xsd                  33
.dtd                  33
.sgml                 33
.rng                  33
.rnc                  33
# }}}
# binary {{{2
.cbr                  35
.cbz                  35
.chm                  35
.djvu                 35
.pdf                  35
.PDF                  35
.mobi                 35
.epub                 35
# words {{{3
.docm                 35;4
.doc                  35
.docx                 35
.odb                  35
.odt                  35
.rtf                  35
# presentation {{{3
.odp                  38;5;16
.pps                  38;5;16
.ppt                  38;5;16
.pptx                 38;5;16
#   Powerpoint show
.ppts                 38;5;16
#   Powerpoint with enabled macros
.pptxm                38;5;16;4
#   Powerpoint show with enabled macros
.pptsm                38;5;16;4
# spreadsheet {{{3
.csv                  32
.tsv                  32
#   Open document spreadsheet
.ods                  32
.xla                  32
#   Excel spreadsheet
.xls                  32
.xlsx                 32
#   Excel spreadsheet with macros
.xlsxm                32;4
#   Excel module
.xltm                 32;4
.xltx                 32
# }}}
# }}}
# configs {{{2
*config               38;5;20
*cfg                  38;5;20
*conf                 38;5;20
*rc                   38;5;20
*authorized_keys      38;5;20
*known_hosts          38;5;20
.ini                  38;5;20
.plist                38;5;20
#   vim
.viminfo              38;5;20
#   cisco VPN client configuration
.pcf                  38;5;20
#   adobe photoshop proof settings file
.psf                  38;5;20
#   Sublime Text config
.hidden-color-scheme  38;5;20
.hidden-tmTheme       38;5;20
.last-run             38;5;20
.merged-ca-bundle     38;5;20
.sublime-build        38;5;20
.sublime-commands     38;5;20
.sublime-keymap       38;5;20
.sublime-settings     38;5;20
.sublime-snippet      38;5;20
.sublime-project      38;5;20
.sublime-workspace    38;5;20
.tmTheme              38;5;20
.user-ca-bundle       38;5;20
# eclipse
.epf                  38;5;20
# }}}
# }}}
# code {{{1
# version control {{{2
.git                  35
.gitignore            38;5;8
.gitattributes        38;5;8
.gitmodules           38;5;8

# shell {{{2
.awk                  32
.bash                 32
.bat                  32
.BAT                  32
.sed                  32
.sh                   32
.zsh                  32
.vim                  32

# interpreted {{{2
.ahk                  32
# python
.py                   32
.ipynb                32
# ruby
.rb                   32
.gemspec              32
# perl
.pl                   34
.PL                   34
.t                    34
# sql
.msql                 33
.mysql                33
.pgsql                33
.sql                  33
#   Tool Command Language
.tcl                  34
# R language
.r                    34
.R                    34
# Clojure
.clj                  34
.cljs                 34
.cljc                 34
# Clojure gorilla REPL worksheet
.cljw                 34
# Scala
.scala                34
# Dart
.dart                 34

# compiled {{{2
#
#   assembly language
.asm                  34
#   LISP
.cl                   34
.lisp                 34
.rkt                  34
#   lua
.lua                  34
#   Moonscript
.moon                 34
#   C
.c                    34
.C                    34
.h                    34
.H                    34
.tcc                  34
#   C++
.c++                  34
.h++                  34
.hpp                  34
.hxx                  34
.ii                   34
#   method file for Objective C
.M                    34
.m                    34
#   Csharp
.cc                   34
.cs                   34
.cp                   34
.cpp                  34
.cxx                  34
#   Crystal
.cr                   34
#   Google golang
.go                   34
#   fortran
.f                    34
.F                    34
.for                  34
.ftn                  34
.f90                  34
.F90                  34
.f95                  34
.F95                  34
.f03                  34
.F03                  34
.f08                  34
.F08                  34
# Nim
.nim                  34
.nimble               34
#   pascal
.s                    34
.S                    34
#   Rust
.rs                   34
#   AppleScript
.scpt                 34
#   Swift
.swift                34
#   ?
.sx                   34
# Vala
.vala                 34
.vapi                 34
#   interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9
.hi                   34
#   haskell
.hs                   34
.lhs                  34
#   agda
.agda                 34
.lagda                34
.lagda.tex            34
.lagda.rst            34
.lagda.md             34
.agdai                34
#   Zig
.zig                  34

# binaries {{{2
# compiled apps for interpreted languages
.pyc                  38;5;8
# }}}
# orchestration {{{2
.tf                   35
.tfstate              35
.tfvars               35
# orchestration 2}}}
# html {{{2
.css                  38;5;16
.less                 38;5;16
.sass                 38;5;16
.scss                 38;5;16
.htm                  38;5;16
.html                 38;5;16
.jhtm                 38;5;16
.mht                  38;5;16
.eml                  38;5;16
.mustache             38;5;16
# }}}
# java {{{2
.coffee               34
.java                 34
.js                   34
.mjs                  34
.jsm                  34
.jsp                  34
# }}}
# php {{{2
.php                  34
#   CakePHP view scripts and helpers
.ctp                  34
#   Twig template engine
.twig                 34
# }}}
# vb/a {{{2
.vb                   34
.vba                  34
.vbs                  34
# 2}}}
# Build stuff {{{2
*Dockerfile           32
.dockerignore         38;5;8
*Makefile             32
*MANIFEST             38;5;8
*pm_to_blib           38;5;8
# Functional Configuration
.nix                  32
.dhall                32
# ruby rake
.rake                 32
# automake
.am                   38;5;8
.in                   38;5;8
.hin                  38;5;8
.scan                 38;5;8
.m4                   38;5;8
.old                  38;5;8
.out                  38;5;8
.SKIP                 38;5;8
# }}}
# patch files {{{2
.diff                 38;5;17
.patch                38;5;17
#}}}
# graphics {{{1
.bmp                  35
.dicom                35
.tiff                 35
.tif                  35
.TIFF                 35
.cdr                  35
.flif                 35
.gif                  35
.icns                 35
.ico                  35
.jpeg                 35
.JPG                  35
.jpg                  35
.nth                  35
.png                  35
.psd                  35
.pxd                  35
.pxm                  35
.xpm                  35
.webp                 35
# }}}
# vector {{{1
.ai                   35
.eps                  35
.epsf                 35
.drw                  35
.ps                   35
.svg                  35
# }}}
# video {{{1
.avi                  35
.divx                 35
.IFO                  35
.m2v                  35
.m4v                  35
.mkv                  35
.MOV                  35
.mov                  35
.mp4                  35
.mpeg                 35
.mpg                  35
.ogm                  35
.rmvb                 35
.sample               35
.wmv                  35
  # mobile/streaming {{{2
.3g2                  35
.3gp                  35
.gp3                  35
.webm                 35
.gp4                  35
.asf                  35
.flv                  35
.ts                   35
.ogv                  35
.f4v                  35
  # }}}
  # lossless {{{2
.VOB                  35
.vob                  35
# }}}
# subtitles {{{1
.ass                  38;5;8
.srt                  38;5;8
.ssa                  38;5;8
.sub                  38;5;8
.sup                  38;5;8 # bitmap image track
.vtt                  38;5;8
#}}}
# audio {{{1
.3ga                  36
.S3M                  36
.aac                  36
.amr                  36
.au                   36
.caf                  36
.dat                  36
.dts                  36
.fcm                  36
.m4a                  36
.mid                  36
.mod                  36
.mp3                  36
.mp4a                 36
.oga                  36
.ogg                  36
.opus                 36
.s3m                  36
.sid                  36
.wma                  36
# lossless
.ape                  36
.aiff                 36
.cda                  36
.flac                 36
.alac                 36
.midi                 36
.pcm                  36
.wav                  36
.wv                   36
.wvc                  36

# }}}
# fonts {{{1
.afm                  0
.fon                  0
.fnt                  0
.pfb                  0
.pfm                  0
.ttf                  0
.otf                  0
# Web Open Font Format
.woff                 0
.woff2                0
#   postscript fonts
.PFA                  0
.pfa                  0
# }}}
# archives {{{1
.7z                   31
.a                    31
.arj                  31
.bz2                  31
.cpio                 31
.gz                   31
.lrz                  31
.lz                   31
.lzma                 31
.lzo                  31
.rar                  31
.s7z                  31
.sz                   31
.tar                  31
.tgz                  31
.xz                   31
.z                    31
.zip                  31
.zipx                 31
.zoo                  31
.zpaq                 31
.zst                  31
.zstd                 31
.zz                   31
  # packaged apps {{{2
.apk                  31
.ipa                  31
.deb                  31
.rpm                  31
.jad                  31
.jar                  31
.cab                  31
.pak                  31
.pk3                  31
.vdf                  31
.vpk                  31
.bsp                  31
.dmg                  31
  # }}}
  # segments from 0 to three digits after first extension letter {{{2
.r[0-9]{0,2}          31
.zx[0-9]{0,2}         31
.z[0-9]{0,2}          31
# partial files
.part                 38;5;8
  # }}}
# partition images {{{2
.iso                  31
.bin                  31
.nrg                  31
.qcow                 31
.sparseimage          31
.toast                31
.vcd                  31
.vmdk                 31
# }}}
# databases {{{2
.accdb                0
.accde                0
.accdr                0
.accdt                0
.db                   33
.fmp12                0
.fp7                  0
.localstorage         0
.mdb                  0
.mde                  0
.sqlite               33
.typelib              0
# NetCDF database
.nc                   0
# }}}
# tempfiles {{{1
# undo files
.pacnew               34;1;7
.un~                  38;5;8
.orig                 38;5;8
# backups
.BUP                  38;5;8
.bak                  38;5;8
.o                    38;5;8 #   *nix Object file (shared libraries, core dumps etc)
*core                 38;5;8 #   Linux user core dump file (from /proc/sys/kernel/core_pattern)
.mdump                38;5;8 #   Mini DuMP crash report
.rlib                 38;5;8 #   Static rust library
.dll                  38;5;8 #   dynamic linked library
# temporary files
.swp                  38;5;8
.swo                  38;5;8
.tmp                  38;5;8
.sassc                38;5;8
# state files
.pid                  38;5;8
.state                38;5;8
*lockfile             38;5;8
*lock                 38;5;8
# error logs
.err                  31;1
.error                31;1
.stderr               31;1
# state dumps
.aria2                38;5;8
.dump                 38;5;8
.stackdump            38;5;8
.zcompdump            38;5;8
.zwc                  38;5;8
# tcpdump, network traffic capture
.pcap                 36
.cap                  36
.dmp                  36
# macOS
.DS_Store             38;5;8
.localized            38;5;8
.CFUserTextEncoding   38;5;8
# }}}
# hosts {{{1
# /etc/hosts.{deny,allow}
.allow                32
.deny                 31
# }}}
# systemd {{{1
# http://www.freedesktop.org/software/systemd/man/systemd.unit.html
.service              34
*@.service            34
.socket               34
.swap                 34
.device               34
.mount                34
.automount            34
.target               34
.path                 34
.timer                34
.snapshot             34
# }}}
# metadata {{{1
.application          36
.cue                  36
.description          36
.directory            36
.m3u                  38;5;8
.m3u8                 38;5;8
.md5                  38;5;8
.properties           36
.sfv                  36
.theme                36
.torrent              36
.urlview              36
.webloc               36
.lnk                  36
# }}}
# encrypted data {{{1
.asc                  32
.bfe                  32
.enc                  32
.gpg                  32
.signature            32
.sig                  32
.p12                  32
.pem                  32
.pgp                  32
.p7s                  32
*id_dsa               32
*id_rsa               32
*id_ecdsa             32
*id_ed25519           32
# 1}}}
# emulators {{{1
.32x                  35
.cdi                  35
.fm2                  35
.rom                  35
.sav                  35
.st                   35
  # atari
.a00                  35
.a52                  35
.A64                  35
.a64                  35
.a78                  35
.adf                  35
.atr                  35
  # nintendo
.gb                   35
.gba                  35
.gbc                  35
.gel                  35
.gg                   35
.ggl                  35
.ipk                  35 # Nintendo (DS Packed Images)
.j64                  35
.nds                  35
.nes                  35
  # Sega
.sms                  35
# }}}
# 3D printing {{{1
.stl                  38;5;16
.3mf                  38;5;16
.dwg                  38;5;16
.ply                  38;5;16
.wrl                  38;5;16
# }}}
# unsorted {{{1
#
#   Portable Object Translation for GNU Gettext
.pot                  0
#   GIMP files
.gbr                  35
.scm                  35
.xcf                  35

.def                  0
.ics                  0 # calendar information
.pcb                  38;5;17
.rdf                  0
.sch                  0
.vcard                0
.vcf                  0 # contact information
# }}}
# termcap {{{1
TERM ansi
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 Eterm
TERM eterm-color
TERM gnome
TERM gnome-256color
TERM jfbterm
TERM konsole
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mlterm
TERM putty
TERM rxvt
TERM rxvt-256color
TERM rxvt-cygwin
TERM rxvt-cygwin-native
TERM rxvt-unicode
TERM rxvt-unicode-256color
TERM rxvt-unicode256
TERM screen
TERM screen-256color
TERM screen-256color-bce
TERM screen-bce
TERM screen-w
TERM screen.linux
TERM screen.rxvt
TERM terminator
TERM vt100
TERM xterm
TERM xterm-16color
TERM xterm-256color
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
TERM xterm-kitty
# }}}