commit 39b81f8facbbe61b55b8eafa416831bf61d28109
parent 4df00f9ca2498d74f55c1cba51bf4e74656f8c8b
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  9 Jun 2020 15:47:52 -0700
mutt: update colours
Use readable names where there's a close substitute for an existing
colour.
Add highlight colours for unread, flagged messages.
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.config/mutt/colors b/.config/mutt/colors
@@ -1,16 +1,18 @@
 # Colors ----------------------------------------------
 # general-doesn't-fit stuff
-color normal color252 color233
+color normal white color233
 color error color193 color124
 color markers color142 color233
 color tilde color142 color233
-color status color172 color233
+color status color130 color233
 
 # index stuff
 color tree color244 color233
 color indicator color255 color235
-color index color117 color233 ~N
-color index color124 color233 ~D
+color index green color233 ~N
+color index red color233 ~D
+color index yellow color233 ~F
+color index blue color233 ~T
 
 # header stuff
 color hdrdefault color248 color233