From f7ce4c8fb2eff106918ad410ec8e5a2462d63efd Mon Sep 17 00:00:00 2001 From: Takeshi Itami Date: Wed, 15 May 2024 17:12:54 +0900 Subject: [PATCH] change dunst theme --- dunst/.config/dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 7bd483f..68a5a3f 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -95,7 +95,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#ccd0da" + frame_color = "#C0C3BD" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border @@ -313,22 +313,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#ccd0da" - foreground = "#4c4f69" + background = "#D1D3CC" + foreground = "#4F4D4E" timeout = 3 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#ccd0da" - foreground = "#4c4f69" + background = "#D1D3CC" + foreground = "#4F4D4E" timeout = 3 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#ccd1da" - foreground = "#4c4f69" + background = "#D1D3CC" + foreground = "#4F4D4E" timeout = 3 # Icon for notifications with critical urgency, uncomment to enable #default_icon = /path/to/icon