diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:52:06 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-02-14 03:52:06 +0100 |
commit | 8accef2c93586edc57b322eb2b9d6430bd8f875d (patch) | |
tree | 04aca5268de81cb216193723b0818c3064948fc8 /mutt | |
parent | afbe720eaf3daea01acb72805df5bab0e771422c (diff) | |
download | dotfiles-8accef2c93586edc57b322eb2b9d6430bd8f875d.tar.xz |
mutt: theme: Color old messages cyan
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/themes/comidia | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/themes/comidia b/mutt/themes/comidia index 40f70c6..f013aab 100644 --- a/mutt/themes/comidia +++ b/mutt/themes/comidia @@ -45,6 +45,7 @@ color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" uncolor index * # unset all color index entries color index green default ~F # Flagged color index red default ~N # New +color index cyan default ~O # Old color index magenta default ~T # Tagged color index yellow default ~D # Deleted color index blue default '\[(CHRPM|Contrib-Rpm)\]' |