From 256e9d7925a3a34352c6e3bfd98caf1de7b669d9 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Mon, 18 Nov 2024 16:14:33 -0330 Subject: [PATCH] style: Sync warning color with libadwaita Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7863 Part-of: --- data/theme/gnome-shell-sass/_default-colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/_default-colors.scss b/data/theme/gnome-shell-sass/_default-colors.scss index a4a2e4ddc..f8c0ecdb2 100644 --- a/data/theme/gnome-shell-sass/_default-colors.scss +++ b/data/theme/gnome-shell-sass/_default-colors.scss @@ -14,7 +14,7 @@ $success_bg_color: if($variant == 'light', $green_4, $green_5); $success_fg_color: $light_1; $success_color: $success_bg_color; -$warning_bg_color: if($variant == 'light', $yellow_4, $yellow_3); +$warning_bg_color: if($variant == 'light', $yellow_5, #cd9309); // uses darker off-palette yellow $warning_fg_color: transparentize(black, .2); $warning_color: $warning_bg_color;