From 1acf5811c64f2818478edc8224eda5271707c3f4 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Sun, 28 Jul 2019 19:32:21 -0500
Subject: [PATCH] Polybar, Dunst: Rerice with darker color schemes

---
 .config/dunst/dunstrc  | 10 +++++-----
 .config/polybar/config |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index c3dde11d..959ad0a9 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -62,11 +62,11 @@
 
     # Defines width in pixels of frame around the notification window.
     # Set to 0 to disable.
-    frame_width = 1
+    frame_width = 20
 
     # Defines color of the frame around the notification window.
     #frame_color = "#aaaaaa"
-     frame_color = "#2b2e39"
+     frame_color = "#000000"
 
     # Define a color for the separator.
     # possible values are:
@@ -242,21 +242,21 @@
 [urgency_low]
     # IMPORTANT: colors have to be defined in quotation marks.
     # Otherwise the "#" and following would be interpreted as a comment.
-    background = "#383c4a"
+    background = "#000000"
     foreground = "#7c818c"
     timeout = 10
     # Icon for notifications with low urgency, uncomment to enable
     #icon = /path/to/icon
 
 [urgency_normal]
-    background = "#383c4a"
+    background = "#000000"
     foreground = "#fffcf6"
     timeout = 10
     # Icon for notifications with normal urgency, uncomment to enable
     #icon = /path/to/icon
 
 [urgency_critical]
-    background = "#383c4a"
+    background = "#000000"
     foreground = "#b58900"
     timeout = 0
     # Icon for notifications with critical urgency, uncomment to enable
diff --git a/.config/polybar/config b/.config/polybar/config
index dde37a2c..d6e627a0 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -17,9 +17,9 @@
 # ====================
 [res/colors]
 # Arc
-bg-dark = #383C4A
-bg-light = #404552
-border = #2B2E39
+bg-dark = #000000
+bg-light = #202020
+border = #202020
 fg = #FFFCF6
 selection = #5294E2
 # Nord