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