Skip to content

Commit

Permalink
gnome: fix foreground color of transparent panels (#788)
Browse files Browse the repository at this point in the history
Fixes #380

(cherry picked from commit 36c39ff)
  • Loading branch information
danth authored and github-actions[bot] committed Jan 22, 2025
1 parent ef93972 commit 93d522f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gnome/colors.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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}};

0 comments on commit 93d522f

Please sign in to comment.