-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dircolors
213 lines (206 loc) · 4.56 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
#=============================================================
# CUSTOM DIRCOLORS OVERRIDE FILE
# Generated with dircolors -p > .dircolors and then modified
#=============================================================
# 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-2016 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 are TERM entries, which can be a glob patterns, to match
# against the TERM environment variable to determine if it is colorizable.
#
# NOTE: wildcards don't work for older versions of dircolors (like at my work
# computer...) so you may need to add in your terminal explicitly
TERM Eterm
TERM ansi
TERM *color*
TERM con[0-9]*x[0-9]*
TERM cons25
TERM console
TERM cygwin
TERM dtterm
TERM gnome
TERM hurd
TERM jfbterm
TERM konsole
TERM kterm
TERM linux
TERM linux-c
TERM mlterm
TERM putty
TERM rxvt*
TERM screen*
TERM screen-256color
TERM st
TERM terminator
TERM tmux*
TERM vt100
TERM xterm*
TERM xterm-256color
# 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 # no color code at all
#FILE 00 # regular file: use no color at all
RESET 0 # reset to "normal" color
DIR 01;35 # directory
LINK 4;36 # 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 01;36 # socket
DOOR 01;36 # door
BLK 40;33;01 # block device driver
CHR 40;33;01 # character device driver
ORPHAN 01;05;40;31; # symlink to nonexistent file, or non-stat'able file ...
MISSING 01;05;40;31; # ... and the files they point to
SETUID 37;41 # file that is setuid (u+s)
SETGID 30;43 # file that is setgid (g+s)
CAPABILITY 30;41 # file with capability
STICKY_OTHER_WRITABLE 01;37;42 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 01;35;40 # dir that is other-writable (o+w) and not sticky
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
# 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.
.py 00;37
.pl 00;37
EXEC 00;32
.sh 01;37
.csh 01;37
# Backup files
.bak 03;31
.old 03;31
.ignore 03;31
.cdslck 03;31
# archives or compressed (bright red)
.tar 07;31
.tgz 07;31
.arc 07;31
.arj 07;31
.taz 07;31
.lha 07;31
.lz4 07;31
.lzh 07;31
.lzma 07;31
.tlz 07;31
.txz 07;31
.tzo 07;31
.t7z 07;31
.zip 07;31
.z 07;31
.Z 07;31
.dz 07;31
.gz 07;31
.lrz 07;31
.lz 07;31
.lzo 07;31
.xz 07;31
.zst 07;31
.tzst 07;31
.bz2 07;31
.bz 07;31
.tbz 07;31
.tbz2 07;31
.tz 07;31
.deb 07;31
.rpm 07;31
.jar 07;31
.war 07;31
.ear 07;31
.sar 07;31
.rar 07;31
.alz 07;31
.ace 07;31
.zoo 07;31
.cpio 07;31
.7z 07;31
.rz 07;31
.cab 07;31
.zip 07;31
# image formats
.jpg 00;33
.jpeg 00;33
.mjpg 00;33
.mjpeg 00;33
.gif 00;33
.bmp 00;33
.pbm 00;33
.pgm 00;33
.ppm 00;33
.tga 00;33
.xbm 00;33
.xpm 00;33
.tif 00;33
.tiff 00;33
.png 00;33
.svg 00;33
.svgz 00;33
.mng 00;33
.pcx 00;33
.mov 00;33
.mpg 00;33
.mpeg 00;33
.m2v 00;33
.mkv 00;33
.webm 00;33
.ogm 00;33
.mp4 00;33
.m4v 00;33
.mp4v 00;33
.vob 00;33
.qt 00;33
.nuv 00;33
.wmv 00;33
.asf 00;33
.rm 00;33
.rmvb 00;33
.flc 00;33
.avi 00;33
.fli 00;33
.flv 00;33
.gl 00;33
.dl 00;33
.xcf 00;33
.xwd 00;33
.yuv 00;33
.cgm 00;33
.emf 00;33
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.ogv 00;33
.ogx 00;33
# audio formats
.aac 00;31
.au 00;31
.flac 00;31
.m4a 00;31
.mid 00;31
.midi 00;31
.mka 00;31
.mp3 00;31
.mpc 00;31
.ogg 00;31
.ra 00;31
.wav 00;31
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
.oga 00;31
.opus 00;31
.spx 00;31
.xspf 00;31