Increase text contrast

This commit is contained in:
EliverLara
2018-11-26 00:12:59 -06:00
parent 09105e92bc
commit 60afdf9e6a
5 changed files with 481 additions and 481 deletions

View File

@@ -3,9 +3,9 @@
// Main definitions
$base_color: if($variant == 'light', #ebf0f5, lighten(#1A1E21, 1%));
$text_color: if($variant == 'light', #31363D, #5D5E60);
$text_color: if($variant == 'light', rgb(223, 226, 231), #76777A);
$bg_color: if($variant == 'light', darken( #EEEEEE, 3%), #1A1E21);
$fg_color: if($variant == 'light', #31363d, #5D5E60);
$fg_color: if($variant == 'light', #e69317, #76777A);
$switch_bg: if($variant == 'light', #ffffff, transparentize(black,1));
$shadow_color: rgba(162, 162, 165, 0.21);
$main_dark_color:darken($bg_color, 2%);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff