From cbae71ef97442c099f758ef649715f279ffb3fcb Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 21 Apr 2021 19:47:35 +0800 Subject: [PATCH] update --- src/sass/gtk/_budgie.scss | 1 - src/sass/gtk/_colors-public.scss | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/_budgie.scss b/src/sass/gtk/_budgie.scss index 0c91d021..0af7b9af 100644 --- a/src/sass/gtk/_budgie.scss +++ b/src/sass/gtk/_budgie.scss @@ -495,7 +495,6 @@ popover.background.places-menu { button.flat.launcher { padding: 0; @extend %flat_button; - @extend %underscores; // for indicator colors &:not(:checked) { diff --git a/src/sass/gtk/_colors-public.scss b/src/sass/gtk/_colors-public.scss index 78299030..062524da 100644 --- a/src/sass/gtk/_colors-public.scss +++ b/src/sass/gtk/_colors-public.scss @@ -76,11 +76,11 @@ $wm_bg_unfocused: opacify($header_bg_backdrop, 1); // // unfocused window 'dot(s)' -@define-color budgie_tasklist_indicator_color #{"" + $selected_bg_color}; +@define-color budgie_tasklist_indicator_color #{"" + $selected_fg_color}; // focused window 'line' @define-color budgie_tasklist_indicator_color_active #{"" + $selected_bg_color}; // group-ed and unfocused window 'line(s)' -@define-color budgie_tasklist_indicator_color_active_window #{"" + mix($selected_bg_color, $panel_bg, 54%)}; +@define-color budgie_tasklist_indicator_color_active_window #{"" + mix($selected_fg_color, $panel_bg, 100%)}; // attention 'dot' // FIXME: we can't fill whole widget backgrounds with our suggestion colour // because of lacking specific style-class on 'needs_attention' state,