diff options
| author | 2026-02-21 16:28:41 -0500 | |
|---|---|---|
| committer | 2026-02-21 16:28:41 -0500 | |
| commit | 359c02a90d6370a222f6e89abc866c5c1924bd5c (patch) | |
| tree | 2db826443f3fe7d07b4cf2a65c1edbd96a442f04 /dunst/dunstrc | |
| parent | initial commit (diff) | |
update dunst colors
Diffstat (limited to '')
| -rw-r--r-- | dunst/dunstrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dunst/dunstrc b/dunst/dunstrc index a701a24..ff8576d 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -114,13 +114,13 @@ [urgency_normal] # Normal urgency notifications - background = "#202632" - foreground = "#ffffff" + background = "#101010" + foreground = "#cccccc" timeout = 5 [urgency_critical] # High urgency notifications - background = "#ffffff" - foreground = "#db0101" + background = "#cccccc" + foreground = "#101010" timeout = 0 |
