diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 0eae966..deefff3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -262,24 +262,24 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#313441" + background = "#222637" frame_color = "#A6Accd" - foreground = "#c1c7e9" + foreground = "#EEFFFF" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#1c1f2b" + background = "#292D3E" frame_color = "#A6Accd" - foreground = "#c1c7e9" + foreground = "#EEFFFF" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] background = "#f07178" - foreground = "#c1c7e9" + foreground = "#1c1f2b" frame_color = "#f07178" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable diff --git a/Desktop.org b/Desktop.org index 360ba7a..a2b7ac7 100644 --- a/Desktop.org +++ b/Desktop.org @@ -3296,24 +3296,24 @@ References: [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = <> + background = <> frame_color = <> - foreground = <> + foreground = <> timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = <> + background = <> frame_color = <> - foreground = <> + foreground = <> timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] background = <> - foreground = <> + foreground = <> frame_color = <> timeout = 0 # Icon for notifications with critical urgency, uncomment to enable