style: Sync warning color with libadwaita
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7863 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3552>
This commit is contained in:
parent
c072f7c10c
commit
256e9d7925
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user