diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-27 11:12:06 -0400 |
commit | 80d32cb32a631e495d3a19d714a9acfd5aec9833 (patch) | |
tree | ebad46c5cb14559edda63d82702ffbd35e744d6f /pkgs/astal/src/style/widget/bar.scss | |
parent | add alacritty (diff) | |
download | dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.gz dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.tar.bz2 dotfiles-nix-80d32cb32a631e495d3a19d714a9acfd5aec9833.zip |
update colorschemes
Diffstat (limited to 'pkgs/astal/src/style/widget/bar.scss')
-rw-r--r-- | pkgs/astal/src/style/widget/bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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; |