Fix colors for notification widget.

This commit is contained in:
Bartek Stalewski 2023-01-31 22:14:25 +01:00
parent 6df4789137
commit 08ec9b9472

View File

@ -134,7 +134,7 @@ screens = [
widget.Spacer(), widget.Spacer(),
widget.Notify( widget.Notify(
background='#e8b923', background='#e8b923',
background_low='#0f1419', background_low='#272822',
background_urgent='#770000', background_urgent='#770000',
foreground='#000000', foreground='#000000',
foreground_low='#e6e1cf', foreground_low='#e6e1cf',