From 25d8d3ce9e0bed022e7ea0e4a062d5428c64dbec Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Mon, 4 Jul 2022 18:02:19 +0800 Subject: [PATCH] Changed colors to Gruvbox colors. --- .config/dunst/dunstrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index dcaa04b..61b0d01 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -292,25 +292,25 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#002b36" - foreground = "#839496" - frame_color = "#073642" + background = "#282828" + foreground = "#d5c4a1" + frame_color = "#3c3836" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#002b36" - foreground = "#859900" - frame_color = "#073642" + background = "#282828" + foreground = "#98971a" + frame_color = "#3c3836" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#002b36" - foreground = "#dc322f" - frame_color = "#cb4b16" + background = "#282828" + foreground = "#cc241d" + frame_color = "#d65d0e" timeout = 10 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon