focus mode bar: fix readability

This commit is contained in:
end-4
2024-03-22 22:36:21 +07:00
parent b659d088a4
commit 65dadfda6d
+3 -3
View File
@@ -110,17 +110,17 @@ $bar_ws_width_focus_active: 2.045rem;
// Focus is the bar mode name, not the workspace state! // Focus is the bar mode name, not the workspace state!
.bar-ws-focus { .bar-ws-focus {
background-color: $layer2; background-color: $surfaceVariant;
min-width: $bar_ws_width_focus; min-width: $bar_ws_width_focus;
} }
.bar-ws-focus-active { .bar-ws-focus-active {
min-width: $bar_ws_width_focus_active; min-width: $bar_ws_width_focus_active;
background-color: $layer2; background-color: $onLayer0;
} }
.bar-ws-focus-occupied { .bar-ws-focus-occupied {
background-color: $layer2; background-color: $secondaryContainer;
} }
.bar-clock-box { .bar-clock-box {