initial commit: 1.5.0
[systemrescuecd.git] / overlay-squashfs-sparc / root / .zsh / colors
1 COLOR tty
2
3 # Extra command line options for ls go here.
4 # Basically these ones are:
5 #  -F = show '/' for dirs, '*' for executables, etc.
6 #  -T 0 = don't trust tab spacing when formatting ls output.
7 OPTIONS -F -T 0
8
9 # Below, there should be one TERM entry for each termtype that is colorizable
10 TERM linux
11 TERM screen
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 xterm
24 TERM rxvt
25 TERM vt100
26 TERM Eterm
27
28 # EIGHTBIT, followed by '1' for on, '0' for off. (8-bit output)
29 EIGHTBIT 1
30
31 # Below are the color init strings for the basic file types. A color init
32 # string consists of one or more of the following numeric codes:
33 # Attribute codes: 
34 # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
35 # Text color codes:
36 # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
37 # Background color codes:
38 # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
39 NORMAL 00       # global default, although everything should be something.
40 FILE 00         # normal file
41 DIR 01;34       # directory
42 LINK 01;35      # symbolic link
43 FIFO 40;33      # pipe
44 SOCK 01;35      # socket
45 BLK 40;33;01    # block device driver
46 CHR 40;33;01    # character device driver
47
48 # This is for files with execute permission:
49 EXEC 01;32 
50
51 # List any file extensions like '.gz' or '.tar' that you would like ls
52 # to colorize below. Put the extension, a space, and the color init string.
53 # (and any comments you want to add after a '#')
54
55 # Archives
56 .btm 01;32
57 .tar 01;31
58 .tgz 01;31
59 .arj 01;31
60 .gz  01;31
61 .bz2 01;31
62 .zip 01;31
63 .rar 01;31
64 .7z 01;31
65 .ace 01;31
66 .dar 01;31
67 .lzo 01;31
68 .tbz2 01;31
69
70 # Packages
71 .deb 01;35
72 .rpm 01;35
73
74 # Web
75 .htm 01;36
76 .php 01;36
77 .php3 01;36
78 .html 01;36
79
80 # Sources
81 .c 04;43;30
82 .cpp 04;43;30
83 .h 00;43;30
84 .hpp 00;43;30