initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / misc / sysfiles / etc / dircolors
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
4 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
5 # slackware version of dircolors) are recognized but ignored.
6
7 # Below, there should be one TERM entry for each termtype that is colorizable
8 TERM linux
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 xterm
21 TERM vt100
22 TERM vt220
23 TERM screen
24
25 # Below are the color init strings for the basic file types. A color init
26 # string consists of one or more of the following numeric codes:
27 # Attribute codes:
28 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
29 # Text color codes:
30 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
31 # Background color codes:
32 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
33 NORMAL 00       # global default, although everything should be something.
34 FILE 00         # normal file
35 DIR 01;34       # directory
36 LINK 01;36      # symbolic link
37 FIFO 35         # pipe
38 SOCK 01;35      # socket
39 BLK 35;01       # block device driver
40 CHR 35;01       # character device driver
41 ORPHAN 31;01    # symlink to nonexistent file
42
43 # This is for files with execute permission:
44 EXEC 01;32
45
46 # List any file extensions like '.gz' or '.tar' that you would like ls
47 # to colorize below. Put the extension, a space, and the color init string.
48 # (and any comments you want to add after a '#')
49
50 .cmd 01;32 # DOS executables (bright green)
51 .exe 01;32
52 .com 01;32
53 .btm 01;32
54 .bat 01;32
55
56 .tar 01;31 # archives or compressed (bright red)
57 .tgz 01;31
58 .arj 01;31
59 .taz 01;31
60 .lzh 01;31
61 .zip 01;31
62 .z   01;31
63 .Z   01;31
64 .gz  01;31
65 .bz2 01;31
66 .tbz2 01;31
67 .deb 01;31
68 .rpm 01;31
69 .cpio 01;31
70
71 .jpg 01;35 # image formats
72 .jpeg 01;35
73 .gif 01;35
74 .bmp 01;35
75 .ppm 01;35
76 .tga 01;35
77 .xbm 01;35
78 .xpm 01;35
79 .tif 01;35
80 .tiff 01;35
81 .mpg 01;35
82 .mpeg 01;35
83 .avi 01;35
84 .xcf 01;35
85 .gl 01;35
86 .dl 01;35