From 34f043232b005767f733a746812871d24ddcf9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 2 Nov 2024 13:08:39 +0100 Subject: [PATCH] Home Gen425 @ 2024-11-02-13:08 --- 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 9deae1b..72a611a 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,0.1,0.5); -@define-color background-alt rgb(0,0.3,0.5); -@define-color selected rgb(0.1,0.1,0.7); +@define-color background rgb(0,20,200); +@define-color background-alt rgb(0,100,200); +@define-color selected rgb(50,100,230); * { color: @text; diff --git a/modules/home/swaync/themes/nova-dark/notifications.css b/modules/home/swaync/themes/nova-dark/notifications.css index 71800c4..c9de5cb 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,0.1,0.5); -@define-color background-alt rgb(0,0.3,0.5); -@define-color selected rgb(0.1,0.1,0.7); +@define-color background rgb(0,20,200); +@define-color background-alt rgb(0,100,200); +@define-color selected rgb(50,100,230); * {