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 aa6536f..de34cb1 100644 --- a/templates/dunstrc +++ b/templates/dunstrc @@ -59,17 +59,17 @@ [experimental] per_monitor_dpi = false [urgency_low] - background = "#16161e" - foreground = "#a9b1d6" - frame_color = "#3b4261" + background = "#3b4252" + foreground = "#d8dee9" + frame_color = "#4c566a" timeout = 10 [urgency_normal] - background = "#1a1b26" - foreground = "#c0caf5" + background = "#2e3440" + foreground = "#d8dee9" frame_color = "@ACCENT@" timeout = 10 [urgency_critical] - background = "#1a1b26" - foreground = "#c0caf5" - frame_color = "#f7768e" + background = "#2e3440" + foreground = "#d8dee9" + frame_color = "#bf616a" timeout = 0 |
