diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_config.scss | 22 |
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, |