2 ## Theme kindly inspired from
3 ## https://github.com/pbrisbin/dotfiles/blob/master/host-teal/mutt/colors
5 ## Default color definitions
6 color normal white default
8 color status green default
9 color sidebar cyan default
10 color indicator brightwhite blue
11 color tree blue default
12 color error brightred default
13 color message brightyellow default
17 color index cyan default ~P
18 # threads containing new messages
19 color index brightblue default "~(~N)"
20 # new messages + sidebar
21 color index brightyellow default "~N"
22 color sidebar_new brightyellow default
23 # threads containing old messages
24 color index blue default "~(~O)"
26 color index yellow default "~O"
28 color index brightgreen default "~T"
30 color index brightred default "~D"
34 color header brightyellow default "^from:"
35 color header yellow default "^to:"
36 color header yellow default "^cc:"
37 color header blue default "^date:"
38 color header brightblue default "^subject:"
41 color attachment brightyellow default
42 color search red brightblack
43 color signature cyan default
44 color tilde green default
48 color body brightgreen default "^gpg: Good signature.*"
49 color body brightred default "^gpg: BAD signature.*"
50 color body yellow default "^gpg: Can't check signature.*"
52 color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
53 color body brightblue default "(^|<|\(| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |\)|>|$)"
54 # smileys, the right way and the backward-ass euro way
55 color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
56 color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
57 # *bold*, _underline_, and /italic/
58 color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
59 color body brightcyan default "(^| )_[^_]+_( |$)"
60 color body brightcyan default "(^| )/[^/]+/( |$)"
63 color quoted magenta default
64 color quoted1 cyan default
65 color quoted2 green default
66 color quoted3 magenta default
67 color quoted4 cyan default
68 color quoted5 green default
69 color quoted6 magenta default
70 color quoted7 cyan default