Fix colors

This commit is contained in:
Marco Thomas
2020-09-30 19:57:52 +02:00
parent 85637098c3
commit bc2cf2efd3
5 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#0A0E14"
frame_color = "#ffffff"
# Define a color for the separator.
# possible values are:
@@ -254,21 +254,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#0A0E14"
background = "#000000"
foreground = "#e5e9f0"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable