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