summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-07-12 11:25:31 -0700
committerMike Crute <crutem@u047f38b89c8356.ant.amazon.com>2018-07-12 11:48:50 -0700
commitb9b0d342d42944889a0699d9056aed96855e325a (patch)
treec3ac3a33ff1d581508a0b3f57ea8f7df8b46f2f8 /.mutt
parent4532da9ac645af7b196ad3a51e295b009720b427 (diff)
downloaddotfiles-b9b0d342d42944889a0699d9056aed96855e325a.tar.bz2
dotfiles-b9b0d342d42944889a0699d9056aed96855e325a.tar.xz
dotfiles-b9b0d342d42944889a0699d9056aed96855e325a.zip
Better colors for light and dark schemes
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/muttrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 5052418..1d6ef0d 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -65,9 +65,9 @@ color normal default default
65color hdrdefault red default 65color hdrdefault red default
66color quoted brightblue default 66color quoted brightblue default
67color signature red default 67color signature red default
68color indicator white color24 68color indicator color255 color24
69color error brightred default 69color error brightred default
70color status white color24 70color status color255 color24
71color tree color28 default # the thread tree in the index menu 71color tree color28 default # the thread tree in the index menu
72color tilde magenta default 72color tilde magenta default
73color message brightcyan default 73color message brightcyan default
@@ -90,9 +90,9 @@ color index color162 default "~N" # New
90color index color24 default "~l" # Mailing List 90color index color24 default "~l" # Mailing List
91color index color162 default "~l ~N" # New Mailing List 91color index color162 default "~l ~N" # New Mailing List
92color index magenta default "~h calendarmessage" 92color index magenta default "~h calendarmessage"
93color index black color210 "~D" # Deleted 93color index default color210 "~D" # Deleted
94color index black color190 "~T" # Tagged 94color index default color190 "~T" # Tagged
95color index white color162 "~F" # Flagged 95color index color255 color162 "~F" # Flagged
96 96
97# Because... Outlook 97# Because... Outlook
98color body color24 default "^[A-Z][A-Za-z0-9-]+: " 98color body color24 default "^[A-Z][A-Za-z0-9-]+: "