mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Adjust saturation of light theme color
This commit is contained in:
parent
06e414b3fc
commit
7631d08d67
|
@ -34,7 +34,7 @@ $color-dark: lighten($color-front, 20) !default
|
||||||
|
|
||||||
$color-theme: map-get($colors, $theme)
|
$color-theme: map-get($colors, $theme)
|
||||||
$color-theme-dark: darken(map-get($colors, $theme), 5)
|
$color-theme-dark: darken(map-get($colors, $theme), 5)
|
||||||
$color-theme-light: saturate(lighten(map-get($colors, $theme), 35), 15)
|
$color-theme-light: saturate(lighten(map-get($colors, $theme), 35), 5)
|
||||||
|
|
||||||
$color-subtle: #ddd !default
|
$color-subtle: #ddd !default
|
||||||
$color-subtle-light: #f6f6f6 !default
|
$color-subtle-light: #f6f6f6 !default
|
||||||
|
|
Loading…
Reference in New Issue
Block a user