From 2d42152e0001b999fe519943ac925213e55683e3 Mon Sep 17 00:00:00 2001 From: _N0x Date: Fri, 21 Jan 2022 01:14:16 +0100 Subject: [PATCH] Fixed colors in dunst to fit nord theme better --- dunst/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a8c8c7c..364b677 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 5 # Defines color of the frame around the notification window. - frame_color = "#408977" + frame_color = "#8FBCBB" # Define a color for the separator. # possible values are: @@ -292,7 +292,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" + background = "#2E3440" foreground = "#888888" timeout = 10 # Icon for notifications with low urgency, uncomment to enable