diff options
Diffstat (limited to '.config/mutt/defaults.muttrc')
-rw-r--r-- | .config/mutt/defaults.muttrc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 735766b..d3c76d6 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -91,20 +91,20 @@ bind index,pager \Cn sidebar-next-new bind index,pager B sidebar-toggle-visible # Default index colors: -color index yellow default '.*' -color index_author red default '.*' -color index_number blue default -color index_subject cyan default '.*' +color index white default '.*' +color index_author brightblue default '.*' +color index_number white default +color index_subject white default '.*' # New mail is boldened: -color index brightyellow black "~N" -color index_author brightred black "~N" -color index_subject brightcyan black "~N" +color index brightyellow default "~N" +color index_author brightblue default "~N" +color index_subject brightred default "~N" # Tagged mail is highlighted: -color index brightyellow blue "~T" -color index_author brightred blue "~T" -color index_subject brightcyan blue "~T" +color index brightwhite blue "~T" +color index_author brightyellow blue "~T" +color index_subject brightwhite blue "~T" # Other colors and aesthetic settings: mono bold bold @@ -112,7 +112,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 @@ -120,7 +120,7 @@ color sidebar_new green black color normal brightyellow default color error red default color tilde black default -color message cyan default +color message red default color markers red white color attachment white default color search brightmagenta default |