summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-19 18:23:02 +0200
committerVolpeon <git@volpeon.ink>2024-10-19 18:23:02 +0200
commit27222cb91c390a42055a7123b5a9409c928e8b26 (patch)
tree650b5614c4aae0056127038a4ab204198aae7f4d /src/_config.scss
parentUpdate (diff)
downloadiro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.gz
iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.bz2
iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.zip
Fixes
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss66
1 files changed, 33 insertions, 33 deletions
diff --git a/src/_config.scss b/src/_config.scss
index ced2aa5..81c6ff2 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -49,35 +49,35 @@ $static-colors: map.deep-merge((
49 49
50$semantic-colors-common-override: () !default; 50$semantic-colors-common-override: () !default;
51$semantic-colors-common: map.deep-merge(( 51$semantic-colors-common: map.deep-merge((
52 --accent: --theme --blue, 52 --accent: --blue,
53 --accent-static: --static --blue, 53 --accent-static: --blue-static,
54 --positive: --theme --green, 54 --positive: --green,
55 --positive-static: --static --green, 55 --positive-static: --green-static,
56 --negative: --theme --red, 56 --negative: --red,
57 --negative-static: --static --red, 57 --negative-static: --red-static,
58 --warning: --theme --yellow, 58 --warning: --yellow,
59 --warning-static: --static --yellow, 59 --warning-static: --yellow-static,
60 60
61 --focus-raw: --theme --accent, 61 --focus-raw: --accent,
62 --focus-static: --theme --accent-static, 62 --focus-static: --accent-static,
63 63
64 --border-mute: --theme --base --200, 64 --border-mute: --base --200,
65 --border: --theme --base --300, 65 --border: --base --300,
66 --border-strong: --theme --base --400, 66 --border-strong: --base --400,
67 67
68 --text-disabled: --theme --base --500, 68 --text-disabled: --base --500,
69 --text-mute-more: --theme --base --600, 69 --text-mute-more: --base --600,
70 --text-mute: --theme --base --700, 70 --text-mute: --base --700,
71 --text: --theme --base --800, 71 --text: --base --800,
72 --heading: --theme --base --900, 72 --heading: --base --900,
73 73
74 --focus: ( 74 --focus: (
75 --outline: --theme --focus-raw --400, 75 --outline: --focus-raw --400,
76 --border-mute: --theme --focus-raw --900, 76 --border-mute: --focus-raw --900,
77 --border: --theme --focus-raw --1000, 77 --border: --focus-raw --1000,
78 --border-text: --theme --focus-raw --1000-text, 78 --border-text: --focus-raw --1000-text,
79 --border-strong: --theme --focus-raw --1100, 79 --border-strong: --focus-raw --1100,
80 --text: --theme --focus-raw --1100, 80 --text: --focus-raw --1100,
81 ), 81 ),
82), $semantic-colors-common-override) !default; 82), $semantic-colors-common-override) !default;
83 83
@@ -132,9 +132,9 @@ $theme-light: map.deep-merge((
132 ), 132 ),
133 133
134 --semantic: map.merge($semantic-colors-common, ( 134 --semantic: map.merge($semantic-colors-common, (
135 --bg-l2: --theme --base --50, 135 --bg-l2: --base --50,
136 --bg-l1: --theme --base --100, 136 --bg-l1: --base --100,
137 --bg-base: --theme --base --200, 137 --bg-base: --base --200,
138 )), 138 )),
139 139
140 --constants: ( 140 --constants: (
@@ -193,9 +193,9 @@ $theme-dark: map.deep-merge((
193 ), 193 ),
194 194
195 --semantic: map.merge($semantic-colors-common, ( 195 --semantic: map.merge($semantic-colors-common, (
196 --bg-base: --theme --base --50, 196 --bg-base: --base --50,
197 --bg-l1: --theme --base --75, 197 --bg-l1: --base --75,
198 --bg-l2: --theme --base --100, 198 --bg-l2: --base --100,
199 )), 199 )),
200 200
201 --constants: ( 201 --constants: (