diff options
author | Volpeon <git@volpeon.ink> | 2024-10-15 18:06:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-15 18:06:26 +0200 |
commit | 4ecdedcdd15724967c946a498b1ebff3b5cc76fa (patch) | |
tree | 9e18094acac4854233b74139b0d178ebb08543d9 /src/_config.scss | |
parent | Theme adjustments (diff) | |
download | iro-design-4ecdedcdd15724967c946a498b1ebff3b5cc76fa.tar.gz iro-design-4ecdedcdd15724967c946a498b1ebff3b5cc76fa.tar.bz2 iro-design-4ecdedcdd15724967c946a498b1ebff3b5cc76fa.zip |
Design colors
Diffstat (limited to 'src/_config.scss')
-rw-r--r-- | src/_config.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_config.scss b/src/_config.scss index 948f919..c827c14 100644 --- a/src/_config.scss +++ b/src/_config.scss | |||
@@ -197,12 +197,12 @@ $theme-dark: ( | |||
197 | ), | 197 | ), |
198 | 198 | ||
199 | --ranges: ( | 199 | --ranges: ( |
200 | --full: 1, | 200 | --full: .4, |
201 | --muted: .3, | 201 | --muted: .3, |
202 | ), | 202 | ), |
203 | 203 | ||
204 | --palettes: ( | 204 | --palettes: ( |
205 | --base: hsl(257, 6%, 18%) --grays --full, | 205 | --base: hsl(257, 15%, 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, |