Add mlterm, rxvt-unicode; this fixes Debian bug 317503.
[platform/upstream/coreutils.git] / src / dircolors.hin
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 linux-c
10 TERM mach-color
11 TERM console
12 TERM con132x25
13 TERM con132x30
14 TERM con132x43
15 TERM con132x60
16 TERM con80x25
17 TERM con80x28
18 TERM con80x30
19 TERM con80x43
20 TERM con80x50
21 TERM con80x60
22 TERM cygwin
23 TERM dtterm
24 TERM mlterm
25 TERM putty
26 TERM xterm
27 TERM xterm-color
28 TERM xterm-debian
29 TERM rxvt
30 TERM rxvt-unicode
31 TERM screen
32 TERM screen-bce
33 TERM screen-w
34 TERM vt100
35 TERM Eterm
36
37 # Below are the color init strings for the basic file types. A color init
38 # string consists of one or more of the following numeric codes:
39 # Attribute codes:
40 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
41 # Text color codes:
42 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
43 # Background color codes:
44 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
45 NORMAL 00       # global default, although everything should be something.
46 FILE 00         # normal file
47 DIR 01;34       # directory
48 LINK 01;36      # symbolic link.  (If you set this to 'target' instead of a
49                 # numerical value, the color is as for the file pointed to.)
50 FIFO 40;33      # pipe
51 SOCK 01;35      # socket
52 DOOR 01;35      # door
53 BLK 40;33;01    # block device driver
54 CHR 40;33;01    # character device driver
55 ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
56 SETUID 37;41    # file that is setuid (u+s)
57 SETGID 30;43    # file that is setgid (g+s)
58 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
59 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
60 STICKY 37;44    # dir with the sticky bit set (+t) and not other-writable
61
62 # This is for files with execute permission:
63 EXEC 01;32
64
65 # List any file extensions like '.gz' or '.tar' that you would like ls
66 # to colorize below. Put the extension, a space, and the color init string.
67 # (and any comments you want to add after a '#')
68
69 # If you use DOS-style suffixes, you may want to uncomment the following:
70 #.cmd 01;32 # executables (bright green)
71 #.exe 01;32
72 #.com 01;32
73 #.btm 01;32
74 #.bat 01;32
75
76 .tar 01;31 # archives or compressed (bright red)
77 .tgz 01;31
78 .arj 01;31
79 .taz 01;31
80 .lzh 01;31
81 .zip 01;31
82 .z   01;31
83 .Z   01;31
84 .gz  01;31
85 .bz2 01;31
86 .deb 01;31
87 .rpm 01;31
88 .jar 01;31
89
90 # image formats
91 .jpg 01;35
92 .jpeg 01;35
93 .gif 01;35
94 .bmp 01;35
95 .pbm 01;35
96 .pgm 01;35
97 .ppm 01;35
98 .tga 01;35
99 .xbm 01;35
100 .xpm 01;35
101 .tif 01;35
102 .tiff 01;35
103 .png 01;35
104 .mov 01;35
105 .mpg 01;35
106 .mpeg 01;35
107 .avi 01;35
108 .fli 01;35
109 .gl 01;35
110 .dl 01;35
111 .xcf 01;35
112 .xwd 01;35
113
114 # audio formats
115 .flac 01;35
116 .mp3 01;35
117 .mpc 01;35
118 .ogg 01;35
119 .wav 01;35