]> git.pld-linux.org Git - packages/coreutils.git/blame - DIR_COLORS
- added missing R(post,preun): fix-info-dir
[packages/coreutils.git] / DIR_COLORS
CommitLineData
2a8d6a0c
AF
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.
9COLOR tty
10
761e070b 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.
15OPTIONS -F -T 0
16
2a8d6a0c
AF
17# Below, there should be one TERM entry for each termtype that is colorizable
18TERM linux
19TERM console
20TERM con132x25
21TERM con132x30
22TERM con132x43
23TERM con132x60
24TERM con80x25
25TERM con80x28
26TERM con80x30
27TERM con80x43
28TERM con80x50
29TERM con80x60
761e070b 30TERM cons25
761e070b 31TERM rxvt
df01f048 32TERM xterm
761e070b 33TERM xterm-color
34TERM color-xterm
df01f048 35TERM color_xterm
2a8d6a0c 36TERM vt100
761e070b 37TERM dtterm
2a8d6a0c
AF
38
39# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
40EIGHTBIT 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:
da4d0c5c 44# Attribute codes:
2a8d6a0c
AF
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
50NORMAL 00 # global default, although everything should be something.
da4d0c5c
TP
51FILE 00 # normal file
52DIR 01;34 # directory
53LINK 01;36 # symbolic link
54FIFO 33 # pipe
b5a4eff7 55SOCK 01;35 # socket
da4d0c5c
TP
56BLK 01;33 # block device driver
57CHR 01;33 # character device driver
df01f048 58ORPHAN 01;05;37;41 # orphaned symlinks
b5a4eff7 59MISSING 01;05;37;41 # ... and the files they point to
2a8d6a0c
AF
60
61# This is for files with execute permission:
df01f048 62EXEC 32
2a8d6a0c
AF
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 '#')
0ff471c7 67
b5a4eff7 68# executables (bright green)
0ff471c7 69
e0400f09
TP
70.sh 01;32
71.csh 01;32
72.bat 01;32
73.btm 01;32
0ff471c7 74.cmd 01;32
b5a4eff7 75.com 01;32
e0400f09 76.exe 01;32
b5a4eff7
JR
77
78# archives or compressed (bright red)
79
80.tar 01;31
81.tgz 01;31
b5a4eff7
JR
82.gz 01;31
83.bz2 01;31
84.bz 01;31
e0400f09
TP
85.z 01;31
86.Z 01;31
b5a4eff7 87.tz 01;31
e0400f09
TP
88.taz 01;31
89.tpz 01;31
b5a4eff7 90.cpio 01;31
e0400f09
TP
91.trpm 01;31
92.rpm 01;31
b5a4eff7 93.deb 01;31
e0400f09
TP
94.arj 01;31
95.lha 01;31
96.lzh 01;31
b5a4eff7 97.rar 01;31
e0400f09
TP
98.zip 01;31
99.zoo 01;31
b5a4eff7
JR
100
101# image formats (bright magenta)
102
b5a4eff7 103.bmp 01;35
484bb068
PG
104.cdr 01;35
105.gif 01;35
106.jpeg 01;35
107.jpg 01;35
108.mng 01;35
b5a4eff7 109.pbm 01;35
484bb068 110.pcx 01;35
b5a4eff7 111.pgm 01;35
b5a4eff7 112.png 01;35
484bb068 113.ppm 01;35
b5a4eff7 114.tga 01;35
484bb068 115.tif 01;35
e0400f09 116.tiff 01;35
484bb068 117.xbm 01;35
e0400f09 118.xcf 01;35
484bb068 119.xpm 01;35
b5a4eff7
JR
120
121# multimedia files (bright white)
122
484bb068
PG
123.asf 01;37
124.asx 01;37
e0400f09 125.au 01;37
484bb068
PG
126.avi 01;37
127.m1v 01;37
e0400f09 128.mid 01;37
b5a4eff7 129.mp3 01;37
e0400f09 130.mp4 01;37
b5a4eff7
JR
131.mpg 01;37
132.mpe 01;37
133.mpeg 01;37
e0400f09 134.mod 01;37
b5a4eff7 135.mov 01;37
484bb068 136.ogg 01;37
b5a4eff7
JR
137.qt 01;37
138.rm 01;37
e0400f09
TP
139.ram 01;37
140.s3m 01;37
141.vob 01;37
142.voc 01;37
b5a4eff7 143.wav 01;37
b5a4eff7 144.wma 01;37
484bb068 145.wmv 01;37
e0400f09 146.xm 01;37
b5a4eff7
JR
147
148# documents (blue)
149
e0400f09 150.abw 36
345e85a9 151.css 36
b5a4eff7 152.doc 36
484bb068 153.dot 36
e0400f09
TP
154.dvi 36
155.eps 36
b5a4eff7
JR
156.htm 36
157.html 36
e0400f09 158.info 36
345e85a9 159.kpr 36
e0400f09
TP
160.me 36
161.ms 36
b5d82b7b
PG
162.ps 36
163.pdf 36
e0400f09 164.pps 36
484bb068 165.ppt 36
345e85a9 166.rtf 36
b5d82b7b 167.sxc 36
345e85a9 168.sxw 36
484bb068 169.tex 36
e0400f09
TP
170.texi 36
171.texinfo 36
b5d82b7b 172.txt 36
e0400f09 173.wri 36
345e85a9 174.xls 36
e0400f09 175.xlw 36
b5a4eff7
JR
176
177# devel (yellow)
dd94da05 178
345e85a9
PG
179.ac 01;33
180.am 01;33
b5a4eff7 181.c 01;33
0ff471c7
TP
182.cc 01;33
183.cpp 01;33
e0400f09 184.f 01;33
345e85a9
PG
185.h 01;33
186.in 01;33
187.o 01;33
0ff471c7 188.patch 01;33
345e85a9
PG
189.po 01;33
190.pot 01;33
e0400f09 191.s 01;33
345e85a9 192.spec 01;33
This page took 0.05258 seconds and 4 git commands to generate.