f180de
# Configuration file for the color ls utility
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 Eterm
f180de
TERM ansi
f180de
TERM color-xterm
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 console
f180de
TERM cygwin
f180de
TERM dtterm
f180de
TERM eterm-color
f180de
TERM gnome
f180de
TERM gnome-256color
f180de
TERM jfbterm
f180de
TERM konsole
f180de
TERM kterm
f180de
TERM linux
f180de
TERM linux-c
f180de
TERM mach-color
f180de
TERM mlterm
f180de
TERM putty
f180de
TERM putty-256color
f180de
TERM rxvt
f180de
TERM rxvt-256color
f180de
TERM rxvt-cygwin
f180de
TERM rxvt-cygwin-native
f180de
TERM rxvt-unicode
f180de
TERM rxvt-unicode-256color
f180de
TERM rxvt-unicode256
f180de
TERM screen
f180de
TERM screen-256color
f180de
TERM screen-256color-bce
f180de
TERM screen-bce
f180de
TERM screen-w
f180de
TERM screen.Eterm
f180de
TERM screen.rxvt
f180de
TERM screen.linux
f180de
TERM st
f180de
TERM st-256color
f180de
TERM terminator
f180de
TERM vt100
f180de
TERM xterm
f180de
TERM xterm-16color
f180de
TERM xterm-256color
f180de
TERM xterm-88color
f180de
TERM xterm-color
f180de
TERM xterm-debian
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 # reset to "normal" color
f180de
DIR 01;34	# directory
f180de
LINK 01;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 01;35	# socket
f180de
DOOR 01;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
# This is for files with execute permission:
f180de
EXEC 01;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
# executables (bright green)
f180de
#.cmd 01;32
f180de
#.exe 01;32
f180de
#.com 01;32
f180de
#.btm 01;32
f180de
#.bat 01;32
f180de
#.sh  01;32
f180de
#.csh 01;32
f180de
f180de
# archives or compressed (bright red)
f180de
.tar 01;31
f180de
.tgz 01;31
f180de
.arc 01;31
f180de
.arj 01;31
f180de
.taz 01;31
f180de
.lha 01;31
f180de
.lz4 01;31
f180de
.lzh 01;31
f180de
.lzma 01;31
f180de
.tlz 01;31
f180de
.txz 01;31
f180de
.tzo 01;31
f180de
.t7z 01;31
f180de
.zip 01;31
f180de
.z   01;31
f180de
.Z   01;31
f180de
.dz  01;31
f180de
.gz  01;31
f180de
.lrz 01;31
f180de
.lz  01;31
f180de
.lzo 01;31
f180de
.xz  01;31
f180de
.bz2 01;31
f180de
.bz  01;31
f180de
.tbz 01;31
f180de
.tbz2 01;31
f180de
.tz  01;31
f180de
.deb 01;31
f180de
.rpm 01;31
f180de
.jar 01;31
f180de
.war 01;31
f180de
.ear 01;31
f180de
.sar 01;31
f180de
.rar 01;31
f180de
.alz 01;31
f180de
.ace 01;31
f180de
.zoo 01;31
f180de
.cpio 01;31
f180de
.7z  01;31
f180de
.rz  01;31
f180de
.cab 01;31
f180de
f180de
# image formats (magenta)
f180de
.jpg 01;35
f180de
.jpeg 01;35
f180de
.gif 01;35
f180de
.bmp 01;35
f180de
.pbm 01;35
f180de
.pgm 01;35
f180de
.ppm 01;35
f180de
.tga 01;35
f180de
.xbm 01;35
f180de
.xpm 01;35
f180de
.tif 01;35
f180de
.tiff 01;35
f180de
.png 01;35
f180de
.svg 01;35
f180de
.svgz 01;35
f180de
.mng 01;35
f180de
.pcx 01;35
f180de
.mov 01;35
f180de
.mpg 01;35
f180de
.mpeg 01;35
f180de
.m2v 01;35
f180de
.mkv 01;35
f180de
.webm 01;35
f180de
.ogm 01;35
f180de
.mp4 01;35
f180de
.m4v 01;35
f180de
.mp4v 01;35
f180de
.vob 01;35
f180de
.qt  01;35
f180de
.nuv 01;35
f180de
.wmv 01;35
f180de
.asf 01;35
f180de
.rm  01;35
f180de
.rmvb 01;35
f180de
.flc 01;35
f180de
.avi 01;35
f180de
.fli 01;35
f180de
.flv 01;35
f180de
.gl 01;35
f180de
.dl 01;35
f180de
.xcf 01;35
f180de
.xwd 01;35
f180de
.yuv 01;35
f180de
.cgm 01;35
f180de
.emf 01;35
f180de
f180de
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
f180de
.axv 01;35
f180de
.anx 01;35
f180de
.ogv 01;35
f180de
.ogx 01;35
f180de
f180de
# audio formats (cyan)
f180de
.aac 01;36
f180de
.au 01;36
f180de
.flac 01;36
f180de
.mid 01;36
f180de
.midi 01;36
f180de
.mka 01;36
f180de
.mp3 01;36
f180de
.mpc 01;36
f180de
.ogg 01;36
f180de
.ra 01;36
f180de
.wav 01;36
f180de
f180de
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
f180de
.axa 01;36
f180de
.oga 01;36
f180de
.spx 01;36
f180de
.xspf 01;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