# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.

# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.

# Below, there should be one TERM entry for each termtype that is colorizable
TERM linux
TERM console
TERM con132x25
TERM con132x30
TERM con132x43
TERM con132x60
TERM con80x25
TERM con80x28
TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
#TERM xterm
TERM xterm-color
TERM screen
TERM vt100
TERM cons25
TERM cons30
TERM cons25r
TERM cons30r

# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
#export LS_COLORS="di=36:ln=33;1:pi=44;37;1:so=44;35;1:bd=37;1:cd=35;1:ex=32:mi=31;1:or=33"
NORMAL 00	# global default, although everything should be something.
FILE 00 	# normal file
DIR 36	 	# directory
LINK 33;1 	# symbolic link
FIFO 44;37;1	# pipe
SOCK 44;35;1	# socket
BLK 37;1	# block device driver
CHR 35;1 	# character device driver
ORPHAN 33	# symlink to nonexistent file
MISSING 31;1	# missing file

# This is for files with execute permission:
EXEC 32

# List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')

# If you use DOS-style suffixes, you may want to uncomment the following:
#.cmd 01;32 # executables (bright green)
.exe 32
.com 32
#.btm 01;32
.bat 32

.tar 37 # archives or compressed (bright red)
.tgz 37
.tbz 37
.arj 37
.taz 37
.lzh 37
.zip 37
.rar 37
.z   37
.Z   37
.gz  37
.bz2 37
.ha  37

.jpg 35 # image formats
.jpeg 35
.png 35
.gif 35
.bmp 35
.ppm 35
.tga 35
.xbm 35
.xpm 35
.tif 35
.tiff 35
.psd 35
.svg 35
.dia 35
.xcf 35

# multimedia formats
.swf 01;35
.wmv 01;35
.mpg 01;35
.avi 01;35
.gl 01;35
.dl 01;35
.mp3 01;35
.ogg 01;35
.wav 01;35
