From 32c82f64795a925789dd842c5ffeb41f3d995129 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:07:12 +1000 Subject: style: lighter backgrounds Use base instead of mantle Fix session transparency More rounding for session and lock osds --- scss/bar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scss/bar.scss') diff --git a/scss/bar.scss b/scss/bar.scss index 7a58b8a..b14ceeb 100644 --- a/scss/bar.scss +++ b/scss/bar.scss @@ -305,7 +305,7 @@ @include lib.rounded(20); @include lib.border(scheme.$primary, 0.5, 2); - background-color: scheme.$mantle; + background-color: scheme.$base; .os-icon { font-size: lib.s(16); @@ -330,13 +330,13 @@ margin: 0; .module { - background-color: scheme.$mantle; + background-color: scheme.$base; } .screen-corner { @include lib.rounded($-rounding); - background-color: scheme.$mantle; + background-color: scheme.$base; } &.horizontal { -- cgit v1.2.3-freya