Change the privacy indicator color from orange_3 to red_3

This commit is contained in:
Kevin MacMartin 2023-11-02 15:17:37 -04:00
parent 9db41d505b
commit 25d6e3cdea

View file

@ -1,7 +1,7 @@
/* Top Bar */ /* Top Bar */
// a.k.a. the panel // a.k.a. the panel
$privacy_indicator_color: $orange_3; $privacy_indicator_color: $red_3;
$panel_bg_color: if($variant == 'light', $light_3, $dark_4); $panel_bg_color: if($variant == 'light', $light_3, $dark_4);
$panel_fg_color: if($variant == 'light', $fg_color, darken($fg_color, 5%)); $panel_fg_color: if($variant == 'light', $fg_color, darken($fg_color, 5%));