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