From a9ff2b6a1418254b582d5d40cd9651d74f819e3b Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Aug 2022 15:15:36 +0200 Subject: colors update --- .config/mutt/defaults.muttrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/mutt/defaults.muttrc') diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 702ed60..c41fbe0 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -173,13 +173,18 @@ color index_subject white default '.*' # New mail is boldened: color index brightyellow default "~N" color index_author brightblue default "~N" -color index_subject brightred default "~N" +color index_subject brightwhite default "~N" # Tagged mail is highlighted: color index brightwhite color088 "~T" -color index_author brightyellow default "~T" +color index_author brightblue default "~T" color index_subject brightwhite default "~T" +# Shaded for deleted +color index brightblack default '~D' +color index_author brightblue default '~D' +color index_subject brightblack default '~D' + # Other colors and aesthetic settings: mono bold bold mono underline underline -- cgit v1.2.3