Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Configuration file for dircolors, a utility to help you set the
2
# LS_COLORS environment variable used by GNU ls with the --color option.
3
 
4
# This file goes in the /etc directory, and must be world readable.
5
# You can copy this file to .dir_colors in your $HOME directory to override
6
# the system defaults.
7
 
8
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
9
# Copying and distribution of this file, with or without modification,
10
# are permitted provided the copyright notice and this notice are preserved.
11
 
12
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
13
# slackware version of dircolors) are recognized but ignored.
14
 
15
# For compatibility, the pattern "^COLOR.*none" is recognized as a way to
16
# disable colorization.  See https://bugzilla.redhat.com/1349579 for details.
17
 
18
# Below are TERM entries, which can be a glob patterns, to match
19
# against the TERM environment variable to determine if it is colorizable.
20
TERM Eterm
21
TERM ansi
22
TERM *color*
23
TERM con[0-9]*x[0-9]*
24
TERM cons25
25
TERM console
26
TERM cygwin
27
TERM dtterm
28
TERM gnome
29
TERM hurd
30
TERM jfbterm
31
TERM konsole
32
TERM kterm
33
TERM linux
34
TERM linux-c
35
TERM mlterm
36
TERM putty
37
TERM rxvt*
38
TERM screen*
39
TERM st
40
TERM terminator
41
TERM tmux*
42
TERM vt100
43
TERM xterm*
44
 
45
# Below are the color init strings for the basic file types. A color init
46
# string consists of one or more of the following numeric codes:
47
# Attribute codes:
48
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
49
# Text color codes:
50
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
51
# Background color codes:
52
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
53
#NORMAL 00	# no color code at all
54
#FILE 00	# regular file: use no color at all
55
RESET 0		# reset to "normal" color
56
DIR 01;34	# directory
57
LINK 01;36	# symbolic link.  (If you set this to 'target' instead of a
58
                # numerical value, the color is as for the file pointed to.)
59
MULTIHARDLINK 00	# regular file with more than one link
60
FIFO 40;33	# pipe
61
SOCK 01;35	# socket
62
DOOR 01;35	# door
63
BLK 40;33;01	# block device driver
64
CHR 40;33;01	# character device driver
65
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
66
MISSING 01;05;37;41 # ... and the files they point to
67
SETUID 37;41	# file that is setuid (u+s)
68
SETGID 30;43	# file that is setgid (g+s)
69
CAPABILITY 30;41	# file with capability
70
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
71
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
72
STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
73
 
74
# This is for files with execute permission:
75
EXEC 01;32
76
 
77
# List any file extensions like '.gz' or '.tar' that you would like ls
78
# to colorize below. Put the extension, a space, and the color init string.
79
# (and any comments you want to add after a '#')
80
 
81
# If you use DOS-style suffixes, you may want to uncomment the following:
82
#.cmd 01;32 # executables (bright green)
83
#.exe 01;32
84
#.com 01;32
85
#.btm 01;32
86
#.bat 01;32
87
# Or if you want to colorize scripts even if they do not have the
88
# executable bit actually set.
89
#.sh  01;32
90
#.csh 01;32
91
 
92
 # archives or compressed (bright red)
93
.tar 01;31
94
.tgz 01;31
95
.arc 01;31
96
.arj 01;31
97
.taz 01;31
98
.lha 01;31
99
.lz4 01;31
100
.lzh 01;31
101
.lzma 01;31
102
.tlz 01;31
103
.txz 01;31
104
.tzo 01;31
105
.t7z 01;31
106
.zip 01;31
107
.z   01;31
108
.dz  01;31
109
.gz  01;31
110
.lrz 01;31
111
.lz  01;31
112
.lzo 01;31
113
.xz  01;31
114
.zst 01;31
115
.tzst 01;31
116
.bz2 01;31
117
.bz  01;31
118
.tbz 01;31
119
.tbz2 01;31
120
.tz  01;31
121
.deb 01;31
122
.rpm 01;31
123
.jar 01;31
124
.war 01;31
125
.ear 01;31
126
.sar 01;31
127
.rar 01;31
128
.alz 01;31
129
.ace 01;31
130
.zoo 01;31
131
.cpio 01;31
132
.7z  01;31
133
.rz  01;31
134
.cab 01;31
135
.wim 01;31
136
.swm 01;31
137
.dwm 01;31
138
.esd 01;31
139
 
140
# image formats
141
.jpg 01;35
142
.jpeg 01;35
143
.mjpg 01;35
144
.mjpeg 01;35
145
.gif 01;35
146
.bmp 01;35
147
.pbm 01;35
148
.pgm 01;35
149
.ppm 01;35
150
.tga 01;35
151
.xbm 01;35
152
.xpm 01;35
153
.tif 01;35
154
.tiff 01;35
155
.png 01;35
156
.svg 01;35
157
.svgz 01;35
158
.mng 01;35
159
.pcx 01;35
160
.mov 01;35
161
.mpg 01;35
162
.mpeg 01;35
163
.m2v 01;35
164
.mkv 01;35
165
.webm 01;35
166
.ogm 01;35
167
.mp4 01;35
168
.m4v 01;35
169
.mp4v 01;35
170
.vob 01;35
171
.qt  01;35
172
.nuv 01;35
173
.wmv 01;35
174
.asf 01;35
175
.rm  01;35
176
.rmvb 01;35
177
.flc 01;35
178
.avi 01;35
179
.fli 01;35
180
.flv 01;35
181
.gl 01;35
182
.dl 01;35
183
.xcf 01;35
184
.xwd 01;35
185
.yuv 01;35
186
.cgm 01;35
187
.emf 01;35
188
 
189
# https://wiki.xiph.org/MIME_Types_and_File_Extensions
190
.ogv 01;35
191
.ogx 01;35
192
 
193
# audio formats
194
.aac 01;36
195
.au 01;36
196
.flac 01;36
197
.m4a 01;36
198
.mid 01;36
199
.midi 01;36
200
.mka 01;36
201
.mp3 01;36
202
.mpc 01;36
203
.ogg 01;36
204
.ra 01;36
205
.wav 01;36
206
 
207
# https://wiki.xiph.org/MIME_Types_and_File_Extensions
208
.oga 01;36
209
.opus 01;36
210
.spx 01;36
211
.xspf 01;36