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 indicator brightwhite blue
10 color tree blue default
11 color error brightred default
12 color message brightyellow default
16 color index cyan default ~P
17 # threads containing new messages
18 color index brightblue default "~(~N)"
19 # new messages + sidebar
20 color index brightyellow default "~N"
21 # threads containing old messages
22 color index blue default "~(~O)"
24 color index yellow default "~O"
26 color index brightgreen default "~T"
28 color index brightred default "~D"
32 color header brightyellow default "^from:"
33 color header yellow default "^to:"
34 color header yellow default "^cc:"
35 color header blue default "^date:"
36 color header brightblue default "^subject:"
39 color attachment brightyellow default
40 color search red brightblack
41 color signature cyan default
42 color tilde green default
46 color body brightgreen default "^gpg: Good signature.*"
47 color body brightred default "^gpg: BAD signature.*"
48 color body yellow default "^gpg: Can't check signature.*"
50 color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
51 color body brightblue default "(^|<|\(| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |\)|>|$)"
52 # smileys, the right way and the backward-ass euro way
53 color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
54 color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
55 # *bold*, _underline_, and /italic/
56 color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
57 color body brightcyan default "(^| )_[^_]+_( |$)"
58 color body brightcyan default "(^| )/[^/]+/( |$)"
61 color quoted magenta default
62 color quoted1 cyan default
63 color quoted2 green default
64 color quoted3 magenta default
65 color quoted4 cyan default
66 color quoted5 green default
67 color quoted6 magenta default
68 color quoted7 cyan default