-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dir_colors
216 lines (205 loc) · 5.27 KB
/
.dir_colors
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
TERM dvtm
TERM dvtm-256color
TERM rxvt
TERM rxvt-256color
TERM rxvt-unicode
TERM rxvt-unicode256
TERM rxvt-unicode-256color
TERM st
TERM st-256color
TERM vte-256color
TERM xterm-256color
TERM xterm-256color
TERM xterm-termite
TERM xterm-kitty
## Documentation
#
# standard colors
#
# 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
#
# Text 256 color coding:
# 38;5;COLOR_NUMBER
# Background 256 color coding:
# 48;5;COLOR_NUMBER
## Special files
#NORMAL 00;38;5;250 # no color code at all
NORMAL 00;4;49;96
#FILE 00;38;5;254 # regular file: use no color at all
FILE 1;49;97
RESET 0 # reset to "normal" color
DIR 1;35;3;36 # directory 01;34
# DIR 1;104;35
# DIR 00;38;5;87
LINK 00;38;5;37 # 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 00 # pipe
SOCK 00 # socket
DOOR 00 # door
BLK 00 # block device driver
CHR 00 # character device driver
# ORPHAN 48;5;235;38;5;160 # symlink to nonexistent file, or non-stat'able file
ORPHAN 1;33 # symlink to nonexistent file, or non-stat'able file
SETUID 38;5;36
SETGID 38;5;36
CAPABILITY 00 # file with capability
STICKY_OTHER_WRITABLE 00 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 00 # dir that is other-writable (o+w) and not sticky
STICKY 00 # dir with the sticky bit set (+t) and not other-writable
EXEC 1;38;5;82 # This is for files with execute permission:
## Archives or compressed (violet + bold for compression)
#
.tar 3;36;4;54
.tgz 3;36;4;54
.lzh 3;36;4;54
.lzma 3;36;4;54
.tlz 3;36;4;54
.txz 3;36;4;54
.zip 3;36;4;54
.z 3;36;4;54
.Z 3;36;4;54
.dz 3;36;4;54
.gz 3;36;4;54
.lz 3;36;4;54
.xz 3;36;4;54
.bz2 3;36;4;54
.bz 3;36;4;54
.tbz 3;36;4;54
.tbz2 3;36;4;54
.tz 3;36;4;54
.deb 3;36;4;54
.jar 3;36;4;54
.rar 3;36;4;54
.7z 3;36;4;54
.rz 3;36;4;54
.apk 3;36;4;54
.gem 3;36;4;54
# Image formats (yellow)
.jpg 3;38;5;41
.jpeg 4;38;5;42
.gif 3;38;5;46
.bmp 3;38;5;41
.ppm 3;38;5;41
.tga 3;38;5;41
.tif 3;38;5;41
.tiff 3;38;5;41
.png 3;36;1;32
.svg 3;38;5;43
.svgz 3;38;5;41
.xcf 3;38;5;41
.xwd 3;38;5;41
.yuv 3;38;5;41
.eps 3;38;5;41
.ico 3;38;5;41
# Files of special interest
.org 1;36;3;33
.tex 0;33;3;32
.setup 0;33;3;29
.el 3;38;5;83
.py 3;38;5;83
.java 3;38;5;83
.lua 3;38;5;83
.js 3;38;5;83
.el 3;38;5;83
.c 3;38;5;83
.hs 3;38;5;83
.cpp 3;38;5;83
.cc 3;38;5;83
.h 1;33;4;25
.hpp 1;33;4;25
.go 1;38;5;205
.mod 1;38;5;203
.js 3;38;5;83
.rb 3;38;5;83
.md 1;36;4;34
.ini 1;100;3;32
.yml 1;109;3;35
.json 1;109;3;34
.ufg 1;100;3;32
.conf 1;100;3;32
.objc 00
.sqlite 00
.sql 00
.csv 00
.rdf 00
.owl 00
.n3 00
.ttl 00
.nt 00
.torrent 00
.xml 00
*Makefile 00
*Rakefile 00
*Dockerfile 00
*rc 00
*1 00
.nfo 00
# "unimportant" files as logs and backups (base01)
.log 00;38;5;240
.bak 00;38;5;240
.aux 00;38;5;240
.lof 00;38;5;240
.lol 00;38;5;240
.lot 00;38;5;240
.out 00;38;5;240
.toc 00;38;5;240
.bbl 00;38;5;240
.blg 00;38;5;240
*~ 00;38;5;240
*# 00;38;5;240
.part 00;38;5;240
.incomplete 00;38;5;240
.swp 00;38;5;240
.tmp 00;38;5;240
.temp 00;38;5;240
.o 00;38;5;240
.pyc 00;38;5;240
.class 00;38;5;240
.cache 00;38;5;240
# Audio formats (orange)
.aac 00;38;5;193
.flac 00;38;5;193
.mid 00;38;5;193
.midi 00;38;5;193
.mka 00;38;5;193
.mp3 00;38;5;193
.mpc 00;38;5;193
.ogg 00;38;5;193
.opus 00;38;5;193
.ra 00;38;5;193
.wav 00;38;5;193
.m4a 00;38;5;193
# Video formats (as audio + bold)
.mov 3;38;5;171
.mpg 3;38;5;171
.mpeg 3;38;5;171
.m2v 3;38;5;171
.mkv 3;38;5;171
.ogm 3;38;5;171
.mp4 3;36;3;171
.m4v 3;38;5;171
.mp4v 3;38;5;171
.vob 3;38;5;171
.qt 3;38;5;171
.nuv 3;38;5;171
.wmv 3;38;5;171
.asf 3;38;5;171
.rm 3;38;5;171
.rmvb 3;38;5;171
.flc 3;38;5;171
.avi 3;38;5;171
.fli 3;38;5;171
.flv 3;38;5;171
.gl 3;38;5;171
.m2ts 3;38;5;171
.divx 3;38;5;171
.webm 3;38;5;171
*Makefile 1;38;5;154
*LICENSE 1;38;5;202