diff --git a/dunstrc b/dunstrc index 800a5fc..0bf2dd4 100644 --- a/dunstrc +++ b/dunstrc @@ -275,21 +275,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#0b0b0b" - foreground = "#009d00" + background = "#170808" + foreground = "#d6651a" timeout = 0 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#0b0b0b" - foreground = "#55ff55" + background = "#170808" + foreground = "#ea6707" timeout = 0 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#0b0b0b" + background = "#170808" foreground = "#ff0000" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable