From 97beb4b57b789de729c1fd4c026947fc671563ed Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 26 Mar 2020 11:54:47 +0000 Subject: [PATCH] update colours --- dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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