gnome: update variable definitions for GNOME 49

This commit is contained in:
Daniel Thwaites 2025-11-15 22:06:26 +00:00
parent 09c755d8ed
commit d39adb8fd4
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -18,14 +18,10 @@ $error_bg_color: #{{base08-hex}};
$error_fg_color: #{{base00-hex}};
$error_color: #{{base08-hex}};
$selected_bg_color: #{{base0D-hex}};
$selected_fg_color: #{{base00-hex}};
$link_color: #{{base0D-hex}};
$link_visited_color: transparentize($link_color, 0.4);
$background_mix_factor: 0%;
$border_opacity: 1;
$shadow_color: transparent;
$text_shadow_color: transparent;
@ -47,6 +43,7 @@ $system_fg_color: #{{base05-hex}};
$panel_bg_color: #{{base01-hex}};
$panel_fg_color: #{{base05-hex}};
$panel_border_color: transparent;
$card_bg_color: #{{base01-hex}};
$card_shadow_color: transparent;