From 2eb91563e850c0225c13c3cfd41f7b6d180daaa3 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 17 May 2018 16:30:39 -0500 Subject: [PATCH] Dunst: Switch to Gruvbox --- .config/dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a8c50621..ffb1e3b3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -65,7 +65,7 @@ # Defines color of the frame around the notification window. #frame_color = "#aaaaaa" - frame_color = "#eee8d5" + frame_color = "#3c3836" # Define a color for the separator. # possible values are: @@ -241,22 +241,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#fdf6e3" - foreground = "#93a1a1" + background = "#282828" + foreground = "#928374" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#fdf6e3" - foreground = "#002b36" + background = "#282828" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#fdf6e3" - foreground = "#dc322f" + background = "#282828" + foreground = "#fb4934" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon