From f6fca5cd947005411d8e9bc789195151987f2339 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 25 Jun 2021 19:38:58 +0200 Subject: [PATCH] slightly better mutt colors --- .config/mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 1f47eef..301bd4d 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 brightdefault black "~N" -color index_author brightcyan black "~N" -color index_subject brightblue black "~N" +color index black blue "~N" +color index_author brightblack blue "~N" +color index_subject black blue "~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 brightblack white +color indicator brightwhite black color sidebar_highlight red default color sidebar_divider brightblack black color sidebar_flagged red black