]> git.rmz.io Git - dotfiles.git/blob - mutt/colors/badfox
lazyvim: absorb keymaps
[dotfiles.git] / mutt / colors / badfox
1 # vim: ft=muttrc
2 ## Theme kindly ispired by badfox
3 ## https://github.com/viccuad/badfox
4
5 # Default color definitions
6 color normal color15 default
7
8 color status brightcolor39 default
9 color indicator color15 color235
10 color tree color240 default
11 color error brightcolor15 color196
12 color markers color142 default
13
14 uncolor index *
15 # messages from me
16 color index color243 default ~P
17 # threads containing new messages
18 color index brightblue default "~(~N)"
19 # new messages + sidebar
20 color index brightcolor221 default ~N
21 # tagged
22 color index brightcolor39 default ~T
23 # deleted
24 color index color196 default ~D
25
26 uncolor header *
27 # set up the headers
28 color hdrdefault color245 default
29 color header brightyellow default "^from:"
30 color header yellow default "^to:"
31 color header yellow default "^cc:"
32 color header blue default "^date:"
33 color header brightcolor214 default "^subject: "
34
35 # message bodies
36 color attachment brightcolor211 default
37 color search brightcolor16 color221
38 color signature color243 default
39 color tilde color240 default
40
41 uncolor body *
42 color body color137 default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+"
43 color bold brightcolor15 default
44 # gpg
45 color body brightgreen default "^gpg: Good signature.*"
46 color body brightred default "^gpg: BAD signature.*"
47 color body yellow default "^gpg: Can't check signature.*"
48 # urls
49 color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
50 color body color137 default "(^|<| )((https?|ftp|file|telnet|news|finger)://|www)[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+( |>|$)"
51 # smileys, the right way and the backward-ass euro way
52 color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
53 color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
54 # *bold*, _underline_, and /italic/
55 color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
56 color body brightcyan default "(^| )_[^_]+_( |$)"
57 color body brightcyan default "(^| )/[^/]+/( |$)"
58
59 color quoted color243 default
60 color quoted1 color211 default
61 color quoted2 color222 default
62 color quoted3 color214 default
63 color quoted4 color154 default