diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 32e1fca..6b15b34 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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. diff --git a/.config/neomutt/colors b/.config/neomutt/colors index 9b13b9d..ffc6b81 100644 --- a/.config/neomutt/colors +++ b/.config/neomutt/colors @@ -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