Merge branch 'dev' into thesis
dunst: fix default font mail: fix colors in lightscheme
This commit is contained in:
commit
00193afa01
@ -86,7 +86,7 @@
|
||||
|
||||
### Text ###
|
||||
|
||||
font = FiraCode Nerd Font Mono 14
|
||||
font = FiraCode 12
|
||||
|
||||
# The spacing between lines. If the height is smaller than the
|
||||
# font height, it will get raised to the font height.
|
||||
|
@ -7,9 +7,9 @@ color index_number blue default
|
||||
color index_subject cyan 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 brightred default "~N"
|
||||
color index_subject brightblue default "~N"
|
||||
|
||||
# Tagged mail is highlighted:
|
||||
color index brightyellow blue "~T"
|
||||
@ -24,9 +24,9 @@ mono error bold
|
||||
color normal default default
|
||||
color indicator brightblack white
|
||||
color sidebar_highlight red default
|
||||
color sidebar_divider brightblack black
|
||||
color sidebar_flagged red black
|
||||
color sidebar_new green black
|
||||
color sidebar_divider brightblack default
|
||||
color sidebar_flagged red default
|
||||
color sidebar_new green default
|
||||
color normal brightyellow default
|
||||
color error red default
|
||||
color tilde black default
|
||||
@ -34,7 +34,7 @@ color message cyan default
|
||||
color markers red white
|
||||
color attachment white default
|
||||
color search brightmagenta default
|
||||
color status brightyellow black
|
||||
color status brightyellow default
|
||||
color hdrdefault brightgreen default
|
||||
color quoted green default
|
||||
color quoted1 blue default
|
||||
|
Reference in New Issue
Block a user