dotfiles

view .dircolorsrc @ 3:4c1ead2dc501

xinitrc and screenrc added; code cleanups
author meillo@marmaro.de
date Wed, 25 Apr 2007 20:42:44 +0200
parents a5f356e3bebc
children
line source
1 # markus schnalke -- http://marmaro.de
4 # Configuration file for dircolors, a utility to help you set the
5 # LS_COLORS environment variable used by GNU ls with the --color option.
6 # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
7 # slackware version of dircolors) are recognized but ignored.
8 # Below, there should be one TERM entry for each termtype that is colorizable
9 TERM linux
10 TERM linux-c
11 TERM mach-color
12 TERM console
13 TERM con132x25
14 TERM con132x30
15 TERM con132x43
16 TERM con132x60
17 TERM con80x25
18 TERM con80x28
19 TERM con80x30
20 TERM con80x43
21 TERM con80x50
22 TERM con80x60
23 TERM cygwin
24 TERM dtterm
25 TERM mlterm
26 TERM putty
27 TERM xterm
28 TERM xterm-color
29 TERM xterm-debian
30 TERM rxvt
31 TERM rxvt-unicode
32 TERM screen
33 TERM screen-bce
34 TERM screen-w
35 TERM vt100
36 TERM Eterm
38 # Below are the color init strings for the basic file types. A color init
39 # string consists of one or more of the following numeric codes:
40 # Attribute codes:
41 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
42 # Text color codes:
43 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
44 # Background color codes:
45 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
47 NORMAL 00 # global default, although everything should be something.
48 FILE 00 # normal file
49 DIR 01;34 # directory
50 LINK target # symbolic link. (If you set this to 'target' instead of a
51 FIFO 40;33 # pipe
52 SOCK 01;35 # socket
53 DOOR 01;35 # door
54 BLK 40;33;01 # block device driver
55 CHR 40;33;01 # character device driver
56 ORPHAN 40;31;01 # symlink to nonexistent file
58 SETUID 37;41 # file that is setuid (u+s)
59 SETGID 30;43 # file that is setgid (g+s)
60 STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
61 OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
62 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
63 EXEC 01;32 # This is for files with execute permission
67 # List any file extensions like '.gz' or '.tar' that you would like ls
68 # to colorize below. Put the extension, a space, and the color init string.
69 # (and any comments you want to add after a '#')
70 # If you use DOS-style suffixes, you may want to uncomment the following:
72 # archives or compressed (bright red)
73 .tar 00;31
74 .tgz 00;31
75 .arj 00;31
76 .taz 00;31
77 .lzh 00;31
78 .zip 00;31
79 .z 00;31
80 .Z 00;31
81 .gz 00;31
82 .bz2 00;31
83 .deb 00;31
84 .rpm 00;31
85 .jar 00;31
87 # image formats
88 .jpg 01;35
89 .jpeg 01;35
90 .gif 01;35
91 .bmp 01;35
92 .pbm 01;35
93 .pgm 01;35
94 .ppm 01;35
95 .tga 01;35
96 .xbm 01;35
97 .xpm 01;35
98 .tif 01;35
99 .tiff 01;35
100 .png 01;35
101 .mov 01;35
102 .mpg 01;35
103 .mpeg 01;35
104 .avi 01;35
105 .fli 01;35
106 .gl 01;35
107 .dl 01;35
108 .xcf 01;35
109 .xwd 01;35
111 # audio formats
112 .flac 01;35
113 .mp3 01;35
114 .mpc 01;35
115 .ogg 01;35
116 .wav 01;35