Blame SOURCES/coreutils-DIR_COLORS.lightbgcolor

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