From f9ddf37839a4523248b54769aa30af4f86bc32e9 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 1 Jul 2021 20:01:57 +0200 Subject: [PATCH] swapped unread and indicator colors --- .config/mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 301bd4d..556a192 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -15,9 +15,9 @@ color index_number black default color index_subject blue default '.*' # New mail is boldened: -color index black blue "~N" -color index_author brightblack blue "~N" -color index_subject black blue "~N" +color index brightwhite black "~N" +color index_author brightwhite black "~N" +color index_subject brightwhite black "~N" # Tagged mail is highlighted: color index brightdefault blue "~T" @@ -30,7 +30,7 @@ mono underline underline mono indicator reverse mono error bold color normal default default -color indicator brightwhite black +color indicator brightblack blue color sidebar_highlight red default color sidebar_divider brightblack black color sidebar_flagged red black