diff options
author | Volpeon <git@volpeon.ink> | 2024-07-03 21:16:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-07-03 21:16:26 +0200 |
commit | 5a6805a9444fcab21c6d8117376dc2fa5812ecf1 (patch) | |
tree | 855386f6acb57119a5c715ff18aafece88bd17cf /src | |
parent | Update dark palette (diff) | |
download | iro-design-5a6805a9444fcab21c6d8117376dc2fa5812ecf1.tar.gz iro-design-5a6805a9444fcab21c6d8117376dc2fa5812ecf1.tar.bz2 iro-design-5a6805a9444fcab21c6d8117376dc2fa5812ecf1.zip |
Again
Diffstat (limited to 'src')
-rw-r--r-- | src/_config.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_config.scss b/src/_config.scss index 9df7586..cfec2a1 100644 --- a/src/_config.scss +++ b/src/_config.scss | |||
@@ -165,8 +165,8 @@ $theme-light: ( | |||
165 | $theme-dark: ( | 165 | $theme-dark: ( |
166 | --contrasts: ( | 166 | --contrasts: ( |
167 | --grays: ( | 167 | --grays: ( |
168 | --50: 4, | 168 | --50: 5.4, |
169 | --75: 2, | 169 | --75: 2.7, |
170 | --100: 0, | 170 | --100: 0, |
171 | 171 | ||
172 | --200: easing.cubic-bezier(.3, .1, .7, .8, math.div(1, 8)) * -108, | 172 | --200: easing.cubic-bezier(.3, .1, .7, .8, math.div(1, 8)) * -108, |
@@ -203,7 +203,7 @@ $theme-dark: ( | |||
203 | ), | 203 | ), |
204 | 204 | ||
205 | --palettes: ( | 205 | --palettes: ( |
206 | --base: hsl(0, 0%, 20%) --grays --full, | 206 | --base: hsl(0, 0%, 22%) --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, |