From 5cd519fe904dd633e85201680cfb998806f115f5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:36:21 +0700 Subject: [PATCH] focus mode bar: fix readability --- .config/ags/scss/_bar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/ags/scss/_bar.scss b/.config/ags/scss/_bar.scss index dd33a3f96..41ad3e082 100644 --- a/.config/ags/scss/_bar.scss +++ b/.config/ags/scss/_bar.scss @@ -110,17 +110,17 @@ $bar_ws_width_focus_active: 2.045rem; // Focus is the bar mode name, not the workspace state! .bar-ws-focus { - background-color: $layer2; + background-color: $surfaceVariant; min-width: $bar_ws_width_focus; } .bar-ws-focus-active { min-width: $bar_ws_width_focus_active; - background-color: $layer2; + background-color: $onLayer0; } .bar-ws-focus-occupied { - background-color: $layer2; + background-color: $secondaryContainer; } .bar-clock-box {