colors fix
This commit is contained in:
parent
6d805941de
commit
18de46de1a
1 changed files with 7 additions and 7 deletions
|
@ -11,17 +11,17 @@
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#040509"
|
background = "#1d2021"
|
||||||
foreground = "#70896e"
|
foreground = "#928374"
|
||||||
timeout = 3
|
timeout = 3
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
foreground = "#a0c49e"
|
foreground = "#ebdbb2"
|
||||||
background = "#545069"
|
background = "#458588"
|
||||||
timeout = 5
|
timeout = 5
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#4D314E"
|
background = "#1cc24d"
|
||||||
foreground = "#a0c49e"
|
foreground = "#ebdbb2"
|
||||||
frame_color = "#544858"
|
frame_color = "#fabd2f"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
Loading…
Reference in a new issue