-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.dircolors-256
127 lines (127 loc) · 3.17 KB
/
.dircolors-256
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
# vim: ft=dircolors
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
# Below, there should be one TERM entry for each termtype that is colorizable
TERM linux
TERM linux-c
TERM mach-color
TERM console
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
TERM cygwin
TERM dtterm
TERM gnome
TERM gnome-256color
TERM konsole
TERM konsole-16color
TERM knosole-256color
TERM mlterm
TERM putty
TERM putty-256color
TERM xterm
TERM xterm-color
TERM xterm-debian
TERM xterm-16color
TERM xterm-256color
TERM rxvt
TERM rxvt-unicode
TERM screen
TERM screen-bce
TERM screen-w
TERM screen-16color
TERM screen-16color-bce
TERM screen-256color
TERM screen-256color-bce
TERM vt100
TERM Eterm
# 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 38;5;12 # directory
LINK 38;5;14 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
FIFO 38;5;3;48;5;0 # pipe
SOCK 38;5;13 # socket
DOOR 38;5;13 # door
BLK 38;5;11;48;5;0 # block device driver
CHR 38;5;3;48;5;0 # character device driver
ORPHAN 38;5;9;48;5;0 # symlink to nonexistent file
SETUID 38;5;15;48;5;1 # file that is setuid (u+s)
SETGID 38;5;0;48;5;3 # file that is setgid (g+s)
STICKY_OTHER_WRITABLE 38;5;0;48;5;2 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 38;5;12;48;5;2 # dir that is other-writable (o+w) and not sticky
STICKY 38;5;15;48;5;4 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission:
EXEC 38;5;10
# 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:
# executables (bright green)
#.cmd 38;5;10
#.exe 38;5;10
#.com 38;5;10
#.btm 38;5;10
#.bat 38;5;10
# archives or compressed (bright red)
.tar 38;5;9
.tgz 38;5;9
.arj 38;5;9
.taz 38;5;9
.lzh 38;5;9
.zip 38;5;9
.xpi 38;5;9
.z 38;5;9
.Z 38;5;9
.gz 38;5;9
.bz2 38;5;9
.deb 38;5;9
.rpm 38;5;9
.jar 38;5;9
# image formats (bright magenta)
.jpg 38;5;13
.jpeg 38;5;13
.gif 38;5;13
.bmp 38;5;13
.pbm 38;5;13
.pgm 38;5;13
.ppm 38;5;13
.tga 38;5;13
.xbm 38;5;13
.xpm 38;5;13
.tif 38;5;13
.tiff 38;5;13
.png 38;5;13
.apng 38;5;13
.mov 38;5;13
.mpg 38;5;13
.mpeg 38;5;13
.avi 38;5;13
.fli 38;5;13
.gl 38;5;13
.dl 38;5;13
.xcf 38;5;13
.xwd 38;5;13
# audio formats (bright magenta)
.flac 38;5;13
.mp3 38;5;13
.mpc 38;5;13
.ogg 38;5;13
.wav 38;5;13