-
Notifications
You must be signed in to change notification settings - Fork 8
/
colorizerc
74 lines (71 loc) · 3.2 KB
/
colorizerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Configuration file for colorize
#
# Available 'pre' attributes: bold, underline, underscore, blink, reverse, concealed
# Available colors: black, red, green, yellow, blue, magenta, cyan, white
# Available bgcolors: on_black, on_red, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white
#
# You can also use item names in color definition, like:
#
# default blue
# date 'default'
#
# Here you defined default color to blue, and date color to default value's color, so
# your date color is blue. (You can only use predefined item names!)
# item color # comment (what is color, or why it's that ;)
default cyan # Default (not colorized strings) color
unknown 'default' # Unknown messages color
date bold cyan # Color of the dates and times
host bold blue # Color of IP numbers, and host names
mac bold white # MAC address color
pid bold white # Color of PID numbers
pid-sqbr bold green # square brackets at PID numbers
get green # Color of http GET messages
post bold green # Color of http POST messages
head green # Color of http HEAD messages
put bold green # Color of http PUT messages
connect green # Color of http CONNECT messages
httpcodes bold white # Color of http codes (like 404)
ftpcodes cyan # Color of ftp codes (xferlog)
gettime bold magenta # Transfertime color (xferlog)
getsize magenta # Size of transfer color (xferlog)
debug white # Color of debug messages
error bold red # Color of errors
warning red # Color of warnings
bad bold yellow # Color of "bad words"
good bold green # Color of "good words"
system bold cyan # Color of "system words"
repeat white # Color of 'last message repeated N times'
process green # Color of the sender process'es name
dir bold cyan # Path, or filename with path color
prot magenta # Colors of protocols (icmp, tcp, etc.)
service bold magenta # Colors of services (ftp, telnet, etc.)
email bold green # Color of e-mail addresses
size bold white # Like 1.2M, 1024k, 2G
version bold white # Color of version strings
address bold white # Color of memory addresses
uri bold green # Color of URIs (ftp://, http://, etc.)
miss red # missing from cache color (proxy)
parent bold yellow # hierarchy match with parent (proxy)
direct bold white # hierarchy match with direct (proxy)
hit bold yellow # is in cache color (proxy)
deny bold red # denied host (proxy)
ident bold white # ident color, disabled default (proxy)
refresh bold white # no-cache refresh (proxy)
swapfail bold white # swapfail color (proxy)
ctype white # Content-type color (proxy)
clength white # Content-length color (proxy)
create bold white # Create tag in store.log (proxy)
swapin 'create' # swapin -"-
swapout 'create' # swapout -"-
release 'create' # release -"-
swapnum blue on_white # swap number
hdate white # time from the HTTP Date reply header
lmdate bold yellow # last-modified date (proxy)
expired bold white # expire date (proxy)
proxyfunction bold yellow # proxy function (oops)
incoming bold white # incoming mail color
outgoing white # outgoing mail color
user bold yellow # color of usernames
numbers white # just numbers only
subject magenta # subject of the mail
# vim: ts=8:sw=8