From 584a29a16cc31d334b4f48da3458bd41823505e2 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 22 Jan 2025 14:43:21 +0000 Subject: [PATCH] gnome: fix foreground color of transparent panels 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..e05baf0fd 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: $system_fg_color; // Foreground color of the panel in GDM $red_4: #{{base08-hex}}; $orange_4: #{{base09-hex}};