# -*- mode: sh; -*- # eval `dircolors -b ~/.vico_dircolors` # Vico - Vincenzo Colosimo - vico@bicisport.de # Last Modified: 2003-05-29 23:33:44 CEST # Configuration file for the color ls utility # This file goes in the /etc directory, and must be world readable. # You can copy this file to .dir_colors in your $HOME directory to override # the system defaults. # COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not # pipes. 'all' adds color characters to all output. 'none' shuts colorization # off. COLOR tty # 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 xterm-256color TERM color-xterm TERM vt100 TERM rxvt TERM rxvt-unicode TERM screen TERM ansi TERM Eterm # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output) EIGHTBIT 1 # 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 # global default, although everything should be something. FILE 00 # normal file EXEC 01;32 # This is for files with execute permission: DIR 01;34 # directory LINK 01;36 # symbolic link FIFO 40;33 # pipe SOCK 01;35 # socket BLK 40;33;01 # block device driver CHR 40;33;01 # character device driver ORPHAN 01;05;37;41 # orphaned symlinks MISSING 01;05;37;41 # ... and the files they point to # 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 '#') # junk filez (bold;white;red) *% 01;37;41 *.orig 01;37;41 *.rej 01;37;41 *core 01;37;41 *~ 01;37;41 .ICEauthority 01;37;41 .bash_history 01;37;41 .aux 01;37;41 .bak 01;37;41 .BACK 01;37;41 .cache 01;37;41 .cp 01;37;41 .emacs_ehistory 01;37;41 .fn 01;37;41 .ky 01;37;41 .log 01;37;41 .out 01;37;41 .pg 01;37;41 .status 01;37;41 .toc 01;37;41 .tp 01;37;41 .vr 01;37;41 .mtxt 01;37;41 .ndxt 01;37;41 # executables (bold;green) .cmd 01;32 .exe 01;32 .com 01;32 .btm 01;32 .bat 01;32 # source code (none;cyan) .c 00;36 .cpp 00;36 .cc 00;36 .c++ 00;36 .h 00;36 .m 00;36 .pl 00;36 .pm 00;36 .py 00;36 .java 00;36 .rb 00;36 .sl 00;36 .el 00;36 .sh 00;36 .vim 00;36 # compiler results (none;red) .o 00;31 .slc 00;31 .elc 00;31 # meta/web-languages (bold;yellow) .aft 01;33 .html 01;33 .htm 01;33 .cgi 01;33 .css 01;33 .php 01;33 .xml 01;33 .tex 01;33 # archives or compressed (bold;red) .tar 01;31 .tgz 01;31 .tbz2 01;31 .arc 01;31 .arj 01;31 .taz 01;31 .lzh 01;31 .lha 01;31 .zip 01;31 .z 01;31 .Z 01;31 .gz 01;31 .bz2 01;31 .bz 01;31 .tz 01;31 .rpm 01;31 .rar 01;31 # impotent text-filez (bold;white;yellow) *EADME 01;37;43 *NSTALL 01;37;43 *hangeLog 01;37;43 *kgfile 01;37;43 # image formats (bold;magenta) .jpg 01;35 .JPG 01;35 .jpeg 01;35 .gif 01;35 .GIF 01;35 .bmp 01;35 .BMP 01;35 .xbm 01;35 .xpm 01;35 .png 01;35 .tif 01;35 .tiff 01;35 # chess-files (none;blue) .pgn 00;34 .cba 00;34 .cbc 00;34 .cbg 00;34 .cbh 00;34 .cbp 00;34 .cbs 00;34 .cbt 00;34 .ini 00;34 .pgn.idx 00;34 .sg3 00;34 .si3 00;34 .sn3 00;34 .stc 00;34 # config files (none;yellow) *rc 00;33 .Xdefaults 00;33 .bash_profile 00;33 *dircolors 00;33 .forward 00;33 .gv 00;33 .in 00;33 .am 00;33 .lesskey 00;33 .mailcap 00;33 .mime.types 00;33 .profile 00;33 .signature 00;33 .wmmount 00;33 .wmmixer 00;33 # sound filez (bold;white) .wav 01;37 .ogg 01;37 .mp3 01;37 .mid 01;37 .MID 01;37