From 80d32cb32a631e495d3a19d714a9acfd5aec9833 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Jun 2025 11:12:06 -0400 Subject: update colorschemes --- pkgs/astal/src/style/widget/bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/astal/src/style/widget/bar.scss') diff --git a/pkgs/astal/src/style/widget/bar.scss b/pkgs/astal/src/style/widget/bar.scss index 01e73ce..69ab270 100644 --- a/pkgs/astal/src/style/widget/bar.scss +++ b/pkgs/astal/src/style/widget/bar.scss @@ -1,6 +1,6 @@ .bar { - background: $bg; + background: $base; .workspaces { margin: $inner-gap $outer-gap; @@ -23,7 +23,7 @@ .tray { margin: $inner-gap $outer-gap; margin-right: 0px; - background: $surface-bg; + background: $surface; border-radius: $inner-radius; padding: 0px $outer-gap; -- cgit v1.2.3-freya