Switch dunst to Dracula PRO

Amolith created

Change summary

dot_config/dunst/dunstrc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

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