summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-07-03 21:33:25 +0200
committerVolpeon <git@volpeon.ink>2024-07-03 21:33:25 +0200
commit7255c607f6145b96ff4fd632185cd79f4d265717 (patch)
tree3f276f1ea29c3bd44b75a69c95d5c3730579b4be
parentAgain (diff)
downloadiro-design-7255c607f6145b96ff4fd632185cd79f4d265717.tar.gz
iro-design-7255c607f6145b96ff4fd632185cd79f4d265717.tar.bz2
iro-design-7255c607f6145b96ff4fd632185cd79f4d265717.zip
Again
-rw-r--r--src/_config.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/_config.scss b/src/_config.scss
index f1c3640..5449a04 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -165,19 +165,19 @@ $theme-light: (
165$theme-dark: ( 165$theme-dark: (
166 --contrasts: ( 166 --contrasts: (
167 --grays: ( 167 --grays: (
168 --50: 5.4, 168 --50: 4.4,
169 --75: 2.7, 169 --75: 2.2,
170 --100: 0, 170 --100: 0,
171 171
172 --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -106, 172 --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108,
173 --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -106, 173 --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108,
174 --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -106, 174 --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108,
175 175
176 --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -106, 176 --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108,
177 --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -106, 177 --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108,
178 --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -106, 178 --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108,
179 --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -106, 179 --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -108,
180 --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -106, 180 --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -108,
181 ), 181 ),
182 182
183 --colors: ( 183 --colors: (
@@ -203,7 +203,7 @@ $theme-dark: (
203 ), 203 ),
204 204
205 --palettes: ( 205 --palettes: (
206 --base: hsl(0, 0%, 22%) --grays --full, 206 --base: hsl(0, 0%, 20%) --grays --full,
207 --blue: oklch(56% 0.16 265.25) --colors --muted, 207 --blue: oklch(56% 0.16 265.25) --colors --muted,
208 --purple: oklch(56% 0.16 305.58) --colors --muted, 208 --purple: oklch(56% 0.16 305.58) --colors --muted,
209 --red: oklch(56% 0.16 18.69) --colors --muted, 209 --red: oklch(56% 0.16 18.69) --colors --muted,