From 332b79d297c656313d3571ce4654b0ffab8484ec Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Fri, 27 Feb 2026 17:50:49 +0100 Subject: [PATCH] changed color of nitifications to milky glass --- henrovnix_ok/assets/conf/desktop/notifications/ncsway/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/style.css b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/style.css index 15fca3d6c..9918e695f 100644 --- a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/style.css +++ b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/style.css @@ -4,7 +4,7 @@ * swaync loads GTK CSS for theming. */ -@define-color base rgba(30, 30, 46, 1.0); +@define-color base rgba(220, 230, 255, 0.18); @define-color text rgba(255, 255, 255, 1.0); @define-color surface1 rgba(255, 255, 255, 0.08); @define-color subtext1 rgba(255, 255, 255, 0.35);