]> git.rmz.io Git - dotfiles.git/blob - mutt/colors
add mutt stuff
[dotfiles.git] / mutt / colors
1 # vim: ft=muttrc
2 ## Theme kindly inspired from
3 ## https://github.com/pbrisbin/dotfiles/blob/master/host-teal/mutt/colors
4
5 ## Default color definitions
6 color normal white default
7
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
13
14 uncolor index *
15 # messages from me
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)"
24 # old messages
25 color index yellow default "~O"
26 # tagged
27 color index brightgreen default "~T"
28 # deleted
29 color index brightred default "~D"
30
31 uncolor header *
32 # set up the headers
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:"
38
39 # message bodies
40 color attachment brightyellow default
41 color search red brightblack
42 color signature cyan default
43 color tilde green default
44
45 uncolor body *
46 # gpg
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.*"
50 # urls
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 "(^| )/[^/]+/( |$)"
60
61 # quote blocks
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