Adwaita: use HIG grey for bg_color

- refresh with a light bg color, use the new color palette
This commit is contained in:
Jakub Steiner 2018-11-09 15:37:08 +01:00
parent 1e2d11cc62
commit f610fbfc0e
2 changed files with 254 additions and 254 deletions

View File

@ -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