From 3e09a205735b419e80e21970c53ec554a78886c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 19 Sep 2020 13:15:53 +0530 Subject: dark --- dunst/.config/dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a6941fe..a1db2fc 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -19,7 +19,7 @@ horizontal_padding = 14 # The frame color and width of the notification - frame_color = "#2f2f2f" + frame_color = "#161616" frame_width = 5 line_height = 0 @@ -67,18 +67,18 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 5 [urgency_normal] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 5 [urgency_critical] -background = "#f3f4f5" -foreground = "#2f2f2f" +background = "#000000" +foreground = "#eeffff" timeout = 0 # vim:ft=cfg -- cgit v1.2.3