Tizen 2.0 Release
[external/tizen-coreutils.git] / packaging / coreutils-DIR_COLORS.xterm
1 # Configuration file for the color ls utility
2 # This file goes in the /etc directory, and must be world readable.
3 # You can copy this file to .dir_colors in your $HOME directory to override
4 # the system defaults.
5
6 # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
7 # pipes. 'all' adds color characters to all output. 'none' shuts colorization
8 # off.
9 COLOR tty
10
11 # Extra command line options for ls go here.
12 # Basically these ones are:
13 #  -F = show '/' for dirs, '*' for executables, etc.
14 #  -T 0 = don't trust tab spacing when formatting ls output.
15 OPTIONS -F -T 0
16
17 # Below, there should be one TERM entry for each termtype that is colorizable
18 TERM linux
19 TERM console
20 TERM con132x25
21 TERM con132x30
22 TERM con132x43
23 TERM con132x60
24 TERM con80x25
25 TERM con80x28
26 TERM con80x30
27 TERM con80x43
28 TERM con80x50
29 TERM con80x60
30 TERM cons25
31 TERM xterm
32 TERM rxvt
33 TERM xterm-color
34 TERM color-xterm
35 TERM vt100
36 TERM dtterm
37 TERM color_xterm
38
39 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
40 EIGHTBIT 1
41
42 # Below are the color init strings for the basic file types. A color init
43 # string consists of one or more of the following numeric codes:
44 # Attribute codes: 
45 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
46 # Text color codes:
47 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
48 # Background color codes:
49 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
50 NORMAL 00       # global default, although everything should be something.
51 FILE 00         # normal file
52 DIR 00;34       # directory
53 LINK 00;36      # symbolic link
54 FIFO 40;33      # pipe
55 SOCK 00;35      # socket
56 BLK 40;33;01    # block device driver
57 CHR 40;33;01    # character device driver
58 ORPHAN 01;05;37;41  # orphaned syminks
59 MISSING 01;05;37;41 # ... and the files they point to
60
61 # This is for files with execute permission:
62 EXEC 00;32 
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 .cmd 00;32 # executables (green)
68 .exe 00;32
69 .com 00;32
70 .btm 00;32
71 .bat 00;32
72 .sh  00;32
73 .csh 00;32
74 .tar 00;31 # archives or compressed (red)
75 .tgz 00;31
76 .arj 00;31
77 .taz 00;31
78 .lzh 00;31
79 .zip 00;31
80 .z   00;31
81 .Z   00;31
82 .gz  00;31
83 .bz2 00;31
84 .bz  00;31
85 .tz  00;31
86 .rpm 00;31
87 .cpio 00;31
88 .jpg 00;35 # image formats
89 .gif 00;35
90 .bmp 00;35
91 .xbm 00;35
92 .xpm 00;35
93 .png 00;35
94 .tif 00;35