f180de
# Configuration file for the 256color ls utility
f180de
# This file goes in the /etc directory, and must be world readable.
f180de
# Synchronized with coreutils 8.5 dircolors
f180de
# You can copy this file to .dir_colors in your $HOME directory to override
f180de
# the system defaults.
f180de
# In the case that you are not satisfied with supplied colors, please
f180de
# submit your color configuration or attach your file with colors readable
f180de
# on ALL color background schemas (white,gray,black) to RedHat Bugzilla
f180de
# ticket on https://bugzilla.redhat.com/show_bug.cgi?id=429121 . TIA.
f180de
# Please just keep ls color conventions from 8 color scheme.
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 putty-256color
f180de
TERM rxvt-256color
f180de
TERM rxvt-unicode-256color
f180de
TERM rxvt-unicode256
f180de
TERM screen-256color
f180de
TERM xterm-256color
f180de
TERM gnome-256color
f180de
TERM st-256color
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(8 colors mode) codes:
f180de
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
f180de
# Background color(8 colors mode) codes:
f180de
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
f180de
# Text color(256 colors mode) codes:
f180de
# Valid syntax for text 256color is 38;5;<color number> , where color number
f180de
# is number between 0 and 255.
f180de
# You may find following command useful to search the best one for you:
f180de
# for ((x=0; x<=255; x++));do echo -e "${x}:\033[38;5;${x}mcolor\033[000m";done
f180de
# Background color(256 colors mode) codes:
f180de
# Valid syntax for background 256color is 48;5;<color number> , where
f180de
# color number is number between 0 and 255.
f180de
# You may find following command useful to search the best one for you:
f180de
# for ((x=0; x<=255; x++));do echo -e "${x}:\033[48;5;${x}mcolor\033[000m";done
f180de
f180de
#NORMAL 00	# global default, no color code at all
f180de
#FILE 00	# normal file, use no color at all
f180de
RESET 0 # reset to "normal" color
f180de
DIR 38;5;27	# directory
f180de
LINK 38;5;51	# 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 44;38;5;15 # regular file with more than one link
f180de
FIFO 40;38;5;11	# pipe
f180de
SOCK 38;5;13	# socket
f180de
DOOR 38;5;5	# door
f180de
BLK 48;5;232;38;5;11	# block device driver
f180de
CHR 48;5;232;38;5;3	# character device driver
f180de
ORPHAN 48;5;232;38;5;9  # symlink to nonexistent file, or non-stat'able file
f180de
MISSING 05;48;5;232;38;5;15 # ... and the files they point to
f180de
SETUID 48;5;196;38;5;15	# file that is setuid (u+s)
f180de
SETGID 48;5;11;38;5;16	# file that is setgid (g+s)
f180de
CAPABILITY 48;5;196;38;5;226	# file with capability
f180de
STICKY_OTHER_WRITABLE 48;5;10;38;5;16 # dir that is sticky and other-writable (+t,o+w)
f180de
OTHER_WRITABLE 48;5;10;38;5;21 # dir that is other-writable (o+w) and not sticky
f180de
STICKY 48;5;21;38;5;15	# dir with the sticky bit set (+t) and not other-writable
f180de
f180de
# This is for files with execute permission:
f180de
EXEC 38;5;34
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 38;5;34
f180de
#.exe 38;5;34
f180de
#.com 38;5;34
f180de
#.btm 38;5;34
f180de
#.bat 38;5;34
f180de
#.sh  38;5;34
f180de
#.csh 38;5;34
f180de
f180de
# archives or compressed (bright red)
f180de
.tar 38;5;9
f180de
.tgz 38;5;9
f180de
.arc 38;5;9
f180de
.arj 38;5;9
f180de
.taz 38;5;9
f180de
.lha 38;5;9
f180de
.lz4 38;5;9
f180de
.lzh 38;5;9
f180de
.lzma 38;5;9
f180de
.tlz 38;5;9
f180de
.txz 38;5;9
f180de
.tzo 38;5;9
f180de
.t7z 38;5;9
f180de
.zip 38;5;9
f180de
.z   38;5;9
f180de
.Z   38;5;9
f180de
.dz  38;5;9
f180de
.gz  38;5;9
f180de
.lrz 38;5;9
f180de
.lz  38;5;9
f180de
.lzo 38;5;9
f180de
.xz  38;5;9
f180de
.bz2 38;5;9
f180de
.bz  38;5;9
f180de
.tbz 38;5;9
f180de
.tbz2 38;5;9
f180de
.tz  38;5;9
f180de
.deb 38;5;9
f180de
.rpm 38;5;9
f180de
.jar 38;5;9
f180de
.war 38;5;9
f180de
.ear 38;5;9
f180de
.sar 38;5;9
f180de
.rar 38;5;9
f180de
.alz 38;5;9
f180de
.ace 38;5;9
f180de
.zoo 38;5;9
f180de
.cpio 38;5;9
f180de
.7z  38;5;9
f180de
.rz  38;5;9
f180de
.cab 38;5;9
f180de
f180de
# image formats (magenta)
f180de
.jpg 38;5;13
f180de
.jpeg 38;5;13
f180de
.gif 38;5;13
f180de
.bmp 38;5;13
f180de
.pbm 38;5;13
f180de
.pgm 38;5;13
f180de
.ppm 38;5;13
f180de
.tga 38;5;13
f180de
.xbm 38;5;13
f180de
.xpm 38;5;13
f180de
.tif 38;5;13
f180de
.tiff 38;5;13
f180de
.png 38;5;13
f180de
.svg 38;5;13
f180de
.svgz 38;5;13
f180de
.mng 38;5;13
f180de
.pcx 38;5;13
f180de
.mov 38;5;13
f180de
.mpg 38;5;13
f180de
.mpeg 38;5;13
f180de
.m2v 38;5;13
f180de
.mkv 38;5;13
f180de
.webm 38;5;13
f180de
.ogm 38;5;13
f180de
.mp4 38;5;13
f180de
.m4v 38;5;13
f180de
.mp4v 38;5;13
f180de
.vob 38;5;13
f180de
.qt  38;5;13
f180de
.nuv 38;5;13
f180de
.wmv 38;5;13
f180de
.asf 38;5;13
f180de
.rm  38;5;13
f180de
.rmvb 38;5;13
f180de
.flc 38;5;13
f180de
.avi 38;5;13
f180de
.fli 38;5;13
f180de
.flv 38;5;13
f180de
.gl 38;5;13
f180de
.dl 38;5;13
f180de
.xcf 38;5;13
f180de
.xwd 38;5;13
f180de
.yuv 38;5;13
f180de
.cgm 38;5;13
f180de
.emf 38;5;13
f180de
f180de
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
f180de
.axv 38;5;13
f180de
.anx 38;5;13
f180de
.ogv 38;5;13
f180de
.ogx 38;5;13
f180de
f180de
# audio formats (cyan)
f180de
.aac 38;5;45
f180de
.au 38;5;45
f180de
.flac 38;5;45
f180de
.mid 38;5;45
f180de
.midi 38;5;45
f180de
.mka 38;5;45
f180de
.mp3 38;5;45
f180de
.mpc 38;5;45
f180de
.ogg 38;5;45
f180de
.ra 38;5;45
f180de
.wav 38;5;45
f180de
f180de
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
f180de
.axa 38;5;45
f180de
.oga 38;5;45
f180de
.spx 38;5;45
f180de
.xspf 38;5;45
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