]> git.wh0rd.org - home.git/blob - .config/mutt/theme.rc
crostini-vapier-setup: helper for setting up new installs
[home.git] / .config / mutt / theme.rc
1 # Default color settings:
2 # http://www.mutt.org/doc/devel/manual.html#color
3 # Only basic colors here.
4
5 #
6 # Index status flags:
7 # http://www.mutt.org/doc/devel/manual.html#patterns
8 #
9
10 color index brightred default ~U # unread (covers ~F ~O)
11 color index brightyellow default ~F # flagged
12 color index brightcyan default ~T # tagged
13 color index cyan default ~D # deleted
14
15 #
16 # Various objects
17 #
18
19 color indicator black white
20 color tree brightblue default
21
22 #
23 # Default color definitions
24 #
25
26 color hdrdefault green default
27 color signature magenta default
28 color attachment magenta default
29 color error brightblack red
30
31 #color message white black
32 #color search brightwhite magenta
33 #color status brightyellow blue
34 #color normal white black
35 #color tilde green black
36 #color bold brightyellow black
37 #color underline magenta black
38 #color markers brightcyan black
39
40 #
41 # Highlights inside the body of a message.
42 #
43
44 # URLs
45 #color body brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
46 #color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
47 #mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
48 #mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
49
50 # email addresses
51 #color body brightgreen black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
52 #mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
53
54 #
55 # Headers
56 #
57
58 #color header green black "^from:"
59 #color header green black "^to:"
60 #color header green black "^cc:"
61 #color header green black "^date:"
62 #color header yellow black "^newsgroups:"
63 #color header yellow black "^reply-to:"
64 color header brightgreen default "^subject:"
65 #color header red black "^x-spam-rule:"
66 #color header green black "^x-mailer:"
67 #color header yellow black "^message-id:"
68 #color header yellow black "^Organization:"
69 #color header yellow black "^Organisation:"
70 #color header yellow black "^User-Agent:"
71 #color header yellow black "^message-id: .*pine"
72 #color header yellow black "^X-Message-Flag:"
73 #color header yellow black "^X-Spam-Status:"
74 #color header yellow black "^X-SpamProbe:"
75 #color header red black "^X-SpamProbe: SPAM"
76
77 #
78 # Coloring quoted text - coloring the first 7 levels:
79 #
80 color quoted cyan default
81 color quoted1 yellow default
82 color quoted2 red default
83 color quoted3 green default
84 color quoted4 cyan default
85 color quoted5 yellow default
86 color quoted6 red default
87 color quoted7 green default
88
89 #
90 # Colour definitions when on a mono screen
91 #
92
93 mono bold bold
94 mono underline underline
95 mono indicator reverse