From 80f6fb79c3db25038d257891768e0410d494cf82 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 18 Oct 2023 15:26:05 -0300 Subject: [PATCH] style: Always use light text for recording indicator The red tone that the recording indicator uses as background doesn't lend itself well to dark text and icon on top. Stick to a light color. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7112 Part-of: --- data/theme/gnome-shell-sass/widgets/_panel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_panel.scss b/data/theme/gnome-shell-sass/widgets/_panel.scss index f19c7c76e..6e7b3be14 100644 --- a/data/theme/gnome-shell-sass/widgets/_panel.scss +++ b/data/theme/gnome-shell-sass/widgets/_panel.scss @@ -71,7 +71,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration } &.screen-recording-indicator { - @include panel_button($screenshot_ui_button_red, $flat: false); + @include panel_button($screenshot_ui_button_red, $fg:$panel_system_fg_color, $flat: false); } &.screen-sharing-indicator { @@ -112,7 +112,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration // unfortunate duplication so these indicators have styles &.screen-recording-indicator { - @include panel_button($screenshot_ui_button_red, $flat: false); + @include panel_button($screenshot_ui_button_red, $fg:$panel_system_fg_color, $flat: false); } &.screen-sharing-indicator {