740027
# Configuration file for the 256color ls utility
740027
# This file goes in the /etc directory, and must be world readable.
740027
# Synchronized with coreutils 8.5 dircolors
740027
# You can copy this file to .dir_colors in your $HOME directory to override
740027
# the system defaults.
740027
# In the case that you are not satisfied with supplied colors, please
740027
# submit your color configuration or attach your file with colors readable
740027
# on ALL color background schemas (white,gray,black) to RedHat Bugzilla
740027
# ticket on https://bugzilla.redhat.com/show_bug.cgi?id=429121 . TIA.
740027
# Please just keep ls color conventions from 8 color scheme.
740027
740027
# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
740027
# pipes. 'all' adds color characters to all output. 'none' shuts colorization
740027
# off.
740027
COLOR tty
740027
740027
# Extra command line options for ls go here.
740027
# Basically these ones are:
740027
#  -F = show '/' for dirs, '*' for executables, etc.
740027
#  -T 0 = don't trust tab spacing when formatting ls output.
740027
OPTIONS -F -T 0
740027
740027
# Below, there should be one TERM entry for each termtype that is colorizable
740027
TERM putty-256color
740027
TERM rxvt-256color
740027
TERM rxvt-unicode-256color
740027
TERM rxvt-unicode256
740027
TERM screen-256color
740027
TERM xterm-256color
740027
TERM gnome-256color
740027
TERM st-256color
740027
740027
# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
740027
EIGHTBIT 1
740027
740027
# Below are the color init strings for the basic file types. A color init
740027
# string consists of one or more of the following numeric codes:
740027
# Attribute codes:
740027
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
740027
# Text color(8 colors mode) codes:
740027
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
740027
# Background color(8 colors mode) codes:
740027
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
740027
# Text color(256 colors mode) codes:
740027
# Valid syntax for text 256color is 38;5;<color number> , where color number
740027
# is number between 0 and 255.
740027
# You may find following command useful to search the best one for you:
740027
# for ((x=0; x<=255; x++));do echo -e "${x}:\033[38;5;${x}mcolor\033[000m";done
740027
# Background color(256 colors mode) codes:
740027
# Valid syntax for background 256color is 48;5;<color number> , where
740027
# color number is number between 0 and 255.
740027
# You may find following command useful to search the best one for you:
740027
# for ((x=0; x<=255; x++));do echo -e "${x}:\033[48;5;${x}mcolor\033[000m";done
740027
740027
#NORMAL 00	# global default, no color code at all
740027
#FILE 00	# normal file, use no color at all
740027
RESET 0 # reset to "normal" color
740027
DIR 38;5;27	# directory
740027
LINK 38;5;51	# symbolic link (If you set this to 'target' instead of a
740027
		# numerical value, the color is as for the file pointed to.)
