aboutsummaryrefslogtreecommitdiff
path: root/dunst
diff options
context:
space:
mode:
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc18
1 files changed, 9 insertions, 9 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 17aa11f..9125c79 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -60,7 +60,7 @@
# Set the maximum width for the progress bar
progress_bar_max_width = 350
- highlight = "#206261"
+ highlight = "#6D83D0"
# Show how many messages are currently hidden (because of
# notification_limit).
@@ -90,7 +90,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
- frame_color = "#1a1a1a"
+ frame_color = "#1E1E2E"
# "#4396c0"
# Define a color for the separator.
@@ -294,23 +294,23 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
- background = "#1a1a1a"
- foreground = "#dadada"
+ background = "#1E1E2E"
+ foreground = "#CDD6F4"
timeout = 1
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
- background = "#1a1a1a"
- foreground = "#dadada"
+ background = "#1E1E2E"
+ foreground = "#CDD6F4"
timeout = 3
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
- background = "#1a1a1a"
- foreground = "#f45050"
- frame_color = "#f45050"
+ background = "#1E1E2E"
+ foreground = "#D56A85"
+ frame_color = "#D56A85"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon