92dfad5
# Configuration file for the color ls utility - modified for gray backgrounds
5421281
# Synchronized with coreutils 8.5 dircolors
8eac3d1
# This file goes in the /etc directory, and must be world readable.
8eac3d1
# You can copy this file to .dir_colors in your $HOME directory to override
8eac3d1
# the system defaults.
8eac3d1
8eac3d1
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
8eac3d1
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
8eac3d1
# off.
8eac3d1
COLOR tty
8eac3d1
8eac3d1
# Extra command line options for ls go here.
8eac3d1
# Basically these ones are:
8eac3d1
#  -F = show '/' for dirs, '*' for executables, etc.
8eac3d1
#  -T 0 = don't trust tab spacing when formatting ls output.
8eac3d1
OPTIONS -F -T 0
8eac3d1
8eac3d1
# Below, there should be one TERM entry for each termtype that is colorizable
8eac3d1
TERM linux
8eac3d1
TERM console
8eac3d1
TERM con132x25
8eac3d1
TERM con132x30
8eac3d1
TERM con132x43
8eac3d1
TERM con132x60
8eac3d1
TERM con80x25
8eac3d1
TERM con80x28
8eac3d1
TERM con80x30
8eac3d1
TERM con80x43
8eac3d1
TERM con80x50
8eac3d1
TERM con80x60
8eac3d1
TERM cons25
8eac3d1
TERM xterm
7bec829
TERM xterm-16color
7bec829
TERM xterm-88color
7bec829
TERM xterm-256color
8eac3d1
TERM rxvt
5421281
TERM rxvt-256color
7bec829
TERM rxvt-unicode
78e0be2
TERM rxvt-unicode-256color
5421281
TERM rxvt-unicode256
8eac3d1
TERM xterm-color
8eac3d1
TERM color-xterm
8eac3d1
TERM vt100
8eac3d1
TERM dtterm
8eac3d1
TERM color_xterm
8eac3d1
8eac3d1
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
8eac3d1
EIGHTBIT 1
8eac3d1
8eac3d1
# Below are the color init strings for the basic file types. A color init
8eac3d1
# string consists of one or more of the following numeric codes:
c4b1fe4
# Attribute codes:
8eac3d1
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
8eac3d1
# Text color codes:
8eac3d1
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
8eac3d1
# Background color codes:
8eac3d1
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
c4b1fe4
#NORMAL 00	# no color code at all
c4b1fe4
#FILE 00	# normal file, use no color at all
c4b1fe4
RESET 0
c4b1fe4
DIR 00;34	# directory
c4b1fe4
LINK 00;36	# symbolic link (If you set this to 'target' instead of a
0363d66
		# numerical value, the color is as for the file pointed to.)
1bc86eb
MULTIHARDLINK 00 # regular file with more than one link
8eac3d1
FIFO 40;33	# pipe
8eac3d1
SOCK 00;35	# socket
0363d66
DOOR 00;35	# door
8eac3d1
BLK 40;33;01	# block device driver
c4b1fe4
CHR 40;33;01	# character device driver
0363d66
ORPHAN 40;31;01  # symlink to nonexistent file, or non-stat'able file
8eac3d1
MISSING 01;05;37;41 # ... and the files they point to
0363d66
SETUID 37;41	# file that is setuid (u+s)
0363d66
SETGID 30;43	# file that is setgid (g+s)
c7a6abf
CAPABILITY 30;41	# file with capability
0363d66
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
0363d66
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
0363d66
STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
0363d66
8eac3d1
8eac3d1
# This is for files with execute permission:
c4b1fe4
EXEC 00;32
8eac3d1
8eac3d1
# List any file extensions like '.gz' or '.tar' that you would like ls
8eac3d1
# to colorize below. Put the extension, a space, and the color init string.
8eac3d1
# (and any comments you want to add after a '#')
97c49fb
#.cmd 00;32 # executables (green)
97c49fb
#.exe 00;32
97c49fb
#.com 00;32
97c49fb
#.btm 00;32
97c49fb
#.bat 00;32
97c49fb
#.sh  00;32
97c49fb
#.csh 00;32
0363d66
 # archives or compressed (red)
