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