aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2026-02-21 16:28:41 -0500
committerGravatar BanceDev 2026-02-21 16:28:41 -0500
commit359c02a90d6370a222f6e89abc866c5c1924bd5c (patch)
tree2db826443f3fe7d07b4cf2a65c1edbd96a442f04
parentinitial commit (diff)
update dunst colors
-rw-r--r--dunst/dunstrc8
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