summaryrefslogtreecommitdiff
path: root/mutt/.mutt/colors
blob: 9290f29d917231cf0f9bdfea0bb618ba8e21e908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- muttrc -*-

# general ui
color error       brightred     black
color status      white         blue
color search      brightwhite   magenta
color indicator   black         green
color markers     brightwhite   yellow

# messages in the index
color tree        red           black
color index       black         red      ~F       # flagged
color index       brightwhite   black    ~U       # unread
color index       green         black    ~N       # new
color index       brightmagenta black    ~T       # tagged
color index       brightblack   black    ~D       # deleted

# boring text
color message     white         black
color normal      white         black

# various forms of emphasis
color bold        brightyellow  black
color underline   brightyellow  black

# quoted text
color quoted      green         black
color quoted1     blue          black
color quoted2     cyan          black
color quoted3     magenta       black

color attachment  yellow        black
color signature   brightblack   black

# highlight URLs in messages
color body        brightblue    black    "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
color body        brightblue    black    "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
color body        brightblue    black    "news:[^ \">\t\r\n]*"
# email addresses
color body        brightblue    black    "[-a-z_0-9.%$+=]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"

# colorize diffs
auto_view text/x-diff
auto_view text/x-patch