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