summaryrefslogtreecommitdiffstats
path: root/mutt/colors.muttrc
blob: a4a13946f6410154560054ae199090f9392c948e (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
64
###
# mutt colors file
###

# set default
color normal default default

# main colors
color status    default        black
color indicator default        black
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 yellow        default "~P"
color index green         default "~u"
color index brightgreen   default "~N ~u"  # new ML mail
color index brightyellow  default "~N !~u" # new non-ML mail
color index brightmagenta default "~T"
color index red           default "~D"

# set up the headers
color header yellow black "^from:"
color header yellow black "^to:"
color header yellow black "^cc:"
color header yellow black "^date:"
color header yellow black "^subject:"

# message bodies
color attachment yellow default
color search     red    black
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  brightblue    default
color quoted1 brightgreen   default
color quoted2 brightyellow  default
color quoted3 brightmagenta default
color quoted4 blue          default
color quoted5 green         default
color quoted6 yellow        default
color quoted7 magenta       default