diff --git a/src/sass/gtk/_budgie.scss b/src/sass/gtk/_budgie.scss index 0c91d02..0af7b9a 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 7829903..062524d 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,