From 545a67cc75688c7cb12b85777b583eb7850c54b9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 13 Nov 2024 20:41:16 +0100 Subject: Lighter dark theme --- src/_config.defaults.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_config.defaults.scss b/src/_config.defaults.scss index f2dd420..e58f2eb 100644 --- a/src/_config.defaults.scss +++ b/src/_config.defaults.scss @@ -135,7 +135,7 @@ $theme-dark: ( --levels: ( --grays: ( --50: (4.4) (.3 + .7 * easing.ease(math.div(10, 12))), - --75: (2.2) (.3 + .7 * easing.ease(math.div(9, 12))), + --75: (2.5) (.3 + .7 * easing.ease(math.div(9, 12))), --100: (0) (.3 + .7 * easing.ease(math.div(8, 12))), --200: (easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108) (.3 + .7 * easing.ease(math.div(7, 12))), @@ -167,7 +167,7 @@ $theme-dark: ( ), --palettes: ( - --base: hsl(257, 7%, 19%) --grays, + --base: hsl(257, 7%, 20%) --grays, --blue: oklch(56% .16 275.25) --colors, --purple: oklch(56% .16 305.58) --colors, --red: oklch(56% .16 14.69) --colors, -- cgit v1.2.3-70-g09d2