summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-15 18:57:53 +0200
committerVolpeon <git@volpeon.ink>2024-10-15 18:57:53 +0200
commit9121be9579c524385bb271f16794d27903415e2c (patch)
treef368f22c02474a59c3d5e4c94bac00c8ed360ad0
parentColors (diff)
downloadiro-design-9121be9579c524385bb271f16794d27903415e2c.tar.gz
iro-design-9121be9579c524385bb271f16794d27903415e2c.tar.bz2
iro-design-9121be9579c524385bb271f16794d27903415e2c.zip
Colors
-rw-r--r--src/_config.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/_config.scss b/src/_config.scss
index 201601a..8ed8162 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -168,15 +168,15 @@ $theme-dark: (
168 --75: 2.2, 168 --75: 2.2,
169 --100: 0, 169 --100: 0,
170 170
171 --200: easing.cubic-bezier(.3, .05, .8, .8, math.div(1, 8)) * -108, 171 --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108,
172 --300: easing.cubic-bezier(.3, .05, .8, .8, math.div(2, 8)) * -108, 172 --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108,
173 --400: easing.cubic-bezier(.3, .05, .8, .8, math.div(3, 8)) * -108, 173 --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108,
174 174
175 --500: easing.cubic-bezier(.3, .05, .8, .8, math.div(4, 8)) * -108, 175 --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108,
176 --600: easing.cubic-bezier(.3, .05, .8, .8, math.div(5, 8)) * -108, 176 --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108,
177 --700: easing.cubic-bezier(.3, .05, .8, .8, math.div(6, 8)) * -108, 177 --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108,
178 --800: easing.cubic-bezier(.3, .05, .8, .8, math.div(7, 8)) * -108, 178 --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -108,
179 --900: easing.cubic-bezier(.3, .05, .8, .8, math.div(8, 8)) * -108, 179 --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -108,
180 ), 180 ),
181 181
182 --colors: ( 182 --colors: (
@@ -202,7 +202,7 @@ $theme-dark: (
202 ), 202 ),
203 203
204 --palettes: ( 204 --palettes: (
205 --base: hsl(257, 13%, 19%) --grays --full, 205 --base: hsl(257, 13%, 19.5%) --grays --full,
206 --blue: oklch(56% .16 265.25) --colors --muted, 206 --blue: oklch(56% .16 265.25) --colors --muted,
207 --purple: oklch(56% .16 305.58) --colors --muted, 207 --purple: oklch(56% .16 305.58) --colors --muted,
208 --red: oklch(56% .16 18.69) --colors --muted, 208 --red: oklch(56% .16 18.69) --colors --muted,