summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2017-12-14 16:00:21 -0800
committerMike Crute <mike@crute.us>2017-12-14 16:00:21 -0800
commitcbbde41efac380b6538403be30deca376f857b8d (patch)
tree6a6566862f6fa8f08b06940d6813064969ee4235 /.mutt
parent4cb72fcd0b035c81039f341b7189f172b4f256af (diff)
downloaddotfiles-cbbde41efac380b6538403be30deca376f857b8d.tar.bz2
dotfiles-cbbde41efac380b6538403be30deca376f857b8d.tar.xz
dotfiles-cbbde41efac380b6538403be30deca376f857b8d.zip
Use light mutt color scheme
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/muttrc44
1 files changed, 31 insertions, 13 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc
index b03239a..7171d7b 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -36,14 +36,32 @@ bind index \# noop
36bind index \& noop 36bind index \& noop
37bind editor <delete> delete-char 37bind editor <delete> delete-char
38 38
39# Dark Background Colors
40#color indicator brightyellow red
41#color status yellow blue
42#color tree magenta default # the thread tree in the index menu
43#
44#color header brightyellow default "^(from|subject):"
45#
46#color index yellow default "~N" # New
47#color index cyan default "~l" # Mailing List
48#color index yellow default "~l ~N" # New Mailing List
49#color index magenta default "~h calendarmessage"
50#color index red default "~D" # Deleted
51#color index black yellow "~T" # Tagged
52#color index black green "~F" # Flagged
53#
54#color body yellow default "^[A-Z][A-Za-z0-9-]+: "
55#color body yellow blue "-----[[:space:]]*Original Message[[:space:]]*-----"
56
39# Default settings from Fedora's /etc/Muttrc 57# Default settings from Fedora's /etc/Muttrc
40color hdrdefault red default 58color hdrdefault red default
41color quoted brightblue default 59color quoted brightblue default
42color signature red default 60color signature red default
43color indicator brightyellow red 61color indicator white color24
44color error brightred default 62color error brightred default
45color status yellow blue 63color status white color24
46color tree magenta default # the thread tree in the index menu 64color tree color28 default # the thread tree in the index menu
47color tilde magenta default 65color tilde magenta default
48color message brightcyan default 66color message brightcyan default
49color markers brightcyan default 67color markers brightcyan default
@@ -53,7 +71,7 @@ color underline brightgreen default
53mono quoted bold 71mono quoted bold
54# End cargo culted default colors 72# End cargo culted default colors
55 73
56color header brightyellow default "^(from|subject):" 74color header color24 default "^(from|subject):"
57 75
58color body brightcyan default "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?" 76color body brightcyan default "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?"
59color body brightcyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" 77color body brightcyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+"
@@ -61,16 +79,16 @@ color body red default "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
61color body yellow default "[;:]-?[)/(|><]" # Smilies 79color body yellow default "[;:]-?[)/(|><]" # Smilies
62color body yellow default "[[:alpha:]]\+://[^ ]*" # Smilies 80color body yellow default "[[:alpha:]]\+://[^ ]*" # Smilies
63 81
64color index yellow default "~N" # New 82color index color162 default "~N" # New
65color index cyan default "~l" # Mailing List 83color index color24 default "~l" # Mailing List
66color index yellow default "~l ~N" # New Mailing List 84color index color162 default "~l ~N" # New Mailing List
67color index magenta default "~h calendarmessage" 85color index magenta default "~h calendarmessage"
68color index red default "~D" # Deleted 86color index black color210 "~D" # Deleted
69color index black yellow "~T" # Tagged 87color index black color190 "~T" # Tagged
70color index black green "~F" # Flagged 88color index white color162 "~F" # Flagged
71 89
72# Because... Outlook 90# Because... Outlook
73color body yellow default "^[A-Z][A-Za-z0-9-]+: " 91color body color24 default "^[A-Z][A-Za-z0-9-]+: "
74color body yellow blue "-----[[:space:]]*Original Message[[:space:]]*-----" 92color body color24 default "-----[[:space:]]*Original Message[[:space:]]*-----"
75 93
76source ~/.mutt/active.account 94source ~/.mutt/active.account