(.jar): Fix typo: s/01;3/01;31/.
[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 dtterm
23 TERM xterm
24 TERM xterm-color
25 TERM xterm-debian
26 TERM rxvt
27 TERM screen
28 TERM screen-w
29 TERM vt100
30 TERM Eterm
31
32 # Below are the color init strings for the basic file types. A color init
33 # string consists of one or more of the following numeric codes:
34 # Attribute codes:
35 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
36 # Text color codes:
37 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
38 # Background color codes:
39 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
40 NORMAL 00       # global default, although everything should be something.
41 FILE 00         # normal file
42 DIR 01;34       # directory
43 LINK 01;36      # symbolic link.  (If you set this to 'target' instead of a
44                 # numerical value, the color is as for the file pointed to.)
45 FIFO 40;33      # pipe
46 SOCK 01;35      # socket
47 DOOR 01;35      # door
48 BLK 40;33;01    # block device driver
49 CHR 40;33;01    # character device driver
50 ORPHAN 40;31;01 # symlink to nonexistent file
51
52 # This is for files with execute permission:
53 EXEC 01;32
54
55 # List any file extensions like '.gz' or '.tar' that you would like ls
56 # to colorize below. Put the extension, a space, and the color init string.
57 # (and any comments you want to add after a '#')
58
59 # If you use DOS-style suffixes, you may want to uncomment the following:
60 #.cmd 01;32 # executables (bright green)
61 #.exe 01;32
62 #.com 01;32
63 #.btm 01;32
64 #.bat 01;32
65
66 .tar 01;31 # archives or compressed (bright red)
67 .tgz 01;31
68 .arj 01;31
69 .taz 01;31
70 .lzh 01;31
71 .zip 01;31
72 .z   01;31
73 .Z   01;31
74 .gz  01;31
75 .bz2 01;31
76 .deb 01;31
77 .rpm 01;31
78 .jar 01;31
79
80 # image formats
81 .jpg 01;35
82 .jpeg 01;35
83 .gif 01;35
84 .bmp 01;35
85 .pbm 01;35
86 .pgm 01;35
87 .ppm 01;35
88 .tga 01;35
89 .xbm 01;35
90 .xpm 01;35
91 .tif 01;35
92 .tiff 01;35
93 .png 01;35
94 .mpg 01;35
95 .mpeg 01;35
96 .avi 01;35
97 .fli 01;35
98 .gl 01;35
99 .dl 01;35
100 .xcf 01;35
101 .xwd 01;35
102
103 # audio formats
104 .ogg 01;35
105 .mp3 01;35
106 .wav 01;35