diff options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ee34c67..c62cc70 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,17 +11,17 @@ format = "<b>%s</b>\n%b" [urgency_low] - background = "#1d2021" - foreground = "#928374" + background = "#282828" + foreground = "#ebdbb2" timeout = 3 [urgency_normal] - foreground = "#f9e2af" - background = "#1e1e2e" + foreground = "#ebdbb2" + background = "#282828" timeout = 5 [urgency_critical] - background = "#1cc24d" + background = "#282828" foreground = "#ebdbb2" frame_color = "#fabd2f" timeout = 10 |