void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

DIR_COLORS.xterm (3646B)


      1# Configuration file for the color ls utility
      2# This file goes in the /etc directory, and must be world readable.
      3# You can copy this file to .dir_colors in your $HOME directory to override
      4# the system defaults.
      5
      6# COLOR needs one of these arguments: 'tty' colorizes output to ttys, but not
      7# pipes. 'all' adds color characters to all output. 'none' shuts colorization
      8# off.
      9COLOR tty
     10
     11# Extra command line options for ls go here.
     12# Basically these ones are:
     13#  -F = show '/' for dirs, '*' for executables, etc.
     14#  -T 0 = don't trust tab spacing when formatting ls output.
     15OPTIONS -F -T 0
     16
     17# Below, there should be one TERM entry for each termtype that is colorizable
     18TERM linux
     19TERM console
     20TERM con132x25
     21TERM con132x30
     22TERM con132x43
     23TERM con132x60
     24TERM con80x25
     25TERM con80x28
     26TERM con80x30
     27TERM con80x43
     28TERM con80x50
     29TERM con80x60
     30TERM cons25
     31TERM xterm
     32TERM xterm-16color
     33TERM xterm-88color
     34TERM xterm-256color
     35TERM rxvt
     36TERM rxvt-unicode
     37TERM xterm-color
     38TERM color-xterm
     39TERM vt100
     40TERM dtterm
     41TERM color_xterm
     42
     43# EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
     44EIGHTBIT 1
     45
     46# Below are the color init strings for the basic file types. A color init
     47# string consists of one or more of the following numeric codes:
     48# Attribute codes: 
     49# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
     50# Text color codes:
     51# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
     52# Background color codes:
     53# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
     54NORMAL 00	# global default, although everything should be something.
     55FILE 00 	# normal file
     56DIR 00;34 	# directory
     57LINK 00;36 	# symbolic link (If you set this to 'target' instead of a
     58		# numerical value, the color is as for the file pointed to.)
     59FIFO 40;33	# pipe
     60SOCK 00;35	# socket
     61DOOR 00;35	# door
     62BLK 40;33;01	# block device driver
     63CHR 40;33;01 	# character device driver
     64ORPHAN 40;31;01  # symlink to nonexistent file, or non-stat'able file
     65MISSING 01;05;37;41 # ... and the files they point to
     66SETUID 37;41	# file that is setuid (u+s)
     67SETGID 30;43	# file that is setgid (g+s)
     68CAPABILITY 30;41	# file with capability
     69STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
     70OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
     71STICKY 37;44	# dir with the sticky bit set (+t) and not other-writable
     72
     73
     74# This is for files with execute permission:
     75EXEC 00;32 
     76
     77# List any file extensions like '.gz' or '.tar' that you would like ls
     78# to colorize below. Put the extension, a space, and the color init string.
     79# (and any comments you want to add after a '#')
     80#.cmd 00;32 # executables (green)
     81#.exe 00;32
     82#.com 00;32
     83#.btm 00;32
     84#.bat 00;32
     85#.sh  00;32
     86#.csh 00;32
     87 # archives or compressed (red)
     88.tar 00;31 
     89.tgz 00;31
     90.svgz 00;31
     91.arj 00;31
     92.taz 00;31
     93.lzh 00;31
     94.lzma 00;31
     95.zip 00;31
     96.z   00;31
     97.Z   00;31
     98.dz  00;31
     99.gz  00;31
    100.bz2 00;31
    101.tbz2 00;31
    102.bz  00;31
    103.tz  00;31
    104.deb 00;31
    105.rpm 00;31
    106.jar 00;31
    107.rar 00;31
    108.ace 00;31
    109.zoo 00;31
    110.cpio 00;31
    111.7z  00;31
    112.rz  00;31
    113# image formats (magenta)
    114.jpg 00;35 
    115.jpeg 00;35
    116.gif 00;35
    117.bmp 00;35
    118.pbm 00;35
    119.pgm 00;35
    120.ppm 00;35
    121.tga 00;35
    122.xbm 00;35
    123.xpm 00;35
    124.tif 00;35
    125.tiff 00;35
    126.png 00;35
    127.mng 00;35
    128.pcx 00;35
    129.mov 00;35
    130.mpg 00;35
    131.mpeg 00;35
    132.m2v 00;35
    133.mkv 00;35
    134.ogm 00;35
    135.mp4 00;35
    136.m4v 00;35
    137.mp4v 00;35
    138.vob 00;35
    139.qt  00;35
    140.nuv 00;35
    141.wmv 00;35
    142.asf 00;35
    143.rm  00;35
    144.rmvb 00;35
    145.flc 00;35
    146.avi 00;35
    147.fli 00;35
    148.gl 00;35
    149.dl 00;35
    150.xcf 00;35
    151.xwd 00;35
    152.yuv 00;35
    153.svg 00;35
    154# audio formats (cyan)
    155.aac 00;36
    156.au 00;36
    157.flac 00;36
    158.mid 00;36
    159.midi 00;36
    160.mka 00;36
    161.mp3 00;36
    162.mpc 00;36
    163.ogg 00;36
    164.ra 00;36
    165.wav 00;36