From e93241d81e9a1f82cc09a3fabc402f1f3a61e5fb Mon Sep 17 00:00:00 2001 From: templis Date: Mon, 4 Jan 2021 07:04:25 +0100 Subject: [PATCH] changed some colors in dunstrc --- .config/dunst/dunstrc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fc90a63..4798d4c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -155,7 +155,7 @@ max_icon_size = 80 icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/ frame_width = 3 -frame_color = "#867CC0" +frame_color = "#EBDBB2" [shortcuts] @@ -181,23 +181,23 @@ context = ctrl+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. -frame_color = "#3B7C87" -foreground = "#3B7C87" -background = "#191311" +frame_color = "#458588" +foreground = "#83A598" +background = "#282828" #background = "#2B313C" timeout = 4 [urgency_normal] -frame_color = "#867CC0" -foreground = "#867CC0" -background = "#191311" +frame_color = "#928374" +foreground = "#EBDBB2" +background = "#282828" #background = "#2B313C" timeout = 6 [urgency_critical] -frame_color = "#B7472A" -foreground = "#B7472A" -background = "#191311" +frame_color = "#CC241D" +foreground = "#FB4934" +background = "#282828" #background = "#2B313C" timeout = 8