diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-03 17:02:26 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-03 17:02:26 -0700 |
commit | 580cc963cb2fe1a76d0ce4da2e2c974e0a13dea9 (patch) | |
tree | 121d064536961485d0b4aadb1e68b58e370a1751 | |
parent | 8f7efc69dbb78931c372be2d5f1a8d61a44c4f4e (diff) |
header colors
-rw-r--r-- | etc/muttcol | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/muttcol b/etc/muttcol index 80de43e..8524157 100644 --- 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 |