summaryrefslogtreecommitdiff
path: root/.mutt/colorscheme
blob: 82e227817d273e8e6bb0cff23d24d74ef83f4dfd (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
45
46
47
# vim:ft=muttrc:

# color24  - blue/green
# color28  - green
# color162 - bright pink
# color190 - bright green
# color210 - light red
# color255 - white

# Set the foreground and background to defaults
color normal        default         default

# Default settings from Fedora's /etc/Muttrc
color hdrdefault    red             default
color quoted        brightblue      default
color signature     red             default
color indicator     color255        color24
color error         brightred       default
color status        color255        color24
color tree          color28         default  # the thread tree in the index menu
color tilde         magenta         default
color message       brightcyan      default
color markers       brightcyan      default
color attachment    brightmagenta   default
color search        default         green    # how to hilite search patterns in the pager
color underline     brightgreen     default

mono quoted         bold
# End cargo culted default colors

color header        color24         default  "^(from|subject):"

color body          brightcyan      default  "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?"
color body          brightcyan      default  "[-a-z_0-9.+]+@[-a-z_0-9.]+"
color body          red             default  "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
color body          yellow          default  "[;:]-?[)/(|><]"        # Smilies
color body          yellow          default  "[[:alpha:]]\+://[^ ]*" # Smilies

color index         color162        default  "~N"    # New
color index         color24         default  "~l"    # Mailing List
color index         color162        default  "~l ~N" # New Mailing List
color index         magenta         default  "~h calendarmessage"
color index         color255        color162 "~F"    # Flagged

# Because... Outlook
color body          color24         default  "^[A-Z][A-Za-z0-9-]+: "
color body          color24         default  "-----[[:space:]]*Original Message[[:space:]]*-----"