diff options
Diffstat (limited to 'dunst')
| -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 |
