mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
Adwaita: use HIG grey for bg_color
- refresh with a light bg color, use the new color palette
This commit is contained in:
parent
1e2d11cc62
commit
f610fbfc0e
@ -4,7 +4,7 @@
|
||||
|
||||
$base_color: if($variant == 'light', #ffffff, desaturate(#241f31, 10%));
|
||||
$text_color: if($variant == 'light', black, white);
|
||||
$bg_color: if($variant == 'light', #e8e8e7, desaturate(#3d3846, 10%));
|
||||
$bg_color: if($variant == 'light', #f6f5f4, desaturate(#3d3846, 10%));
|
||||
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
|
||||
|
||||
$selected_fg_color: #ffffff;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user