meillo@3: # markus schnalke -- http://marmaro.de meillo@3: meillo@3: meillo@0: # Configuration file for dircolors, a utility to help you set the meillo@0: # LS_COLORS environment variable used by GNU ls with the --color option. meillo@0: # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the meillo@0: # slackware version of dircolors) are recognized but ignored. meillo@0: # Below, there should be one TERM entry for each termtype that is colorizable meillo@0: TERM linux meillo@0: TERM linux-c meillo@0: TERM mach-color meillo@0: TERM console meillo@0: TERM con132x25 meillo@0: TERM con132x30 meillo@0: TERM con132x43 meillo@0: TERM con132x60 meillo@0: TERM con80x25 meillo@0: TERM con80x28 meillo@0: TERM con80x30 meillo@0: TERM con80x43 meillo@0: TERM con80x50 meillo@0: TERM con80x60 meillo@0: TERM cygwin meillo@0: TERM dtterm meillo@0: TERM mlterm meillo@0: TERM putty meillo@0: TERM xterm meillo@0: TERM xterm-color meillo@0: TERM xterm-debian meillo@0: TERM rxvt meillo@0: TERM rxvt-unicode meillo@0: TERM screen meillo@0: TERM screen-bce meillo@0: TERM screen-w meillo@0: TERM vt100 meillo@0: TERM Eterm meillo@0: meillo@0: # Below are the color init strings for the basic file types. A color init meillo@0: # string consists of one or more of the following numeric codes: meillo@0: # Attribute codes: meillo@0: # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed meillo@0: # Text color codes: meillo@0: # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white meillo@0: # Background color codes: meillo@0: # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white meillo@0: meillo@0: NORMAL 00 # global default, although everything should be something. meillo@0: FILE 00 # normal file meillo@0: DIR 01;34 # directory meillo@0: LINK target # symbolic link. (If you set this to 'target' instead of a meillo@0: FIFO 40;33 # pipe meillo@0: SOCK 01;35 # socket meillo@0: DOOR 01;35 # door meillo@0: BLK 40;33;01 # block device driver meillo@0: CHR 40;33;01 # character device driver meillo@0: ORPHAN 40;31;01 # symlink to nonexistent file meillo@0: meillo@0: SETUID 37;41 # file that is setuid (u+s) meillo@0: SETGID 30;43 # file that is setgid (g+s) meillo@0: STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) meillo@0: OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky meillo@0: STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable meillo@0: EXEC 01;32 # This is for files with execute permission meillo@0: meillo@0: meillo@0: meillo@0: # List any file extensions like '.gz' or '.tar' that you would like ls meillo@0: # to colorize below. Put the extension, a space, and the color init string. meillo@0: # (and any comments you want to add after a '#') meillo@0: # If you use DOS-style suffixes, you may want to uncomment the following: meillo@0: meillo@0: # archives or compressed (bright red) meillo@0: .tar 00;31 meillo@0: .tgz 00;31 meillo@0: .arj 00;31 meillo@0: .taz 00;31 meillo@0: .lzh 00;31 meillo@0: .zip 00;31 meillo@0: .z 00;31 meillo@0: .Z 00;31 meillo@0: .gz 00;31 meillo@0: .bz2 00;31 meillo@0: .deb 00;31 meillo@0: .rpm 00;31 meillo@0: .jar 00;31 meillo@0: meillo@0: # image formats meillo@0: .jpg 01;35 meillo@0: .jpeg 01;35 meillo@0: .gif 01;35 meillo@0: .bmp 01;35 meillo@0: .pbm 01;35 meillo@0: .pgm 01;35 meillo@0: .ppm 01;35 meillo@0: .tga 01;35 meillo@0: .xbm 01;35 meillo@0: .xpm 01;35 meillo@0: .tif 01;35 meillo@0: .tiff 01;35 meillo@0: .png 01;35 meillo@0: .mov 01;35 meillo@0: .mpg 01;35 meillo@0: .mpeg 01;35 meillo@0: .avi 01;35 meillo@0: .fli 01;35 meillo@0: .gl 01;35 meillo@0: .dl 01;35 meillo@0: .xcf 01;35 meillo@0: .xwd 01;35 meillo@0: meillo@0: # audio formats meillo@0: .flac 01;35 meillo@0: .mp3 01;35 meillo@0: .mpc 01;35 meillo@0: .ogg 01;35 meillo@0: .wav 01;35