summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-11-11 13:08:29 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-11-11 13:08:29 -0500
commit18de46de1a9888073969973b56442ad4766071cf (patch)
tree737c4be7a04e6e0e20012027a316fc0a81ee9374
parent6d805941def8ba2cf6589858dd87407f97c4abab (diff)
downloadeibhear-18de46de1a9888073969973b56442ad4766071cf.tar.gz
eibhear-18de46de1a9888073969973b56442ad4766071cf.tar.zst
eibhear-18de46de1a9888073969973b56442ad4766071cf.zip
colors fix
-rw-r--r--.config/dunst/dunstrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3752b6e..d03af62 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -11,17 +11,17 @@
format = "<b>%s</b>\n%b"
[urgency_low]
- background = "#040509"
- foreground = "#70896e"
+ background = "#1d2021"
+ foreground = "#928374"
timeout = 3
[urgency_normal]
- foreground = "#a0c49e"
- background = "#545069"
+ foreground = "#ebdbb2"
+ background = "#458588"
timeout = 5
[urgency_critical]
- background = "#4D314E"
- foreground = "#a0c49e"
- frame_color = "#544858"
+ background = "#1cc24d"
+ foreground = "#ebdbb2"
+ frame_color = "#fabd2f"
timeout = 10