From a603c3754b080f406826d76fc856a5e83e7eba2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 2 Nov 2024 13:10:29 +0100 Subject: [PATCH] Home Gen426 @ 2024-11-02-13:10 --- modules/home/swaync/themes/nova-dark/central_control.css | 6 +++--- modules/home/swaync/themes/nova-dark/notifications.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/swaync/themes/nova-dark/central_control.css b/modules/home/swaync/themes/nova-dark/central_control.css index 72a611a..361784a 100644 --- a/modules/home/swaync/themes/nova-dark/central_control.css +++ b/modules/home/swaync/themes/nova-dark/central_control.css @@ -5,9 +5,9 @@ @define-color urgent @color2; /* Temporary color defs */ -@define-color background rgb(0,20,200); -@define-color background-alt rgb(0,100,200); -@define-color selected rgb(50,100,230); +@define-color background rgb(0,10,20); +@define-color background-alt rgb(0,20,30); +@define-color selected rgb(0,30,130); * { color: @text; diff --git a/modules/home/swaync/themes/nova-dark/notifications.css b/modules/home/swaync/themes/nova-dark/notifications.css index c9de5cb..1e898a8 100644 --- a/modules/home/swaync/themes/nova-dark/notifications.css +++ b/modules/home/swaync/themes/nova-dark/notifications.css @@ -4,9 +4,9 @@ @define-color hover @color5; @define-color urgent @color2; /* Temporary color defs */ -@define-color background rgb(0,20,200); -@define-color background-alt rgb(0,100,200); -@define-color selected rgb(50,100,230); +@define-color background rgb(0,10,20); +@define-color background-alt rgb(0,20,30); +@define-color selected rgb(0,30,130); * {