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