commit 580cc963cb2fe1a76d0ce4da2e2c974e0a13dea9
parent 8f7efc69dbb78931c372be2d5f1a8d61a44c4f4e
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 3 Mar 2018 17:02:26 -0700
header colors
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/etc/muttcol b/etc/muttcol
@@ -11,6 +11,12 @@ color index brightyellow black "~N"
color index_author brightred black "~N"
color index_subject brightcyan black "~N"
+# Header colors:
+color header blue default ".*"
+color header brightmagenta default "^(From)"
+color header brightcyan default "^(Subject)"
+color header brightwhite default "^(CC|BCC)"
+
mono bold bold
mono underline underline
mono indicator reverse
@@ -30,8 +36,6 @@ color attachment white default
color search brightmagenta default
color status brightyellow black
color hdrdefault brightgreen default
-color header brightyellow default "^(From)"
-color header blue default "^(Subject)"
color quoted green default
color quoted1 blue default
color quoted2 cyan default