-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dircolors
248 lines (234 loc) Β· 5.5 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
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
# Below, there should be one TERM entry for each termtype that is colorizable
TERM Eterm
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-color
TERM gnome
TERM gnome-256color
TERM hurd
TERM jfbterm
TERM konsole
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mach-gnu-color
TERM mlterm
TERM putty
TERM putty-256color
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.Eterm
TERM screen.rxvt
TERM screen.linux
TERM st
TERM st-256color
TERM terminator
TERM vt100
TERM xterm
TERM xterm-16color
TERM xterm-256color
TERM xterm-88color
TERM xterm-color
TERM xterm-debian
# 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
# Extended color codes for terminals that support more than 16 colors:
# (the above color codes still work for these terminals)
# Text color coding:
# 38;5;COLOR_NUMBER
# Background color coding:
# 48;5;COLOR_NUMBER
# COLOR_NUMBER is from 0 to 255.
NORMAL 00 # global default, although everything should be something.
FILE 00 # normal file
DIR 01;34 # directory
LINK 01;38;5;123 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
FIFO 40;33 # pipe
SOCK 00;38;5;11 # socket
DOOR 00;38;5;11 # door
BLK 01;40;33 # block device driver
CHR 01;40;33 # character device driver
ORPHAN 01;05;37;41 # symlink to nonexistent file, or non-stat'able file
SETUID 37;41 # file that is setuid (u+s)
SETGID 30;48;5;202 # file that is setgid (g+s)
STICKY_OTHER_WRITABLE 01;37;42 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 01;38;5;16;42 # dir that is other-writable (o+w) and not sticky
STICKY 01;37;44 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
EXEC 01;32
# 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 '#')
# 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
# Or if you want to colorize scripts even if they do not have the
# executable bit actually set.
#.sh 01;32
#.csh 01;32
# archives or compressed (bright red)
.tar 00;38;5;9
.tgz 00;38;5;9
.arc 00;38;5;9
.arj 00;38;5;9
.taz 00;38;5;9
.lha 00;38;5;9
.lz4 00;38;5;9
.lzh 00;38;5;9
.lzma 00;38;5;9
.tlz 00;38;5;9
.txz 00;38;5;9
.tzo 00;38;5;9
.t7z 00;38;5;9
.zip 00;38;5;9
.z 00;38;5;9
.Z 00;38;5;9
.dz 00;38;5;9
.gz 00;38;5;9
.lrz 00;38;5;9
.lz 00;38;5;9
.lzo 00;38;5;9
.xz 00;38;5;9
.bz2 00;38;5;9
.bz 00;38;5;9
.tbz 00;38;5;9
.tbz2 00;38;5;9
.tz 00;38;5;9
.deb 01;38;5;9
.rpm 01;38;5;9
.jar 01;38;5;9
.war 01;38;5;9
.ear 00;38;5;9
.sar 00;38;5;9
.rar 00;38;5;9
.alz 00;38;5;9
.ace 00;38;5;9
.zoo 00;38;5;9
.cpio 00;38;5;9
.7z 00;38;5;9
.rz 00;38;5;9
.cab 00;38;5;9
# image and video formats
.jpg 00;38;5;103
.jpeg 00;38;5;103
.gif 00;38;5;103
.bmp 00;38;5;103
.pbm 00;38;5;103
.pgm 00;38;5;103
.ppm 00;38;5;103
.tga 00;38;5;103
.xbm 00;38;5;103
.xpm 00;38;5;103
.tif 00;38;5;103
.tiff 00;38;5;103
.png 00;38;5;103
.svg 00;38;5;103
.svgz 00;38;5;103
.mng 00;38;5;103
.pcx 00;38;5;103
.mov 00;38;5;219
.MOV 00;38;5;219
.mpg 00;38;5;219
.mpeg 00;38;5;219
.m2v 00;38;5;219
.mkv 00;38;5;219
.webm 00;38;5;219
.ogm 00;38;5;219
.mp4 00;38;5;219
.m4v 00;38;5;219
.mp4v 00;38;5;219
.vob 00;38;5;219
.qt 00;38;5;219
.nuv 00;38;5;219
.wmv 00;38;5;219
.asf 00;38;5;219
.rm 00;38;5;219
.rmvb 00;38;5;219
.flc 00;38;5;103
.avi 00;38;5;219
.fli 00;38;5;103
.flv 00;38;5;219
.gl 00;38;5;103
.dl 00;38;5;103
.xcf 00;38;5;103
.xwd 00;38;5;103
.yuv 00;38;5;219
.cgm 00;38;5;103
.emf 00;38;5;103
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axv 00;38;5;219
.anx 00;38;5;219
.ogv 00;38;5;219
.ogx 00;38;5;219
# Document files
.pdf 00;32
.ps 00;32
.txt 00;32
.log 00;32
.tex 00;32
.doc 00;32
.md 00;32
.rtf 00;32
.patch 00;32
.diff 00;32
# audio formats
.aac 00;38;5;39
.au 00;38;5;39
.flac 00;38;5;39
.m4a 00;38;5;39
.mid 00;38;5;39
.midi 00;38;5;39
.mka 00;38;5;39
.mp3 00;38;5;39
.mpc 00;38;5;39
.ogg 00;38;5;39
.ra 00;38;5;39
.wav 00;38;5;39
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.axa 00;38;5;39
.oga 00;38;5;39
.spx 00;38;5;39
.xspf 00;38;5;39