diff --git a/dot_config/dunst/dunstrc b/dot_config/dunst/dunstrc index fe4391462e097dd4bd68e49114d4d1c80a1f2601..a20604f1e4c02d1e4b1fe5db0f3ab08e692b35db 100644 --- a/dot_config/dunst/dunstrc +++ b/dot_config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#F8F8F2" + frame_color = "#8AFF80" # Define a color for the separator. # possible values are: @@ -289,21 +289,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282A36" + background = "#22212C" foreground = "#F8F8F2" timeout = 0 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#282A36" + background = "#22212C" foreground = "#F8F8F2" timeout = 0 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#282A36" + background = "#22212C" foreground = "#F8F8F2" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable