Update dunst notifications colors

This commit is contained in:
daniele 2024-04-27 15:52:49 +02:00
parent 66523acc00
commit 5acbcabfe6
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -95,7 +95,7 @@
frame_width = 3 frame_width = 3
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#000000" frame_color = "#232634"
# Size of gap to display between notifications - requires a compositor. # Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
@ -318,24 +318,24 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#272e33" background = "#232634"
foreground = "#d3c6aa" foreground = "#babbf1"
timeout = 30 timeout = 30
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#272e33" background = "#232634"
foreground = "#d3c6aa" foreground = "#babbf1"
timeout = 30 timeout = 30
override_pause_level = 30 override_pause_level = 30
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#3f0000" background = "#e78284"
foreground = "#d3c6aa" foreground = "#414559"
frame_color = "#590000" frame_color = "#eebebe"
timeout = 0 timeout = 0
override_pause_level = 60 override_pause_level = 60
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable