diff --git a/_desktop/dunst/dunstrc b/_desktop/dunst/dunstrc index 84ba7fb..bb5b31c 100644 --- a/_desktop/dunst/dunstrc +++ b/_desktop/dunst/dunstrc @@ -327,16 +327,17 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#161616" - foreground = "#c7c7c7" - frame_color = "#161616" + background = "#272822" + foreground = "#feffff" + highlight = "#feffff" + frame_color = "#272822" timeout = 1 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#272822" - foreground = "#feffff" + background = "#e5da72" + foreground = "#272822" highlight = "#feffff" frame_color = "#272822" timeout = 2