update colors

This commit is contained in:
end-4
2024-03-16 21:50:18 +07:00
parent f6e9f4b6dc
commit d59142fa6d
5 changed files with 49 additions and 37 deletions
+14 -5
View File
@@ -308,10 +308,14 @@ $bar_ws_width_focus_active: 2.045rem;
@include large-rounding;
}
.bar-topdesc {
.bar-wintitle-topdesc {
margin-top: -0.136rem;
margin-bottom: -0.341rem;
color: $windowtitleOnLayer1Inactive;
color: $windowtitleOnLayer0Inactive;
}
.bar-wintitle-txt {
color: $windowtitleOnLayer0;
}
.bar-space-button {
@@ -345,6 +349,7 @@ $bar_ws_width_focus_active: 2.045rem;
min-height: 1.032rem;
min-width: 1.032rem;
font-size: 1.032rem;
color: $trayOnLayer0;
}
.bar-statusicons {
@@ -363,8 +368,8 @@ $bar_ws_width_focus_active: 2.045rem;
@include element_decel;
min-height: 1.77rem;
min-width: 1.77rem;
background-color: $layer2;
color: $onLayer2;
background-color: $utilsLayer2;
color: $utilsOnLayer2;
}
.bar-util-btn:hover,
@@ -376,12 +381,16 @@ $bar_ws_width_focus_active: 2.045rem;
background-color: $layer2Active;
}
.bar-spaceright {
color: $barspacerightOnLayer0;
}
.bar-bluetooth-device {
@include full-rounding;
@include element_decel;
min-height: 1.032rem;
min-width: 1.032rem;
font-size: 1.032rem;
color: $onLayer0;
color: $barspacerightOnLayer0;
padding: 0.205rem 0.341rem;
}