Magellan Linux

Contents of /trunk/initscripts/sysvinit/etc/DIR_COLORS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1356 - (show annotations) (download)
Sat Jun 4 21:05:01 2011 UTC (12 years, 10 months ago) by niro
File size: 4142 byte(s)
-copied
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 # You can copy this file to .dir_colors in your $HOME directory to override
5 # the system defaults.
6 #
7 # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/DIR_COLORS,v 1.1 2005-07-02 15:52:16 niro Exp $
8
9 # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
10 # pipes. 'all' adds color characters to all output. 'none' shuts colorization
11 # off.
12 COLOR tty
13
14 # Extra command line options for ls go here.
15 # Basically these ones are:
16 # -F = show '/' for dirs, '*' for executables, etc.
17 # -T 0 = don't trust tab spacing when formatting ls output.
18 OPTIONS -F -T 0
19
20 # Below, there should be one TERM entry for each termtype that is colorizable
21 TERM linux
22 TERM linux-c
23 TERM mach-color
24 TERM console
25 TERM con132x25
26 TERM con132x30
27 TERM con132x43
28 TERM con132x60
29 TERM con80x25
30 TERM con80x28
31 TERM con80x30
32 TERM con80x43
33 TERM con80x50
34 TERM con80x60
35 TERM cons25
36 TERM gnome
37 TERM xterm
38 TERM xterm-color
39 TERM xterm-debian
40 TERM color-xterm
41 TERM color_xterm
42 TERM rxvt
43 TERM rxvt-unicode
44 TERM screen
45 TERM screen.linux
46 TERM screen-w
47 TERM vt100
48 TERM dtterm
49 TERM ansi
50 TERM Eterm
51
52 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
53 EIGHTBIT 1
54
55 # Below are the color init strings for the basic file types. A color init
56 # string consists of one or more of the following numeric codes:
57 # Attribute codes:
58 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
59 # Text color codes:
60 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
61 # Background color codes:
62 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
63 NORMAL 00 # global default, although everything should be something.
64 FILE 00 # normal file
65 DIR 01;34 # directory
66 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
67 # numerical value, the color will match the file pointed to)
68 FIFO 40;33 # pipe
69 SOCK 01;35 # socket
70 DOOR 01;35 # door
71 BLK 40;33;01 # block device driver
72 CHR 40;33;01 # character device driver
73 ORPHAN 01;05;37;41 # orphaned syminks
74 MISSING 01;05;37;41 # ... and the files they point to
75
76 # This is for files with execute permission:
77 EXEC 01;32
78
79 # List any file extensions like '.gz' or '.tar' that you would like ls
80 # to colorize below. Put the extension, a space, and the color init string.
81 # (and any comments you want to add after a '#')
82
83 .cmd 01;32 # executables (bright green)
84 .exe 01;32
85 .com 01;32
86 .btm 01;32
87 .bat 01;32
88 .sh 01;32
89 .csh 01;32
90
91 .tar 01;31 # archives / compressed (bright red)
92 .tgz 01;31
93 .arj 01;31
94 .taz 01;31
95 .lzh 01;31
96 .zip 01;31
97 .z 01;31
98 .Z 01;31
99 .gz 01;31
100 .bz2 01;31
101 .bz 01;31
102 .tbz2 01;31
103 .tz 01;31
104 .deb 01;31 # debian pkg archive
105 .rpm 01;31 # redhat pkg archive
106 .mpk 01;31 # magellan pkg archive
107 .rar 01;31 # app-arch/rar
108 .ace 01;31 # app-arch/unace
109 .zoo 01;31 # app-arch/zoo
110 .cpio 01;31 # app-arch/cpio
111 .7z 01;31 # app-arch/p7zip
112 .rz 01;31 # app-arch/rzip
113
114 .jpg 01;35 # image formats
115 .jpeg 01;35
116 .gif 01;35
117 .bmp 01;35
118 .ppm 01;35
119 .tga 01;35
120 .xbm 01;35
121 .xpm 01;35
122 .tif 01;35
123 .tiff 01;35
124 .png 01;35
125 .mng 01;35
126 .xcf 01;35
127 .pcx 01;35
128 .mpg 01;35
129 .mpeg 01;35
130 .m2v 01;35 # MPEG-2 Video only
131 .avi 01;35
132 .mkv 01;35 # Matroska (http://matroska.org/)
133 .ogm 01;35 # Ogg Media File
134 .mp4 01;35 # "Offical" container for MPEG-4
135 .m4v 01;35 # MPEG-4 Video only
136 .mp4v 01;35 # MPEG-4 Video only
137 .mov 01;35 # Quicktime (http://developer.apple.com/qa/qtw/qtw99.html)
138 .qt 01;35 # Quicktime (http://developer.apple.com/qa/qtw/qtw99.html)
139 .wmv 01;35 # Windows Media Video
140 .asf 01;35 # Advanced Systems Format (contains Windows Media Video)
141 .rm 01;35 # Real Media
142 .rmvb 01;35 # Real Media Variable Bitrate
143 .flc 01;35 # AutoDesk Animator
144 .fli 01;35 # AutoDesk Animator
145 .gl 01;35
146 .dl 01;35
147
148 .pdf 00;32 # Document files
149 .ps 00;32
150 .txt 00;32
151 .patch 00;32
152 .diff 00;32
153 .log 00;32
154 .tex 00;32
155 .doc 00;32
156
157 .mp3 00;36 # Audio files
158 .wav 00;36
159 .mid 00;36
160 .midi 00;36
161 .au 00;36
162 .ogg 00;36
163 .flac 00;36
164 .aac 00;36