From 5b3a1a42da4a9b82cf7aefd5056ec2fc7fae02af Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 8 Jan 2025 22:16:51 -0500 Subject: [PATCH] Fix dunst colors --- config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index a7c51fb..dbb5cee 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - frame_width = 0 + frame_width = 2 frame_color = "#888694" font = FiraCode Nerd Font 11 @@ -185,11 +185,11 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#191919" - foreground = "#8e8e8e" + foreground = "#BBBBBB" timeout = 5 [urgency_normal] - background = "#66A5AD" + background = "#BBBBBB" foreground = "#191919" timeout = 5