New backup 2025-09-01 11:15:01

This commit is contained in:
Penelope Gwen 2025-09-01 11:15:01 -07:00
parent b6c1009e15
commit 56f1b9d4c1
2 changed files with 15 additions and 24 deletions

View file

@ -22,6 +22,7 @@ $bar-hover-bg-color: rgba($color1,0.5);
$bar-hover-fg-color: rgba($color13,0.6); $bar-hover-fg-color: rgba($color13,0.6);
//$bar-module-border-radius: 8px; //$bar-module-border-radius: 8px;
$bar-module-border-radius: 12px; $bar-module-border-radius: 12px;
$bar-module-bg-border-radius: $bar-module-border-radius - 3;
//$bar-module-inner-radius: $bar-module-border-radius - 2; //$bar-module-inner-radius: $bar-module-border-radius - 2;
$bar-module-inner-radius: $bar-module-border-radius - 6; $bar-module-inner-radius: $bar-module-border-radius - 6;

View file

@ -5,72 +5,62 @@
} }
.profile { .profile {
margin-left: 10px; margin-left: 10px;
// font-size: 0.95em;
border-right: 0px solid transparent; border-right: 0px solid transparent;
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
color: $bar-bg-color; color: $bar-bg-color;
.profile-personal {
}
&.profile-development, &.profile-development,
&.profile-school, &.profile-school,
&.profile-work { &.profile-work {
color: $bar-module-fg-color; color: $bar-module-fg-color;
} }
&.profile-personal { &.profile-personal {
$profile-color: transparent;
}
&.profile-development {
$profile-color: mix($color9, $color12);
}
background-color: $profile-color;
/* &.profile-personal {
background-color: transparent; background-color: transparent;
color: $bar-bg-color;
border-color: $bar-bg-color;
} }
&.profile-development { &.profile-development {
color: $color0;
background-color: mix($color9, $color12); background-color: mix($color9, $color12);
border-color: mix($color9, $color12); border-color: mix($color9, $color12);
} }
&.profile-school { &.profile-school {
color: $color0;
background-color: mix($color5, $color3); background-color: mix($color5, $color3);
border-color: mix($color5, $color3); border-color: mix($color5, $color3);
} }
&.profile-work { &.profile-work {
color: $color0;
background-color: mix($color5, $color4, 30%); background-color: mix($color5, $color4, 30%);
border-color: mix($color5, $color4, 30%); border-color: mix($color5, $color4, 30%);
}*/ }
} }
.workspaces { .workspaces {
margin: 0px 0px; // margin: 0px 0px;
box.ws-center,
revealer>box>box>button {
}
box.ws-center { box.ws-center {
>box>button { >box>button {
background-color: $bar-bg-color; background-color: $bar-bg-color;
color: $bar-module-fg-color; color: $bar-module-fg-color;
border-radius: 0px $bar-module-border-radius - 3 $bar-module-border-radius - 3 0px; border-radius: 0px $bar-module-bg-border-radius $bar-module-bg-border-radius 0px;
} }
&.true>box>button { &.true>box>button {
border-radius: $bar-module-border-radius - 3; border-radius: $bar-module-bg-border-radius;
} }
} }
// border: 2px solid $bar-bg-color;
border-left: 0px solid transparent; border-left: 0px solid transparent;
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
revealer { revealer {
&>box>box {
color: $bar-bg-color;
}
&.ws-left { &.ws-left {
>box>box { >box>box {
color: $bar-bg-color;
border-left: 2px solid $bar-bg-color; border-left: 2px solid $bar-bg-color;
} }
} }
&.ws-right { &.ws-right {
>box>box { >box>box {
color: $bar-bg-color; // color: $bar-bg-color;
&:not(:last-child){ &:not(:last-child){
border-right: 2px solid $bar-bg-color; border-right: 2px solid $bar-bg-color;
} }