equal
deleted
inserted
replaced
|
1 # Below are the color init strings for the basic file types. A color init |
|
2 # string consists of one or more of the following numeric codes: |
|
3 # Attribute codes: |
|
4 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed |
|
5 # Text color codes: |
|
6 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white |
|
7 # Background color codes: |
|
8 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white |
|
9 |
|
10 # Global default. |
|
11 NORMAL 00 |
|
12 FILE 00 |
|
13 DIR 01;34 |
|
14 LINK 01;36 |
|
15 FIFO 40;33 |
|
16 SOCK 01;35 |
|
17 DOOR 01;35 |
|
18 # Block device driver. |
|
19 BLK 40;33;01 |
|
20 # Character device driver. |
|
21 CHR 40;33;01 |
|
22 # Symlink to nonexistent file. |
|
23 ORPHAN 40;31;01 |
|
24 # Files with execute permission. |
|
25 EXEC 01;32 |
|
26 |
|
27 .cmd 01;32 |
|
28 .exe 01;32 |
|
29 .com 01;32 |
|
30 .btm 01;32 |
|
31 .bat 01;32 |
|
32 |
|
33 .tar 01;31 |
|
34 .tgz 01;31 |
|
35 .arj 01;31 |
|
36 .taz 01;31 |
|
37 .lzh 01;31 |
|
38 .zip 01;31 |
|
39 .z 01;31 |
|
40 .Z 01;31 |
|
41 .gz 01;31 |
|
42 .bz2 01;31 |
|
43 .deb 01;31 |
|
44 .rpm 01;31 |
|
45 .jar 01;31 |
|
46 |
|
47 .jpg 0;32 |
|
48 .jpe 0;32 |
|
49 .jpeg 0;32 |
|
50 .gif 0;32 |
|
51 .bmp 0;32 |
|
52 .pbm 0;32 |
|
53 .pgm 0;32 |
|
54 .ppm 0;32 |
|
55 .tga 0;32 |
|
56 .xbm 0;32 |
|
57 .xpm 0;32 |
|
58 .tif 0;32 |
|
59 .tiff 0;32 |
|
60 .png 0;32 |
|
61 .eps 0;32 |
|
62 .mpg 0;32 |
|
63 .mpeg 0;32 |
|
64 .avi 0;32 |
|
65 .fli 0;32 |
|
66 .gl 0;32 |
|
67 .dl 0;32 |
|
68 .xcf 0;32 |
|
69 .xwd 0;32 |
|
70 |
|
71 .ogg 01;35 |
|
72 .mp3 01;35 |
|
73 .wav 01;35 |
|
74 |
|
75 .o 01;33 |
|
76 .c 01;35 |
|
77 .cc 01;35 |
|
78 .h 01;35 |
|
79 .pl 01;35 |
|
80 .pm 01;35 |
|
81 .m 01;35 |
|
82 |
|
83 *Makefile 0;35 |
|
84 *tags 01;32 |
|
85 *~ 01;30 |
|
86 .swp 01;30 |
|
87 *README 01;31 |
|
88 .tex 01;31 |
|
89 .htm 01;31 |
|
90 .html 01;31 |
|
91 |
|
92 *readme 00;31 |
|
93 .pdf 00;31 |
|
94 .ps 00;31 |
|
95 .dvi 00;31 |
|
96 |