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