This commit is contained in:
Vince 2021-04-21 19:47:35 +08:00
parent e3aeb5ec55
commit cbae71ef97
2 changed files with 2 additions and 3 deletions

View file

@ -495,7 +495,6 @@ popover.background.places-menu {
button.flat.launcher {
padding: 0;
@extend %flat_button;
@extend %underscores;
// for indicator colors
&:not(:checked) {

View file

@ -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,