diff --git a/home/vylpes/.config/dunst/dunstrc b/home/vylpes/.config/dunst/dunstrc index 2e5fa1d..336daf3 100644 --- a/home/vylpes/.config/dunst/dunstrc +++ b/home/vylpes/.config/dunst/dunstrc @@ -293,7 +293,7 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#282a2e" - foreground = "#63C5DA" + foreground = "#FFFFFF" frame_color = "#63C5DA" timeout = 10 # Icon for notifications with low urgency, uncomment to enable @@ -301,7 +301,7 @@ [urgency_normal] background = "#282a2e" - foreground = "#63C5DA" + foreground = "#FFFFFF" frame_color = "#63C5DA" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable @@ -309,7 +309,7 @@ [urgency_critical] background = "#282a2e" - foreground = "#63C5DA" + foreground = "#FFFFFF" frame_color = "#63C5DA" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable