diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:07:12 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-15 15:07:12 +1000 |
| commit | 32c82f64795a925789dd842c5ffeb41f3d995129 (patch) | |
| tree | f7b0ccc2a06f02b79b8c34fdf47d5188bee0bf2c /scss/bar.scss | |
| parent | mediadisplay: more spacing for controls (diff) | |
| download | caelestia-shell-32c82f64795a925789dd842c5ffeb41f3d995129.tar.gz caelestia-shell-32c82f64795a925789dd842c5ffeb41f3d995129.tar.bz2 caelestia-shell-32c82f64795a925789dd842c5ffeb41f3d995129.zip | |
style: lighter backgrounds
Use base instead of mantle
Fix session transparency
More rounding for session and lock osds
Diffstat (limited to 'scss/bar.scss')
| -rw-r--r-- | scss/bar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |