From 25d6e3cdea7b20082a8890c000053b56b23a65b6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Nov 2023 15:17:37 -0400 Subject: [PATCH] Change the privacy indicator color from orange_3 to red_3 --- gnome-shell-sass/widgets/_panel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell-sass/widgets/_panel.scss b/gnome-shell-sass/widgets/_panel.scss index 47595ab..e0f644d 100644 --- a/gnome-shell-sass/widgets/_panel.scss +++ b/gnome-shell-sass/widgets/_panel.scss @@ -1,7 +1,7 @@ /* Top Bar */ // 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_fg_color: if($variant == 'light', $fg_color, darken($fg_color, 5%));