From beb32bc6cc52f23d2e632693ae064b905d712932 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Sun, 7 Jun 2020 05:57:02 -0500
Subject: [PATCH] Dunst: White notifications bottom text

---
 .config/dunst/dunstrc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

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