dot-emacs: Clobber message-mode's header colours.
[profile] / dircolors
CommitLineData
f617db13
MW
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
8TERM linux
9TERM console
10TERM con132x25
11TERM con132x30
12TERM con132x43
13TERM con132x60
14TERM con80x25
15TERM con80x28
16TERM con80x30
17TERM con80x43
18TERM con80x50
19TERM con80x60
20TERM xterm
21TERM xterm-debian
22TERM vt100
23TERM screen
9845dafc 24TERM screen.linux
f617db13
MW
25TERM screen-w
26
27# Below are the color init strings for the basic file types. A color init
28# string consists of one or more of the following numeric codes:
29# Attribute codes:
30# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
31# Text color codes:
32# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
33# Background color codes:
34# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
35NORMAL 00 # global default, although everything should be something.
852cd5fb
MW
36FILE 00 # normal file
37DIR 01;36 # directory
38LINK 36 # symbolic link
f617db13
MW
39FIFO 32 # pipe
40SOCK 01;32 # socket
41BLK 01;35 # block device driver
852cd5fb 42CHR 35 # character device driver
f617db13
MW
43ORPHAN 40;31;01 # symlink to nonexistent file
44
45# This is for files with execute permission:
46EXEC 01
47
48# List any file extensions like '.gz' or '.tar' that you would like ls
49# to colorize below. Put the extension, a space, and the color init string.
50# (and any comments you want to add after a '#')
51
52# If you use DOS-style suffixes, you may want to uncomment the following:
53#.cmd 01;32 # executables (bright green)
54#.exe 01;32
55#.com 01;32
56#.btm 01;32
57#.bat 01;32
58
59.tar 01;31 # archives or compressed (bright red)
60.tgz 01;31
61.arj 01;31
62.taz 01;31
63.lzh 01;31
64.zip 01;31
65.z 01;31
66.Z 01;31
67.gz 01;31
68.bz2 01;31
69.deb 01;31
70# .jpg 01;35 # image formats
71# .gif 01;35
72# .bmp 01;35
73# .ppm 01;35
74# .tga 01;35
75# .xbm 01;35
76# .xpm 01;35
77# .tif 01;35
78# .mpg 01;37
79# .avi 01;37
80# .gl 01;37
81# .dl 01;37