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 color sidebar_new brightyellow default
22 # threads containing old messages
23 color index blue default "~(~O)"
25 color index yellow default "~O"
27 color index brightgreen default "~T"
29 color index brightred default "~D"
33 color header brightyellow default "^from:"
34 color header yellow default "^to:"
35 color header yellow default "^cc:"
36 color header blue default "^date:"
37 color header brightblue default "^subject:"
40 color attachment brightyellow default
41 color search red brightblack
42 color signature cyan default
43 color tilde green default
47 color body brightgreen default "^gpg: Good signature.*"
48 color body brightred default "^gpg: BAD signature.*"
49 color body yellow default "^gpg: Can't check signature.*"
51 color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
52 color body brightblue default "(^|<|\(| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |\)|>|$)"
53 # smileys, the right way and the backward-ass euro way
54 color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
55 color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
56 # *bold*, _underline_, and /italic/
57 color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
58 color body brightcyan default "(^| )_[^_]+_( |$)"
59 color body brightcyan default "(^| )/[^/]+/( |$)"
62 color quoted magenta default
63 color quoted1 cyan default
64 color quoted2 green default
65 color quoted3 magenta default
66 color quoted4 cyan default
67 color quoted5 green default
68 color quoted6 magenta default
69 color quoted7 cyan default