Merge branch 'dev' into thesis

dunst: fix default font
mail: fix colors in lightscheme
This commit is contained in:
David JULIEN 2022-11-02 10:43:16 +01:00
commit 00193afa01
2 changed files with 8 additions and 8 deletions

View File

@ -86,7 +86,7 @@
### Text ### ### Text ###
font = FiraCode Nerd Font Mono 14 font = FiraCode 12
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.

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