Adwaita: darken dark mode

- match lightness of the old theme.

Fixes issue #1605
This commit is contained in:
Jakub Steiner 2019-01-22 11:55:10 +01:00
parent 1f9ee936e8
commit 393a016c5a
2 changed files with 273 additions and 273 deletions

View File

@ -4,7 +4,7 @@
$base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 20%), 2%));
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #f6f5f4, desaturate(#3d3846, 10%));
$bg_color: if($variant == 'light', #f6f5f4, darken(desaturate(#3d3846, 10%), 4%));
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
$selected_fg_color: #ffffff;

File diff suppressed because it is too large Load Diff