c4b1fe4
.tar 00;31
8eac3d1
.tgz 00;31
8eac3d1
.arj 00;31
8eac3d1
.taz 00;31
8eac3d1
.lzh 00;31
0363d66
.lzma 00;31
1bc86eb
.tlz 00;31
1bc86eb
.txz 00;31
8eac3d1
.zip 00;31
8eac3d1
.z   00;31
8eac3d1
.Z   00;31
0363d66
.dz  00;31
8eac3d1
.gz  00;31
4c2f2aa
.lz  00;31
1bc86eb
.xz  00;31
8eac3d1
.bz2 00;31
1bc86eb
.tbz 00;31
0363d66
.tbz2 00;31
8eac3d1
.bz  00;31
8eac3d1
.tz  00;31
0363d66
.deb 00;31
8eac3d1
.rpm 00;31
0363d66
.jar 00;31
437af55
.war 00;31
437af55
.ear 00;31
437af55
.sar 00;31
0363d66
.rar 00;31
0363d66
.ace 00;31
0363d66
.zoo 00;31
8eac3d1
.cpio 00;31
0363d66
.7z  00;31
0363d66
.rz  00;31
0363d66
# image formats (magenta)
c4b1fe4
.jpg 00;35
0363d66
.jpeg 00;35
8eac3d1
.gif 00;35
8eac3d1
.bmp 00;35
0363d66
.pbm 00;35
0363d66
.pgm 00;35
0363d66
.ppm 00;35
0363d66
.tga 00;35
8eac3d1
.xbm 00;35
8eac3d1
.xpm 00;35
8eac3d1
.tif 00;35
0363d66
.tiff 00;35
0363d66
.png 00;35
1bc86eb
.svg 00;35
1bc86eb
.svgz 00;35
0363d66
.mng 00;35
0363d66
.pcx 00;35
0363d66
.mov 00;35
0363d66
.mpg 00;35
0363d66
.mpeg 00;35
0363d66
.m2v 00;35
0363d66
.mkv 00;35
0363d66
.ogm 00;35
0363d66
.mp4 00;35
0363d66
.m4v 00;35
0363d66
.mp4v 00;35
0363d66
.vob 00;35
0363d66
.qt  00;35
0363d66
.nuv 00;35
0363d66
.wmv 00;35
0363d66
.asf 00;35
0363d66
.rm  00;35
0363d66
.rmvb 00;35
0363d66
.flc 00;35
0363d66
.avi 00;35
0363d66
.fli 00;35
c4b1fe4
.flv 00;35
0363d66
.gl 00;35
0363d66
.dl 00;35
0363d66
.xcf 00;35
0363d66
.xwd 00;35
0363d66
.yuv 00;35
af1fb4e
.cgm 00;35
af1fb4e
.emf 00;35
1bc86eb
c4b1fe4
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
c4b1fe4
.axv 00;35
c4b1fe4
.anx 00;35
c4b1fe4
.ogv 00;35
c4b1fe4
.ogx 00;35
1bc86eb
0363d66
# audio formats (cyan)
0363d66
.aac 00;36
0363d66
.au 00;36
0363d66
.flac 00;36
0363d66
.mid 00;36
0363d66
.midi 00;36
0363d66
.mka 00;36
0363d66
.mp3 00;36
0363d66
.mpc 00;36
0363d66
.ogg 00;36
0363d66
.ra 00;36
0363d66
.wav 00;36
1bc86eb
c4b1fe4
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
c4b1fe4
.axa 00;36
c4b1fe4
.oga 00;36
c4b1fe4
.spx 00;36
c4b1fe4
.xspf 00;36
e734c64
e734c64
# colorize basic documents (brown)
e734c64
.pdf 00;33
e734c64
.ps 00;33
e734c64
.ps.gz 00;33
e734c64
.txt 00;33
e734c64
.patch 00;33
e734c64
.diff 00;33
e734c64
.log 00;33
e734c64
.tex 00;33
e734c64
.xls 00;33
e734c64
.xlsx 00;33
e734c64
.ppt 00;33
e734c64
.pptx 00;33
e734c64
.rtf 00;33
e734c64
.doc 00;33
e734c64
.docx 00;33
e734c64
.odt 00;33
e734c64
.ods 00;33
e734c64
.odp 00;33
e734c64
.xml 00;33
e734c64
.epub 00;33
e734c64
.abw 00;33
e734c64
.html 00;33
e734c64
.wpd 00;33