summaryrefslogtreecommitdiffstats
path: root/mutt/colors.muttrc
blob: 5523158fb85b17aba61d3a10d09d5acddc7be12e (plain)
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
###
# mutt colors file
###

# set default
color normal white default

# main colors
color status    brightwhite  blue
color indicator brightwhite  blue
color tree      blue         default
color error     brightred    default
color message   brightyellow default

# uncolor certain messages
uncolor index "~P"
uncolor index "~N ~u"
uncolor index "~N !~u"
uncolor index "~T"
uncolor index "~D"

# and recolor them appropriately
color index brightblack  default "~P"
color index brightcyan   default "~N ~u"  # new ML mail
color index brightyellow default "~N !~u" # new non-ML mail
color index brightgreen  default "~T"
color index brightred    default "~D"

# set up the headers
color header brightyellow default "^from:"
color header yellow       default "^to:"
color header yellow       default "^cc:"
color header blue         default "^date:"
color header brightblue   default "^subject:"

# message bodies
color attachment brightblack default
color search     red         brightblack
color signature  cyan        default
color tilde      blue        default

# urls
color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
color body brightblue default "(^|<| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |>|$)"

# smileys
color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"

# *bold*, _underline_  and /italic/
color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
color body brightcyan default "(^| )_[^_]+_( |$)"
color body brightcyan default "(^| )/[^/]+/( |$)"

# quote blocks
color quoted  magenta default
color quoted1 cyan    default
color quoted2 green   default
color quoted3 magenta default
color quoted4 cyan    default
color quoted5 green   default
color quoted6 magenta default
color quoted7 cyan    default