commit 4172e5a37f7edeeb7f9ba7fa0f2758e357ec9a36
parent bfce2a99dd2ee5565f13603412d6a3499ef9bdcd
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 10 Mar 2020 21:23:03 +0000
updated colours to match futuremyth theme
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
@@ -68,7 +68,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
- frame_color = "#1dc189"
+ frame_color = "#76b660"
# Define a color for the separator.
# possible values are:
@@ -249,23 +249,23 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#3e3c3a"
- foreground = "#e6e3c6"
+ background = "#3d4047"
+ foreground = "#dceef1"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
- background = "#4f5090"
- foreground = "#e6e3c6"
+ background = "#535071"
+ foreground = "#dceef1"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
- background = "#923a45"
- foreground = "#e6e3c6"
- frame_color = "#c73d2f"
+ background = "#813939"
+ foreground = "#dceef1"
+ frame_color = "#8d3636"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon