diff options
Diffstat (limited to 'templates/dunstrc')
| -rw-r--r-- | templates/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/dunstrc b/templates/dunstrc index 44ed700..aa6536f 100644 --- a/templates/dunstrc +++ b/templates/dunstrc @@ -59,17 +59,17 @@ [experimental] per_monitor_dpi = false [urgency_low] - background = "#1e2030" - foreground = "#a5adcb" - frame_color = "#494d64" + background = "#16161e" + foreground = "#a9b1d6" + frame_color = "#3b4261" timeout = 10 [urgency_normal] - background = "#24273a" - foreground = "#cad3f5" + background = "#1a1b26" + foreground = "#c0caf5" frame_color = "@ACCENT@" timeout = 10 [urgency_critical] - background = "#24273a" - foreground = "#cad3f5" - frame_color = "#ed8796" + background = "#1a1b26" + foreground = "#c0caf5" + frame_color = "#f7768e" timeout = 0 |
