From 36c39ff014a8abbc682a073b2c5ba6cea77cf41e Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 22 Jan 2025 22:28:05 +0000 Subject: [PATCH] gnome: fix foreground color of transparent panels (#788) Fixes #380 --- modules/gnome/colors.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gnome/colors.mustache b/modules/gnome/colors.mustache index 3867c371c..e969401d0 100644 --- a/modules/gnome/colors.mustache +++ b/modules/gnome/colors.mustache @@ -78,7 +78,7 @@ $accent_borders_color: transparentize(#{{base0D-hex}}, 0.5); // Other required variables -$_base_color_light: #eeeeee; -$light_1: #ffffff; +$_base_color_light: #{{base00-hex}}; // Foreground color of screen sharing/recording indicator +$light_1: #{{base05-hex}}; // Foreground color of the panel in GDM $red_4: #{{base08-hex}}; $orange_4: #{{base09-hex}};