-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.lscolor256
284 lines (261 loc) · 6.01 KB
/
.lscolor256
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
# 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, 1999-2008
# 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.
# You can copy this file to .dir_colors in your $HOME directory to override
# the system defaults.
# 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 konsole
TERM kterm
TERM linux
TERM linux-c
TERM mach-color
TERM mlterm
TERM putty
TERM rxvt
TERM rxvt-cygwin
TERM rxvt-cygwin-native
TERM rxvt-unicode
TERM rxvt-256color
TERM screen
TERM screen-256color
TERM screen-bce
TERM screen-w
TERM screen.linux
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
NORMAL 00 # global default, although everything should be something.
FILE 00 # normal file
DIR 01;04;38;05;75 # directory
LINK 01;38;05;51 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
FIFO 38;05;142;48;05;235 # pipe
SOCK 01;38;05;176 # socket
DOOR 01;38;05;176 # door
BLK 38;05;142;48;05;235;01 # block device driver
CHR 38;05;142;48;05;235;01 # character device driver
ORPHAN 01;06;38;05;254;48;05;124 # orphaned syminks
MISSING 01;05;38;05;254;48;05;124 # ... and the files they point to
SETUID 38;05;255;48;05;124 # file that is setuid (u+s)
SETGID 38;05;237;48;05;221 # file that is setgid (g+s)
STICKY_OTHER_WRITABLE 38;05;16;48;05;41 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
STICKY 01;38;05;254;48;05;21 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
EXEC 01;38;05;46
# 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 '#')
# archives or compressed (bright red)
.tar 01;38;05;33
.tgz 01;38;05;33
.svgz 01;38;05;33
.arj 01;38;05;33
.taz 01;38;05;33
.lzh 01;38;05;33
.lzma 01;38;05;33
.zip 01;38;05;33
.z 01;38;05;33
.Z 01;38;05;33
.dz 01;38;05;33
.gz 01;38;05;33
.bz2 01;38;05;33
.bz 01;38;05;33
.tbz2 01;38;05;33
.xz 01;38;05;33
.tz 01;38;05;33
.deb 01;38;05;33
.rpm 01;38;05;33
.jar 01;38;05;33
.rar 01;38;05;33
.ace 01;38;05;33
.zoo 01;38;05;33
.cpio 01;38;05;33
.7z 01;38;05;33
.rz 01;38;05;33
.sqfs 01;38;05;33
.sqfs3 01;38;05;33
.db 01;38;05;100
.sqlite 01;38;05;100
.iso 01;38;05;100
.pdb 01;38;05;100
.img 01;38;05;100
.gho 01;38;05;100
.yml 01;38;05;100
.bib 01;38;05;100
# image formats
.jpg 01;38;05;170
.eps 01;38;05;170
.JPG 01;38;05;170
.jpeg 01;38;05;170
.gif 01;38;05;170
.bmp 01;38;05;170
.pbm 01;38;05;170
.pgm 01;38;05;170
.ppm 01;38;05;170
.tga 01;38;05;170
.xbm 01;38;05;170
.xpm 01;38;05;170
.tif 01;38;05;170
.tiff 01;38;05;170
.png 01;38;05;170
.svg 01;38;05;170
.mng 01;38;05;170
.pcx 01;38;05;170
#movie
.mov 01;38;05;197
.mpg 01;38;05;197
.mpeg 01;38;05;197
.m2v 01;38;05;197
.mkv 01;38;05;197
.ogm 01;38;05;197
.mp4 01;38;05;197
.m4v 01;38;05;197
.mp4v 01;38;05;197
.vob 01;38;05;197
.qt 01;38;05;197
.nuv 01;38;05;197
.wmv 01;38;05;197
.ogv 01;38;05;197
.asf 01;38;05;197
.rm 01;38;05;197
.rmvb 01;38;05;197
.flc 01;38;05;197
.flv 01;38;05;197
.avi 01;38;05;197
.AVI 01;38;05;197
.3gp 01;38;05;197
.fli 01;38;05;197
.gl 01;38;05;197
.dl 01;38;05;197
.xcf 01;38;05;197
.xwd 01;38;05;197
.yuv 01;38;05;197
# document files
.pdf 00;38;05;231
.ps 00;38;05;123
.patch 00;38;05;123
.diff 00;38;05;123
.log 00;38;05;123
.doc 00;38;05;231
.chm 00;38;05;123
.css 00;38;05;123
.dsl 00;38;05;123
.ebuild 00;38;05;123
.htm 00;38;05;231
.html 00;38;05;231
.odb 00;38;05;123
.odf 00;38;05;231
.odg 00;38;05;123
.odp 00;38;05;123
.ods 00;38;05;123
.odt 00;38;05;123
.rnc 00;38;05;123
.rng 00;38;05;123
.sgml 00;38;05;123
.xml 00;38;05;123
.xsl 00;38;05;123
.rst 01;38;05;147
.lyx 01;38;05;147
.mkd 01;38;05;147
.markdown 01;38;05;147
.mdown 01;38;05;147
.lyx 01;38;05;147
.tex 01;38;05;147
.txt 01;38;05;123
*INSTALL 01;38;05;123
*FAQ 01;38;05;123
*README 01;38;05;123
*TODO 01;38;05;123
*README.txt 01;38;05;123
*readme.txt 01;38;05;123
# audio formats
.aac 01;38;05;132
.au 01;38;05;132
.flac 01;38;05;132
.gsf 01;38;05;132
.h2song 01;38;05;132
.mid 01;38;05;132
.midi 01;38;05;132
.mka 01;38;05;132
.mp3 01;38;05;132
.mpc 01;38;05;132
.ogg 01;38;05;132
.ra 01;38;05;132
.rg 01;38;05;132
.tta 01;38;05;132
.wav 01;38;05;132
.wma 01;38;05;132
# configuration Files
.cfg 00;38;05;227
.conf 00;38;05;227
*rc 00;38;05;227
.ini 00;38;05;227
.reg 00;38;05;227
# development Files
.F 00;38;05;209
.c 00;38;05;209
.cc 00;38;05;209
.cpp 00;38;05;209
.cpp 00;38;05;209
.cxx 00;38;05;209
.f 00;38;05;209
.f90 00;38;05;209
.h 00;38;05;209
.hs 00;38;05;209
.lua 00;38;05;209
.mp 00;38;05;209
.pl 00;38;05;209
.po 00;38;05;209
.py 00;38;05;209
.sh 00;38;05;209
.m 00;38;05;209
.gmo 00;38;05;216
.ko 00;38;05;216
.mo 00;38;05;216
.o 00;38;05;216
.rb 00;38;05;160
*Makefile 01;38;05;148
*CMakeLists.txt 01;38;05;148
.cmake 01;38;05;148
# base64
.b64 00;38;05;79
#window exe
.exe 00;38;05;26