-
Notifications
You must be signed in to change notification settings - Fork 0
/
colours.light
94 lines (84 loc) · 4.25 KB
/
colours.light
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# vim: set ft=muttrc
#
# Colour settings for mutt.
#
# Default colour definitions
color normal black default
color hdrdefault black cyan
color signature brightblack default
color indicator brightwhite cyan
color attachment magenta default
color error red default
color message green default
color search brightwhite magenta
color status brightyellow blue
color tree brightblue default
color tilde green default
color bold brightyellow default
color markers red default
# Colour definitions when on a mono screen
mono bold bold
mono underline underline
mono indicator reverse
# Colours for items in the reader
color header magenta default '^(status|lines|date|received|sender|references):'
color header magenta default '^(pr|mime|x-|user|return|content-)[^:]*:'
color header brightyellow default '^content-type:'
color header magenta default '^content-type: *text/plain'
color header brightcyan default '^(message-id|in-reply-to):'
color header brightgreen default '^list-[^:]*:'
color header yellow default '^from '
color header brightcyan default '^(disposition)'
color header green default '^(mail-)?followup'
color header white default '^reply'
color header brightwhite default '^(resent)'
color header default default '^from:'
color header cyan default '^(to|cc|bcc):'
color header green default '^(subject):.*$'
mono header bold "^(From|Subject|X-Junked-Because|X-Virus-hagbard):"
# Colours for items in the index
#color index brightwhite black "~N"
color index green default "~R ~C [email protected]"
color index brightgreen default "~N ~C [email protected]"
#color index green black "~N (~x exoweb\.net | ~h \"^In-[Rr]eply-[Tt]o: .*exoweb\.net\")"
color index brightyellow default "~N (~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected])"
color index yellow default "~R (~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected])"
color index brightblue default "~N ( ~C [email protected] | ~C [email protected] | ~C [email protected])"
#color index black red "~N ~d >1d"
color index red default ~F
color index default green ~T
color index brightmagenta default ~D
mono index bold ~N
mono index bold ~F
mono index bold ~T
mono index bold ~D
#color index white green "~n 500-"
#color index white brightred "~n 300-500"
# Highlights inside the body of a message.
# URLs
color body brightblue default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
color body brightblue default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body brightblue default "news:[^ \">\t\r\n]*"
mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
mono body bold "news:[^ \">\t\r\n]*"
# email addresses
color body brightblue white "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
# Various smilies and the like
color body brightgreen default "<[Gg]>" # <g>
color body brightgreen default "<[Bb][Gg]>" # <bg>
color body brightgreen default " [;:]-*[)>(<|]" # :-) etc...
color body brightblue default "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text.
color body brightblue default "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text.
color body brightblue default "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.
# make quotes colorful
color quoted cyan default
color quoted1 green default
color quoted2 yellow default
color quoted3 red default
color quoted4 brightcyan default
color quoted5 brightgreen default
color quoted6 brightyellow default
color quoted7 brightred default