Blame SOURCES/coreutils-DIR_COLORS.lightbgcolor

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