]> git.wh0rd.org - home.git/blob - .config/mutt/theme.rc
b0b580494347044913c9f085f1a90084171e0bdc
[home.git] / .config / mutt / theme.rc
1 # Status flags
2 # D message is deleted (is marked for deletion)
3 # d message have attachments marked for deletion
4 # K contains a PGP public key
5 # N message is new
6 # O message is old
7 # P message is PGP encrypted
8 # r message has been replied to
9 # S message is PGP signed, and the signature is succesfully verified
10 # s message is PGP signed
11 # F message is flagged (!)
12 # * message is tagged
13
14 # Colors for the message index
15 color index brightred black ~N
16 color index brightred black ~O
17 color index brightyellow black ~F
18 color index black cyan ~T
19 color index cyan black ~D
20
21 # Highlights inside the body of a message.
22
23 # URLs
24 color body brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
25 color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
26 mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
27 mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
28
29 # email addresses
30 color body brightgreen black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
31 #mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
32
33 # header
34 color header green black "^from:"
35 color header green black "^to:"
36 color header green black "^cc:"
37 color header green black "^date:"
38 color header yellow black "^newsgroups:"
39 color header yellow black "^reply-to:"
40 color header brightcyan black "^subject:"
41 color header red black "^x-spam-rule:"
42 color header green black "^x-mailer:"
43 color header yellow black "^message-id:"
44 color header yellow black "^Organization:"
45 color header yellow black "^Organisation:"
46 color header yellow black "^User-Agent:"
47 color header yellow black "^message-id: .*pine"
48 color header yellow black "^X-Message-Flag:"
49 color header yellow black "^X-Spam-Status:"
50 color header yellow black "^X-SpamProbe:"
51 color header red black "^X-SpamProbe: SPAM"
52
53 # Coloring quoted text - coloring the first 7 levels:
54 color quoted cyan black
55 color quoted1 yellow black
56 color quoted2 red black
57 color quoted3 green black
58 color quoted4 cyan black
59 color quoted5 yellow black
60 color quoted6 red black
61 color quoted7 green black
62
63 # Default color definitions
64 #color hdrdefault white green
65 color signature brightmagenta black
66 color indicator black white
67 color attachment black green
68 color error red black
69 color message white black
70 color search brightwhite magenta
71 color status brightyellow blue
72 color tree brightblue black
73 color normal white black
74 color tilde green black
75 color bold brightyellow black
76 #color underline magenta black
77 color markers brightcyan black
78 # Colour definitions when on a mono screen
79 mono bold bold
80 mono underline underline
81 mono indicator reverse