[mail] fix: colors in light colorscheme

This commit is contained in:
David JULIEN 2022-11-02 10:42:08 +01:00
parent 3472023749
commit 7b912a8aa9
1 changed files with 7 additions and 7 deletions

View File

@ -7,9 +7,9 @@ color index_number blue default
color index_subject cyan default '.*' color index_subject cyan default '.*'
# New mail is boldened: # New mail is boldened:
color index brightyellow black "~N" color index brightyellow default "~N"
color index_author brightred black "~N" color index_author brightred default "~N"
color index_subject brightcyan black "~N" color index_subject brightblue default "~N"
# Tagged mail is highlighted: # Tagged mail is highlighted:
color index brightyellow blue "~T" color index brightyellow blue "~T"
@ -24,9 +24,9 @@ mono error bold
color normal default default color normal default default
color indicator brightblack white color indicator brightblack white
color sidebar_highlight red default color sidebar_highlight red default
color sidebar_divider brightblack black color sidebar_divider brightblack default
color sidebar_flagged red black color sidebar_flagged red default
color sidebar_new green black color sidebar_new green default
color normal brightyellow default color normal brightyellow default
color error red default color error red default
color tilde black default color tilde black default
@ -34,7 +34,7 @@ color message cyan default
color markers red white color markers red white
color attachment white default color attachment white default
color search brightmagenta default color search brightmagenta default
color status brightyellow black color status brightyellow default
color hdrdefault brightgreen default color hdrdefault brightgreen default
color quoted green default color quoted green default
color quoted1 blue default color quoted1 blue default