740027
MULTIHARDLINK 44;38;5;15 # regular file with more than one link
740027
FIFO 40;38;5;11	# pipe
740027
SOCK 38;5;13	# socket
740027
DOOR 38;5;5	# door
740027
BLK 48;5;232;38;5;11	# block device driver
740027
CHR 48;5;232;38;5;3	# character device driver
740027
ORPHAN 48;5;232;38;5;9  # symlink to nonexistent file, or non-stat'able file
740027
MISSING 05;48;5;232;38;5;15 # ... and the files they point to
740027
SETUID 48;5;196;38;5;15	# file that is setuid (u+s)
740027
SETGID 48;5;11;38;5;16	# file that is setgid (g+s)
740027
CAPABILITY 48;5;196;38;5;226	# file with capability
740027
STICKY_OTHER_WRITABLE 48;5;10;38;5;16 # dir that is sticky and other-writable (+t,o+w)
740027
OTHER_WRITABLE 48;5;10;38;5;21 # dir that is other-writable (o+w) and not sticky
740027
STICKY 48;5;21;38;5;15	# dir with the sticky bit set (+t) and not other-writable
740027
740027
# This is for files with execute permission:
740027
EXEC 38;5;34
740027
740027
# List any file extensions like '.gz' or '.tar' that you would like ls
740027
# to colorize below. Put the extension, a space, and the color init string.
740027
# (and any comments you want to add after a '#')
740027
# executables (bright green)
740027
#.cmd 38;5;34
740027
#.exe 38;5;34
740027
#.com 38;5;34
740027
#.btm 38;5;34
740027
#.bat 38;5;34
740027
#.sh  38;5;34
740027
#.csh 38;5;34
740027
740027
# archives or compressed (bright red)
740027
.tar 38;5;9
740027
.tgz 38;5;9
740027
.arc 38;5;9
740027
.arj 38;5;9
740027
.taz 38;5;9
740027
.lha 38;5;9
740027
.lz4 38;5;9
740027
.lzh 38;5;9
740027
.lzma 38;5;9
740027
.tlz 38;5;9
740027
.txz 38;5;9
740027
.tzo 38;5;9
740027
.t7z 38;5;9
740027
.zip 38;5;9
740027
.z   38;5;9
740027
.Z   38;5;9
740027
.dz  38;5;9
740027
.gz  38;5;9
740027
.lrz 38;5;9
740027
.lz  38;5;9
740027
.lzo 38;5;9
740027
.xz  38;5;9
740027
.bz2 38;5;9
740027
.bz  38;5;9
740027
.tbz 38;5;9
740027
.tbz2 38;5;9
740027
.tz  38;5;9
740027
.deb 38;5;9
740027
.rpm 38;5;9
740027
.jar 38;5;9
740027
.war 38;5;9
740027
.ear 38;5;9
740027
.sar 38;5;9
740027
.rar 38;5;9
740027
.alz 38;5;9
740027
.ace 38;5;9
740027
.zoo 38;5;9
740027
.cpio 38;5;9
740027
.7z  38;5;9
740027
.rz  38;5;9
740027
.cab 38;5;9
740027
740027
# image formats (magenta)
740027
.jpg 38;5;13
740027
.jpeg 38;5;13
740027
.gif 38;5;13
740027
.bmp 38;5;13
740027
.pbm 38;5;13
740027
.pgm 38;5;13
740027
.ppm 38;5;13
740027
.tga 38;5;13
740027
.xbm 38;5;13
740027
.xpm 38;5;13
740027
.tif 38;5;13
740027
.tiff 38;5;13
740027
.png 38;5;13
740027
.svg 38;5;13
740027
.svgz 38;5;13
740027
.mng 38;5;13
740027
.pcx 38;5;13
740027
.mov 38;5;13
740027
.mpg 38;5;13
740027
.mpeg 38;5;13
740027
.m2v 38;5;13
740027
.mkv 38;5;13
740027
.webm 38;5;13
740027
.ogm 38;5;13
740027
.mp4 38;5;13
740027
.m4v 38;5;13
740027
.mp4v 38;5;13
740027
.vob 38;5;13
740027
.qt  38;5;13
740027
.nuv 38;5;13
740027
.wmv 38;5;13
740027
.asf 38;5;13
740027
.rm  38;5;13
740027
.rmvb 38;5;13
740027
.flc 38;5;13
740027
.avi 38;5;13
740027
.fli 38;5;13
740027
.flv 38;5;13
740027
.gl 38;5;13
740027
.dl 38;5;13
740027
.xcf 38;5;13
740027
.xwd 38;5;13
740027
.yuv 38;5;13
740027
.cgm 38;5;13
740027
.emf 38;5;13
740027
740027
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
740027
.axv 38;5;13
740027
.anx 38;5;13
740027
.ogv 38;5;13
740027
.ogx 38;5;13
740027
740027
# audio formats (cyan)
740027
.aac 38;5;45
740027
.au 38;5;45
740027
.flac 38;5;45
740027
.mid 38;5;45
740027
.midi 38;5;45
740027
.mka 38;5;45
740027
.mp3 38;5;45
740027
.mpc 38;5;45
740027
.ogg 38;5;45
740027
.ra 38;5;45
740027
.wav 38;5;45
740027
740027
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
740027
.axa 38;5;45
740027
.oga 38;5;45
740027
.spx 38;5;45
740027
.xspf 38;5;45
740027
740027
# colorize binary documents (brown)
740027
#.pdf 00;33
740027
#.ps 00;33
740027
#.ps.gz 00;33
740027
#.tex 00;33
740027
#.xls 00;33
740027
#.xlsx 00;33
740027
#.ppt 00;33
740027
#.pptx 00;33
740027
#.rtf 00;33
740027
#.doc 00;33
740027
#.docx 00;33
740027
#.odt 00;33
740027
#.ods 00;33
740027
#.odp 00;33
740027
#.epub 00;33
740027
#.abw 00;33
740027
#.wpd 00;33
740027
#
740027
# colorize text documents (brown)
740027
#.txt 00;33
740027
#.patch 00;33
740027
#.diff 00;33
740027
#.log 00;33
740027
#.htm 00;33
740027
#.html 00;33
740027
#.shtml 00;33
740027
#.xml 00;33