Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

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