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); * {