diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 67f58d8a..724c3961 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -66,7 +66,7 @@
 
     # Defines color of the frame around the notification window.
     #frame_color = "#aaaaaa"
-     frame_color = "#31363b"
+     frame_color = "#eff0f1"
 
     # Define a color for the separator.
     # possible values are:
@@ -242,22 +242,22 @@
 [urgency_low]
     # IMPORTANT: colors have to be defined in quotation marks.
     # Otherwise the "#" and following would be interpreted as a comment.
-    background = "#232629"
-    foreground = "#eff0f1"
+    background = "#fcfcfc"
+    foreground = "#232627"
     timeout = 10
     # Icon for notifications with low urgency, uncomment to enable
     #icon = /path/to/icon
 
 [urgency_normal]
-    background = "#232629"
-    foreground = "#eff0f1"
+    background = "#fcfcfc"
+    foreground = "#232627"
     timeout = 10
     # Icon for notifications with normal urgency, uncomment to enable
     #icon = /path/to/icon
 
 [urgency_critical]
-    background = "#232629"
-    foreground = "#fdbc4b"
+    background = "#fcfcfc"
+    foreground = "#f67400"
     timeout = 0
     # Icon for notifications with critical urgency, uncomment to enable
     #icon = /path/to/icon