New backup 2025-07-16 09:15:03

This commit is contained in:
Penelope Gwen 2025-07-16 09:15:03 -07:00
parent 172843fbdd
commit 43b4174b2f

View file

@ -6,8 +6,8 @@
@import "./style/colors.scss"; @import "./style/colors.scss";
$bar-module-width: 25px; $bar-module-width: 25px;
$bar-bg-color: rgba($color0,0.8); $bar-bg-color: rgba($color5,0.7);
$bar-module-bg-color: rgba($color5,0.15); $bar-module-bg-color: rgba($color0,0.6);
$bar-module-fg-color: $color13; $bar-module-fg-color: $color13;
$bar-module-inactive-fg-color: rgba($color13,0.5); $bar-module-inactive-fg-color: rgba($color13,0.5);
//$bar-active-bg-color: rgba($color1,0.5); //$bar-active-bg-color: rgba($color1,0.5);
@ -117,7 +117,10 @@ circular-progress {
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
}*/ }*/
.music, .music{
color: $bar-module-bg-color;
background-color: transparent;
}
.rightgroup>label, .rightgroup>label,
.active_window{ .active_window{
color: $bar-module-fg-color; color: $bar-module-fg-color;