.dircolors
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 22 Jul 2014 00:37:18 +0300
changeset 701 4eb576174f8c
parent 307 43cce0f0dae3
child 737 ead952765cf1
permissions -rw-r--r--
merged

# 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

NORMAL 00
FILE 00
DIR 01;34
LINK 04;36
ORPHAN 01;31;40
# MISSING 01;31;40
FIFO 33;40
SOCK 33;40
DOOR 33;40
BLK 43
CHR 43
EXEC 04;31

.cmd 32
.exe 32
.com 32
.bat 32

.tar 36
.tgz 36
.arj 36
.taz 36
.lzh 36
.zip 36
.z 36
.Z 36
.gz 36
.bz2 36
.deb 36
.rpm 36
.jar 36

.jpg 32
.jpe 32
.jpeg 32
.gif 32
.bmp 32
.pbm 32
.pgm 32
.ppm 32
.tga 32
.xbm 32
.xpm 32
.tif 32
.tiff 32
.png 32
.eps 32
.mpg 32
.mpeg 32
.avi 32
.fli 32
.gl 32
.dl 32
.xcf 32
.xwd 32

.ogg 01;35
.mp3 01;35
.wav 01;35

.o 01;33
.c 01;35
.cc 01;35
.h 01;35
.pl 01;35
.pm 01;35
.m 01;35

*Makefile 0;35
*tags 01;32
*~ 01;30
.swp 01;30
*README 01;31
.tex 01;31
.htm 01;31
.html 01;31

*readme 00;31
.pdf 00;31
.ps 00;31
.dvi 00;31