-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.dircolors
executable file
·322 lines (307 loc) · 6.76 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
COLOR all
# Below, there should be one TERM entry for each termtype that is colorizable
TERM linux
TERM linux-c
TERM mach-color
TERM console
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM xterm
TERM xterm-color
TERM xterm-256color
TERM xterm-24bit
TERM xterm-ghostty
TERM xterm-kitty
TERM tmux-256color
TERM screen-256color
TERM xterm-debian
TERM gnome-color
TERM gnome-256color
## Documentation
#
# standard colors
#
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text 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
#
#
# 256 color support
# see here: http://www.mail-archive.com/[email protected]/msg11030.html)
#
# Text 256 color coding:
# 38;5;COLOR_NUMBER
# Background 256 color coding:
# 48;5;COLOR_NUMBER
#Below are the color init strings for the basic file types. A color init
# stirng consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text 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
NORMAL 00 # global default, although everything should be something.
FILE 38;5;37 # normal file
DIR 38;5;245 # directory
OTHER_WRITABLE 04;38;5;245 # directory that is other-writable (o+w) and not sticky
LINK 01;37 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
FIFO 01;33 # pipe
SOCK 01;35 # socket
DOOR 01;35 # door
BLK 01;33 # block device driver
CHR 01;33 # character device driver
ORPHAN 01;31 # symlink to nonexistent file
EXEC 38;5;70 # This is for files with execute permission:
# If you use DOS-style suffixes, you may want to uncomment the following:
#.cmd 01;32 # executables (bright green)
#.exe 01;32
#.com 01;32
#.btm 01;32
#.bat 01;32
# text files
.txt 38;5;37
#
# Audio and video formats (orange)
# audio files
.aac 00;38;5;166
.au 00;38;5;166
.flac 00;38;5;166
.mid 00;38;5;166
.midi 00;38;5;166
.mka 00;38;5;166
.mp3 00;38;5;166
.mpc 00;38;5;166
.ogg 00;38;5;166
.opus 00;38;5;166
.ra 00;38;5;166
.wav 00;38;5;166
.m4a 00;38;5;166
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axa 00;38;5;166
.oga 00;38;5;166
.spx 00;38;5;166
.xspf 00;38;5;166
# Video files
.mov 00;38;5;166
.MOV 00;38;5;166
.mpg 00;38;5;166
.mpeg 00;38;5;166
.m2v 00;38;5;166
.mkv 00;38;5;166
.ogm 00;38;5;166
.mp4 00;38;5;166
.m4v 00;38;5;166
.mp4v 00;38;5;166
.vob 00;38;5;166
.qt 00;38;5;166
.nuv 00;38;5;166
.wmv 00;38;5;166
.asf 00;38;5;166
.rm 00;38;5;166
.rmvb 00;38;5;166
.flc 00;38;5;166
.avi 00;38;5;166
.fli 00;38;5;166
.flv 00;38;5;166
.gl 00;38;5;166
.m2ts 00;38;5;166
.divx 00;38;5;166
.webm 00;38;5;166
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 00;38;5;166
.anx 00;38;5;166
.ogv 00;38;5;166
.ogx 00;38;5;166
# archives or compressed (bright red)
.tar 00;38;5;206
.tgz 00;38;5;206
.arj 00;38;5;206
.taz 00;38;5;206
.lzh 00;38;5;206
.lzma 00;38;5;206
.tlz 00;38;5;206
.txz 00;38;5;206
.zip 00;38;5;206
.z 00;38;5;206
.Z 00;38;5;206
.dz 00;38;5;206
.gz 00;38;5;206
.lz 00;38;5;206
.xz 00;38;5;206
.bz2 00;38;5;206
.bz 00;38;5;206
.tbz 00;38;5;206
.tbz2 00;38;5;206
.tz 00;38;5;206
.deb 00;38;5;206
.rpm 00;38;5;206
.jar 00;38;5;206
.rar 00;38;5;206
.ace 00;38;5;206
.zoo 00;38;5;206
.cpio 00;38;5;206
.7z 00;38;5;206
.rz 00;38;5;206
.apk 00;38;5;206
.gem 00;38;5;206
# image formats
.pdf 00;38;5;196
.jpg 00;38;5;196
.JPG 00;38;5;196
.jpeg 00;38;5;196
.gif 00;38;5;196
.bmp 00;38;5;196
.pbm 00;38;5;196
.pgm 00;38;5;196
.ppm 00;38;5;196
.tga 00;38;5;196
.xbm 00;38;5;196
.xpm 00;38;5;196
.tif 00;38;5;196
.tiff 00;38;5;196
.png 00;38;5;196
.PNG 00;38;5;196
.svg 00;38;5;196
.svgz 00;38;5;196
.mng 00;38;5;196
.pcx 00;38;5;196
.dl 00;38;5;196
.xcf 00;38;5;196
.xwd 00;38;5;196
.yuv 00;38;5;196
.cgm 00;38;5;196
.emf 00;38;5;196
.eps 00;38;5;196
.CR2 00;38;5;196
.ico 00;38;5;196
# Assembly:
.asm 00;38;5;220
.s 00;38;5;220
# C/C++:
.c 00;38;5;220
.cpp 00;38;5;220
.h 00;38;5;220
.hpp 00;38;5;220
# Java:
.java 00;38;5;220
# Python:
.py 00;38;5;220
# Ruby:
.rb 00;38;5;220
# Perl:
.pl 00;38;5;220
.pm 00;38;5;220
# PHP:
.php 00;38;5;220
# Swift:
.swift 00;38;5;220
# Objective-C:
.m 00;38;5;220
.mm 00;38;5;220
# Go:
.go 00;38;5;220
# Rust:
.rs 00;38;5;220
# Kotlin:
.kt 00;38;5;220
# JavaScript:
.js 00;38;5;220
# TypeScript:
.ts 00;38;5;220
# HTML:
.html 00;38;5;220
.htm 00;38;5;220
# CSS:
.css 00;38;5;220
# Sass:
.sass 00;38;5;220
.scss 00;38;5;220
# Less:
.less 00;38;5;220
# XML:
.xml 00;38;5;220
# JSON:
.json 00;38;5;220
# YAML:
.yaml 00;38;5;220
.yml 00;38;5;220
# Shell Scripting:
.sh 00;38;5;220
.bash 00;38;5;220
# PowerShell:
.ps1 00;38;5;220
.psm1 00;38;5;220
# Batch Scripting:
.bat 00;38;5;220
.cmd 00;38;5;220
# Perl:
.pl 00;38;5;220
.pm 00;38;5;220
# MATLAB:
.m 00;38;5;220
# R:
.r 00;38;5;220
.R 00;38;5;220
# Lua:
.lua 00;38;5;220
# Haskell:
.hs 00;38;5;220
# Scala:
.scala 00;38;5;220
# Groovy:
.groovy 00;38;5;220
# CoffeeScript:
.coffee 00;38;5;220
# Dart:
.dart 00;38;5;220
# VBScript:
.vbs 00;38;5;220
# Lisp:
.lisp 00;38;5;220
.lsp 00;38;5;220
# Prolog:
.pl 00;38;5;220
# Erlang:
.erl 00;38;5;220
# Fortran:
.f 00;38;5;220
.f90 00;38;5;220
# Verilog:
.v 00;38;5;220
.sv 00;38;5;220
# VHDL:
.vhd 00;38;5;220
.vhdl 00;38;5;220
# MATLAB:
.m 00;38;5;220
# R:
.r 00;38;5;220
.R 00;38;5;220
.se 00;38;5;220
.ter 00;38;5;220
.ti 00;38;5;220
*Makefile 04;01;38;5;37
*CMakeLists.txt 04;01;38;5;37
*.cmake 04;01;38;5;37
*.ninja 04;01;38;5;37
*Cargo.toml 04;01;38;5;37
*README* 04;01;38;5;37
*README.md* 04;01;38;5;37
# description files
.h 00;32
.hpp 00;32