annotate .dircolorsrc @ 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children 4c1ead2dc501
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
1 # Configuration file for dircolors, a utility to help you set the
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
2 # LS_COLORS environment variable used by GNU ls with the --color option.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
3 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
4 # slackware version of dircolors) are recognized but ignored.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
5 # Below, there should be one TERM entry for each termtype that is colorizable
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
6 TERM linux
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
7 TERM linux-c
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
8 TERM mach-color
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
9 TERM console
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
10 TERM con132x25
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
11 TERM con132x30
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
12 TERM con132x43
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
13 TERM con132x60
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
14 TERM con80x25
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
15 TERM con80x28
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
16 TERM con80x30
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
17 TERM con80x43
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
18 TERM con80x50
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
19 TERM con80x60
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
20 TERM cygwin
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
21 TERM dtterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
22 TERM mlterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
23 TERM putty
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
24 TERM xterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
25 TERM xterm-color
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
26 TERM xterm-debian
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
27 TERM rxvt
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
28 TERM rxvt-unicode
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
29 TERM screen
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
30 TERM screen-bce
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
31 TERM screen-w
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
32 TERM vt100
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
33 TERM Eterm
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
34
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
35 # Below are the color init strings for the basic file types. A color init
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
36 # string consists of one or more of the following numeric codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
37 # Attribute codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
38 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
39 # Text color codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
40 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
41 # Background color codes:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
42 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
43
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
44 NORMAL 00 # global default, although everything should be something.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
45 FILE 00 # normal file
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
46 DIR 01;34 # directory
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
47 LINK target # symbolic link. (If you set this to 'target' instead of a
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
48 FIFO 40;33 # pipe
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
49 SOCK 01;35 # socket
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
50 DOOR 01;35 # door
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
51 BLK 40;33;01 # block device driver
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
52 CHR 40;33;01 # character device driver
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
53 ORPHAN 40;31;01 # symlink to nonexistent file
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
54
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
55 SETUID 37;41 # file that is setuid (u+s)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
56 SETGID 30;43 # file that is setgid (g+s)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
57 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
58 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
59 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
60 EXEC 01;32 # This is for files with execute permission
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
61
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
62
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
63
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
64 # List any file extensions like '.gz' or '.tar' that you would like ls
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
65 # to colorize below. Put the extension, a space, and the color init string.
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
66 # (and any comments you want to add after a '#')
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
67 # If you use DOS-style suffixes, you may want to uncomment the following:
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
68
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
69 # archives or compressed (bright red)
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
70 .tar 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
71 .tgz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
72 .arj 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
73 .taz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
74 .lzh 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
75 .zip 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
76 .z 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
77 .Z 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
78 .gz 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
79 .bz2 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
80 .deb 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
81 .rpm 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
82 .jar 00;31
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
83
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
84 # image formats
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
85 .jpg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
86 .jpeg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
87 .gif 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
88 .bmp 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
89 .pbm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
90 .pgm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
91 .ppm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
92 .tga 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
93 .xbm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
94 .xpm 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
95 .tif 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
96 .tiff 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
97 .png 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
98 .mov 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
99 .mpg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
100 .mpeg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
101 .avi 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
102 .fli 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
103 .gl 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
104 .dl 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
105 .xcf 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
106 .xwd 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
107
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
108 # audio formats
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
109 .flac 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
110 .mp3 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
111 .mpc 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
112 .ogg 01;35
a5f356e3bebc inital checkin
meillo@marmaro.de
parents:
diff changeset
113 .wav 01;35