Adwaita: tone down purple cast

- sync with gtk4 changes
This commit is contained in:
Jakub Steiner 2018-11-14 17:52:37 +01:00
parent b57a1a0b92
commit 06162a08b6
2 changed files with 317 additions and 317 deletions

View File

@ -2,9 +2,9 @@
// it gets @if ed depending on $variant
$base_color: if($variant == 'light', #ffffff, #241f31);
$base_color: if($variant == 'light', #ffffff, desaturate(#241f31, 10%));
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #f6f5f4, #3d3846);
$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