panel: Use privacy_indicator_color
For privacy indicators and screen sharing. For the later also remove the transparentize so it becomes more similar to the screen recording indicator. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2852>
This commit is contained in:
parent
fc95a27e98
commit
53b0e793a5
@ -1,6 +1,8 @@
|
|||||||
/* Top Bar */
|
/* Top Bar */
|
||||||
// a.k.a. the panel
|
// a.k.a. the panel
|
||||||
|
|
||||||
|
$privacy_indicator_color: $orange_3;
|
||||||
|
|
||||||
$panel_bg_color: if($variant == 'light', $light_3, $dark_5);
|
$panel_bg_color: if($variant == 'light', $light_3, $dark_5);
|
||||||
$panel_fg_color: if($variant == 'light', $fg_color, darken($fg_color, 5%));
|
$panel_fg_color: if($variant == 'light', $fg_color, darken($fg_color, 5%));
|
||||||
$panel_border_color: if($variant == 'light', darken($panel_bg_color, 2%), $panel_bg_color);
|
$panel_border_color: if($variant == 'light', darken($panel_bg_color, 2%), $panel_bg_color);
|
||||||
@ -74,7 +76,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.screen-sharing-indicator {
|
&.screen-sharing-indicator {
|
||||||
@include panel_button($warning_color, transparentize(black, 0.2), $flat: false);
|
@include panel_button($privacy_indicator_color, $flat: false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// clock
|
// clock
|
||||||
@ -101,7 +103,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||||||
}
|
}
|
||||||
|
|
||||||
// important privacy related indicators
|
// important privacy related indicators
|
||||||
.privacy-indicator { color: $warning_color; }
|
.privacy-indicator { color: $privacy_indicator_color; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// App Menu
|
// App Menu
|
||||||
|
Loading…
Reference in New Issue
Block a user