New backup 2025-07-01 00:30:02

This commit is contained in:
Penelope Gwen 2025-07-01 00:30:02 -07:00
parent df309e58a7
commit 6f909db681
2 changed files with 8 additions and 6 deletions

View file

@ -6,12 +6,13 @@
@import "./style/colors.scss";
$bar-module-width: 25px;
$bar-bg-color: rgba($color0,0.85);
$bar-inactive-bg-color: rgba($color9,0.1);
$bar-bg-color: rgba($color0,0.8);
$bar-inactive-bg-color: rgba($color5,0.15);
$bar-inactive-fg-color: $color13;
$bar-active-bg-color: rgba($color9,0.6);
$bar-active-fg-color: $color9;
$bar-hover-bg-color: rgba($color1,0.5);
$bar-hover-bg-color: $color9;
$bar-module-border-radius: 8px;
// Global Styles
@ -104,12 +105,12 @@ label {
margin-top: 2px;
}
.workspaces {
background-color: rgba($color8,0);
background-color: $bar-inactive-bg-color;
// border: 0px solid rgba($color0,0);
border-radius: $bar-module-border-radius;
}
.workspaces button {
background-color: rgba($color8,0.5);
background-color: $bar-inactive-bg-color;
// border: 2px solid rgba($color0,0.5);
color: $bar-inactive-fg-color;
// margin: 10px 0px;
@ -117,7 +118,7 @@ label {
min-width: $bar-module-width;
}
.workspaces button:hover {
background-color: rgba($color1,0.5);
background-color: $bar-hover-bg-color;
color: $color1;
transition-property: background-color;
transition-duration: .25s;
@ -127,7 +128,8 @@ label {
color: $bar-active-fg-color;
}
button.active {
color: $color1;
background-color: $bar-active-bg-color;
color: $bar-active-fg-color;
}
.workspaces button:first-child {
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 892 KiB

After

Width:  |  Height:  |  Size: 342 KiB