From 378009fdf0b2a690ebf14523595e235b5381a899 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 21 Dec 2020 01:47:38 -0600 Subject: [PATCH] Dunst: Update themes --- .config/dunst/dunstrc | 15 +++++++-------- .config/dunst/dunstrc-light | 14 +++++++------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d7e47487..3694da7d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -65,8 +65,7 @@ frame_width = 4 # Defines color of the frame around the notification window. - #frame_color = "#aaaaaa" - frame_color = "#eff0f1" + frame_color = "#f2e5bc" # Define a color for the separator. # possible values are: @@ -242,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 = "#fcfcfc" - foreground = "#232627" + background = "#fbf1c7" + foreground = "#3c3836" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#fcfcfc" - foreground = "#232627" + background = "#fbf1c7" + foreground = "#3c3836" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#fcfcfc" - foreground = "#f67400" + background = "#fbf1c7" + foreground = "#fb4934" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/.config/dunst/dunstrc-light b/.config/dunst/dunstrc-light index 1c6f0702..625f3922 100644 --- a/.config/dunst/dunstrc-light +++ b/.config/dunst/dunstrc-light @@ -65,7 +65,7 @@ frame_width = 4 # Defines color of the frame around the notification window. - frame_color = "#31363b" + frame_color = "#32302f" # 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 = "#232629" - foreground = "#eff0f1" + background = "#282828" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#232629" - foreground = "#eff0f1" + background = "#282828" + foreground = "#ebdbb2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#232629" - foreground = "#fdbc4b" + background = "#282828" + foreground = "#fabd2f" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon