-
Notifications
You must be signed in to change notification settings - Fork 0
/
colours.dark.256
87 lines (78 loc) · 4.32 KB
/
colours.dark.256
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
# vim: set ft=muttrc
#
# Colour settings for mutt.
#
# Default colour definitions
#color object foreground background pattern
color normal white 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 color17 default
color tilde green default
color bold brightyellow default
color markers red default
# 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 color76 default "~N ( ~C [email protected] | ~C [email protected] )"
color index color64 default "~R ( ~C [email protected] | ~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 color160 default "~N ( ~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected] )"
color index color134 default "~R ( ~C [email protected] | ~C [email protected] | ~C [email protected] | ~C [email protected] )"
#color index black red "~N ~d >1d"
#color index red default ~F
#color index black green ~T
color index brightwhite default ~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 color17 default
color quoted1 color23 default
color quoted2 color59 default
color quoted3 color95 default
color quoted4 color149 default
color quoted5 color161 default
color quoted6 color158 default
color quoted7 color27 default