@seed-design/rootage-artifacts 0.0.0-alpha-20260414104312
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/collections.yaml +24 -0
- package/color.yaml +855 -0
- package/components/action-button.yaml +460 -0
- package/components/action-chip.yaml +150 -0
- package/components/action-sheet-close-button.yaml +45 -0
- package/components/action-sheet-item.yaml +52 -0
- package/components/action-sheet.yaml +115 -0
- package/components/avatar-stack.yaml +86 -0
- package/components/avatar.yaml +161 -0
- package/components/badge.yaml +210 -0
- package/components/bottom-sheet-close-button.yaml +38 -0
- package/components/bottom-sheet-handle.yaml +48 -0
- package/components/bottom-sheet.yaml +156 -0
- package/components/callout.yaml +213 -0
- package/components/checkbox-group.yaml +17 -0
- package/components/checkbox.yaml +59 -0
- package/components/checkmark.yaml +152 -0
- package/components/chip-tablist.yaml +28 -0
- package/components/chip.yaml +267 -0
- package/components/content-placeholder.yaml +45 -0
- package/components/contextual-floating-button.yaml +161 -0
- package/components/control-chip.yaml +169 -0
- package/components/dialog.yaml +131 -0
- package/components/divider.yaml +17 -0
- package/components/extended-action-sheet-close-button.yaml +48 -0
- package/components/extended-action-sheet-item.yaml +67 -0
- package/components/extended-action-sheet.yaml +134 -0
- package/components/extended-fab.yaml +109 -0
- package/components/fab.yaml +46 -0
- package/components/field-label.yaml +33 -0
- package/components/field.yaml +159 -0
- package/components/floating-action-button.yaml +99 -0
- package/components/help-bubble.yaml +127 -0
- package/components/identity-placeholder.yaml +23 -0
- package/components/image-frame-floater.yaml +18 -0
- package/components/image-frame-indicator.yaml +42 -0
- package/components/image-frame-reaction-button.yaml +60 -0
- package/components/image-frame.yaml +37 -0
- package/components/inline-banner.yaml +197 -0
- package/components/input-button.yaml +171 -0
- package/components/link-content.yaml +61 -0
- package/components/list-header.yaml +43 -0
- package/components/list-item.yaml +149 -0
- package/components/manner-temp-badge.yaml +102 -0
- package/components/manner-temp.yaml +80 -0
- package/components/menu-item.yaml +156 -0
- package/components/menu-sheet-close-button.yaml +48 -0
- package/components/menu-sheet-item.yaml +104 -0
- package/components/menu-sheet.yaml +136 -0
- package/components/menu.yaml +117 -0
- package/components/notification-badge.yaml +74 -0
- package/components/page-banner.yaml +302 -0
- package/components/progress-circle.yaml +105 -0
- package/components/radio-group.yaml +17 -0
- package/components/radio.yaml +59 -0
- package/components/radiomark.yaml +113 -0
- package/components/reaction-button.yaml +161 -0
- package/components/scroll-fog.yaml +23 -0
- package/components/segmented-control-indicator.yaml +38 -0
- package/components/segmented-control-item.yaml +76 -0
- package/components/segmented-control.yaml +23 -0
- package/components/select-box-checkmark.yaml +52 -0
- package/components/select-box-group.yaml +20 -0
- package/components/select-box.yaml +176 -0
- package/components/skeleton.yaml +73 -0
- package/components/slider-thumb.yaml +45 -0
- package/components/slider-tick.yaml +27 -0
- package/components/slider.yaml +169 -0
- package/components/snackbar.yaml +137 -0
- package/components/switch.yaml +66 -0
- package/components/switchmark.yaml +147 -0
- package/components/tab.yaml +57 -0
- package/components/tablist.yaml +64 -0
- package/components/tag-group-item.yaml +119 -0
- package/components/tag-group.yaml +40 -0
- package/components/text-button.yaml +46 -0
- package/components/text-input.yaml +234 -0
- package/components/toggle-button.yaml +201 -0
- package/components/top-navigation.yaml +106 -0
- package/components/typography.yaml +380 -0
- package/dimension.yaml +88 -0
- package/duration.yaml +29 -0
- package/font-size.yaml +77 -0
- package/font-weight.yaml +16 -0
- package/gradient.yaml +134 -0
- package/line-height.yaml +77 -0
- package/package.json +20 -0
- package/radius.yaml +40 -0
- package/shadow.yaml +63 -0
- package/timing-function.yaml +37 -0
package/color.yaml
ADDED
|
@@ -0,0 +1,855 @@
|
|
|
1
|
+
kind: Tokens
|
|
2
|
+
metadata:
|
|
3
|
+
id: color
|
|
4
|
+
name: Color
|
|
5
|
+
lastUpdated: 26-01-15
|
|
6
|
+
data:
|
|
7
|
+
collection: color
|
|
8
|
+
tokens:
|
|
9
|
+
$color.palette.gray-00:
|
|
10
|
+
values:
|
|
11
|
+
theme-light: "#ffffff"
|
|
12
|
+
theme-dark: "#000000"
|
|
13
|
+
$color.palette.gray-100:
|
|
14
|
+
values:
|
|
15
|
+
theme-light: "#f7f8f9"
|
|
16
|
+
theme-dark: "#16171b"
|
|
17
|
+
$color.palette.gray-200:
|
|
18
|
+
values:
|
|
19
|
+
theme-light: "#f3f4f5"
|
|
20
|
+
theme-dark: "#1d2025"
|
|
21
|
+
$color.palette.gray-300:
|
|
22
|
+
values:
|
|
23
|
+
theme-light: "#eeeff1"
|
|
24
|
+
theme-dark: "#2b2e35"
|
|
25
|
+
$color.palette.gray-400:
|
|
26
|
+
values:
|
|
27
|
+
theme-light: "#dcdee3"
|
|
28
|
+
theme-dark: "#393d46"
|
|
29
|
+
$color.palette.gray-500:
|
|
30
|
+
values:
|
|
31
|
+
theme-light: "#d1d3d8"
|
|
32
|
+
theme-dark: "#5b606a"
|
|
33
|
+
$color.palette.gray-600:
|
|
34
|
+
values:
|
|
35
|
+
theme-light: "#b0b3ba"
|
|
36
|
+
theme-dark: "#868b94"
|
|
37
|
+
$color.palette.gray-700:
|
|
38
|
+
values:
|
|
39
|
+
theme-light: "#868b94"
|
|
40
|
+
theme-dark: "#b0b3ba"
|
|
41
|
+
$color.palette.gray-800:
|
|
42
|
+
values:
|
|
43
|
+
theme-light: "#555d6d"
|
|
44
|
+
theme-dark: "#dcdee3"
|
|
45
|
+
$color.palette.gray-900:
|
|
46
|
+
values:
|
|
47
|
+
theme-light: "#2a3038"
|
|
48
|
+
theme-dark: "#e9eaec"
|
|
49
|
+
$color.palette.gray-1000:
|
|
50
|
+
values:
|
|
51
|
+
theme-light: "#1a1c20"
|
|
52
|
+
theme-dark: "#f3f4f5"
|
|
53
|
+
$color.palette.carrot-100:
|
|
54
|
+
values:
|
|
55
|
+
theme-light: "#fff2ec"
|
|
56
|
+
theme-dark: "#31241f"
|
|
57
|
+
$color.palette.carrot-200:
|
|
58
|
+
values:
|
|
59
|
+
theme-light: "#ffe8db"
|
|
60
|
+
theme-dark: "#4b291c"
|
|
61
|
+
$color.palette.carrot-300:
|
|
62
|
+
values:
|
|
63
|
+
theme-light: "#ffd5c0"
|
|
64
|
+
theme-dark: "#6b311c"
|
|
65
|
+
$color.palette.carrot-400:
|
|
66
|
+
values:
|
|
67
|
+
theme-light: "#ffb999"
|
|
68
|
+
theme-dark: "#923600"
|
|
69
|
+
$color.palette.carrot-500:
|
|
70
|
+
values:
|
|
71
|
+
theme-light: "#ff9364"
|
|
72
|
+
theme-dark: "#bd4201"
|
|
73
|
+
$color.palette.carrot-600:
|
|
74
|
+
values:
|
|
75
|
+
theme-light: "#ff6600"
|
|
76
|
+
theme-dark: "#e65200"
|
|
77
|
+
$color.palette.carrot-700:
|
|
78
|
+
values:
|
|
79
|
+
theme-light: "#e14d00"
|
|
80
|
+
theme-dark: "#ff6600"
|
|
81
|
+
$color.palette.carrot-800:
|
|
82
|
+
values:
|
|
83
|
+
theme-light: "#b93901"
|
|
84
|
+
theme-dark: "#ff9e65"
|
|
85
|
+
$color.palette.carrot-900:
|
|
86
|
+
values:
|
|
87
|
+
theme-light: "#862b00"
|
|
88
|
+
theme-dark: "#eecebc"
|
|
89
|
+
$color.palette.carrot-1000:
|
|
90
|
+
values:
|
|
91
|
+
theme-light: "#471601"
|
|
92
|
+
theme-dark: "#f4eeea"
|
|
93
|
+
$color.palette.blue-100:
|
|
94
|
+
values:
|
|
95
|
+
theme-light: "#eff6ff"
|
|
96
|
+
theme-dark: "#202742"
|
|
97
|
+
$color.palette.blue-200:
|
|
98
|
+
values:
|
|
99
|
+
theme-light: "#e2edfc"
|
|
100
|
+
theme-dark: "#1e3352"
|
|
101
|
+
$color.palette.blue-300:
|
|
102
|
+
values:
|
|
103
|
+
theme-light: "#cbdffa"
|
|
104
|
+
theme-dark: "#1a4275"
|
|
105
|
+
$color.palette.blue-400:
|
|
106
|
+
values:
|
|
107
|
+
theme-light: "#aacefd"
|
|
108
|
+
theme-dark: "#0f559e"
|
|
109
|
+
$color.palette.blue-500:
|
|
110
|
+
values:
|
|
111
|
+
theme-light: "#85b8fd"
|
|
112
|
+
theme-dark: "#1964d8"
|
|
113
|
+
$color.palette.blue-600:
|
|
114
|
+
values:
|
|
115
|
+
theme-light: "#5e98fe"
|
|
116
|
+
theme-dark: "#1e82eb"
|
|
117
|
+
$color.palette.blue-700:
|
|
118
|
+
values:
|
|
119
|
+
theme-light: "#217cf9"
|
|
120
|
+
theme-dark: "#41a2f9"
|
|
121
|
+
$color.palette.blue-800:
|
|
122
|
+
values:
|
|
123
|
+
theme-light: "#135fcd"
|
|
124
|
+
theme-dark: "#83bcf9"
|
|
125
|
+
$color.palette.blue-900:
|
|
126
|
+
values:
|
|
127
|
+
theme-light: "#0b4596"
|
|
128
|
+
theme-dark: "#b9d7fb"
|
|
129
|
+
$color.palette.blue-1000:
|
|
130
|
+
values:
|
|
131
|
+
theme-light: "#032451"
|
|
132
|
+
theme-dark: "#e5f0fe"
|
|
133
|
+
$color.palette.red-100:
|
|
134
|
+
values:
|
|
135
|
+
theme-light: "#fdf0f0"
|
|
136
|
+
theme-dark: "#322323"
|
|
137
|
+
$color.palette.red-200:
|
|
138
|
+
values:
|
|
139
|
+
theme-light: "#fde7e7"
|
|
140
|
+
theme-dark: "#4f2624"
|
|
141
|
+
$color.palette.red-300:
|
|
142
|
+
values:
|
|
143
|
+
theme-light: "#fed4d2"
|
|
144
|
+
theme-dark: "#742826"
|
|
145
|
+
$color.palette.red-400:
|
|
146
|
+
values:
|
|
147
|
+
theme-light: "#feb7b3"
|
|
148
|
+
theme-dark: "#a12621"
|
|
149
|
+
$color.palette.red-500:
|
|
150
|
+
values:
|
|
151
|
+
theme-light: "#fe928d"
|
|
152
|
+
theme-dark: "#ca2319"
|
|
153
|
+
$color.palette.red-600:
|
|
154
|
+
values:
|
|
155
|
+
theme-light: "#fc6a66"
|
|
156
|
+
theme-dark: "#f73526"
|
|
157
|
+
$color.palette.red-700:
|
|
158
|
+
values:
|
|
159
|
+
theme-light: "#fa342c"
|
|
160
|
+
theme-dark: "#ff6e60"
|
|
161
|
+
$color.palette.red-800:
|
|
162
|
+
values:
|
|
163
|
+
theme-light: "#ca1d13"
|
|
164
|
+
theme-dark: "#ffa299"
|
|
165
|
+
$color.palette.red-900:
|
|
166
|
+
values:
|
|
167
|
+
theme-light: "#921708"
|
|
168
|
+
theme-dark: "#f8c5c3"
|
|
169
|
+
$color.palette.red-1000:
|
|
170
|
+
values:
|
|
171
|
+
theme-light: "#4a1209"
|
|
172
|
+
theme-dark: "#fdf2f2"
|
|
173
|
+
$color.palette.green-100:
|
|
174
|
+
values:
|
|
175
|
+
theme-light: "#edfaf6"
|
|
176
|
+
theme-dark: "#202926"
|
|
177
|
+
$color.palette.green-200:
|
|
178
|
+
values:
|
|
179
|
+
theme-light: "#d9f6e9"
|
|
180
|
+
theme-dark: "#20362e"
|
|
181
|
+
$color.palette.green-300:
|
|
182
|
+
values:
|
|
183
|
+
theme-light: "#b9e9d2"
|
|
184
|
+
theme-dark: "#20493b"
|
|
185
|
+
$color.palette.green-400:
|
|
186
|
+
values:
|
|
187
|
+
theme-light: "#7ddcb3"
|
|
188
|
+
theme-dark: "#19604c"
|
|
189
|
+
$color.palette.green-500:
|
|
190
|
+
values:
|
|
191
|
+
theme-light: "#42c593"
|
|
192
|
+
theme-dark: "#117956"
|
|
193
|
+
$color.palette.green-600:
|
|
194
|
+
values:
|
|
195
|
+
theme-light: "#10ab7d"
|
|
196
|
+
theme-dark: "#1b946d"
|
|
197
|
+
$color.palette.green-700:
|
|
198
|
+
values:
|
|
199
|
+
theme-light: "#079171"
|
|
200
|
+
theme-dark: "#22b27f"
|
|
201
|
+
$color.palette.green-800:
|
|
202
|
+
values:
|
|
203
|
+
theme-light: "#00745f"
|
|
204
|
+
theme-dark: "#35ce9a"
|
|
205
|
+
$color.palette.green-900:
|
|
206
|
+
values:
|
|
207
|
+
theme-light: "#075445"
|
|
208
|
+
theme-dark: "#93e5c0"
|
|
209
|
+
$color.palette.green-1000:
|
|
210
|
+
values:
|
|
211
|
+
theme-light: "#0a2b24"
|
|
212
|
+
theme-dark: "#d4f6ef"
|
|
213
|
+
$color.palette.yellow-100:
|
|
214
|
+
values:
|
|
215
|
+
theme-light: "#fff7de"
|
|
216
|
+
theme-dark: "#302819"
|
|
217
|
+
$color.palette.yellow-200:
|
|
218
|
+
values:
|
|
219
|
+
theme-light: "#fdefb9"
|
|
220
|
+
theme-dark: "#413218"
|
|
221
|
+
$color.palette.yellow-300:
|
|
222
|
+
values:
|
|
223
|
+
theme-light: "#fbdc65"
|
|
224
|
+
theme-dark: "#543e15"
|
|
225
|
+
$color.palette.yellow-400:
|
|
226
|
+
values:
|
|
227
|
+
theme-light: "#e9c647"
|
|
228
|
+
theme-dark: "#714e15"
|
|
229
|
+
$color.palette.yellow-500:
|
|
230
|
+
values:
|
|
231
|
+
theme-light: "#d4ab28"
|
|
232
|
+
theme-dark: "#91601b"
|
|
233
|
+
$color.palette.yellow-600:
|
|
234
|
+
values:
|
|
235
|
+
theme-light: "#c49725"
|
|
236
|
+
theme-dark: "#b6720d"
|
|
237
|
+
$color.palette.yellow-700:
|
|
238
|
+
values:
|
|
239
|
+
theme-light: "#9b7821"
|
|
240
|
+
theme-dark: "#ca901c"
|
|
241
|
+
$color.palette.yellow-800:
|
|
242
|
+
values:
|
|
243
|
+
theme-light: "#755b22"
|
|
244
|
+
theme-dark: "#dab156"
|
|
245
|
+
$color.palette.yellow-900:
|
|
246
|
+
values:
|
|
247
|
+
theme-light: "#4f3e1f"
|
|
248
|
+
theme-dark: "#e5d49b"
|
|
249
|
+
$color.palette.yellow-1000:
|
|
250
|
+
values:
|
|
251
|
+
theme-light: "#2c2512"
|
|
252
|
+
theme-dark: "#f7f0cd"
|
|
253
|
+
$color.palette.purple-100:
|
|
254
|
+
values:
|
|
255
|
+
theme-light: "#f5f3fe"
|
|
256
|
+
theme-dark: "#28213b"
|
|
257
|
+
$color.palette.purple-200:
|
|
258
|
+
values:
|
|
259
|
+
theme-light: "#efeafe"
|
|
260
|
+
theme-dark: "#3b2873"
|
|
261
|
+
$color.palette.purple-300:
|
|
262
|
+
values:
|
|
263
|
+
theme-light: "#e1d8ff"
|
|
264
|
+
theme-dark: "#443081"
|
|
265
|
+
$color.palette.purple-400:
|
|
266
|
+
values:
|
|
267
|
+
theme-light: "#d0c0ff"
|
|
268
|
+
theme-dark: "#5a3bb1"
|
|
269
|
+
$color.palette.purple-500:
|
|
270
|
+
values:
|
|
271
|
+
theme-light: "#b8a1ff"
|
|
272
|
+
theme-dark: "#764fd9"
|
|
273
|
+
$color.palette.purple-600:
|
|
274
|
+
values:
|
|
275
|
+
theme-light: "#9f84fb"
|
|
276
|
+
theme-dark: "#8e6bee"
|
|
277
|
+
$color.palette.purple-700:
|
|
278
|
+
values:
|
|
279
|
+
theme-light: "#8969ea"
|
|
280
|
+
theme-dark: "#a78df0"
|
|
281
|
+
$color.palette.purple-800:
|
|
282
|
+
values:
|
|
283
|
+
theme-light: "#6d50cb"
|
|
284
|
+
theme-dark: "#beadf2"
|
|
285
|
+
$color.palette.purple-900:
|
|
286
|
+
values:
|
|
287
|
+
theme-light: "#50379b"
|
|
288
|
+
theme-dark: "#d9cefa"
|
|
289
|
+
$color.palette.purple-1000:
|
|
290
|
+
values:
|
|
291
|
+
theme-light: "#29175d"
|
|
292
|
+
theme-dark: "#f0edfc"
|
|
293
|
+
$color.palette.static-black:
|
|
294
|
+
values:
|
|
295
|
+
theme-light: "#000000"
|
|
296
|
+
theme-dark: "#000000"
|
|
297
|
+
$color.palette.static-black-alpha-100:
|
|
298
|
+
values:
|
|
299
|
+
theme-light: "#00000007"
|
|
300
|
+
theme-dark: "#00000007"
|
|
301
|
+
$color.palette.static-black-alpha-200:
|
|
302
|
+
values:
|
|
303
|
+
theme-light: "#0000000c"
|
|
304
|
+
theme-dark: "#0000000c"
|
|
305
|
+
$color.palette.static-black-alpha-300:
|
|
306
|
+
values:
|
|
307
|
+
theme-light: "#00000010"
|
|
308
|
+
theme-dark: "#00000010"
|
|
309
|
+
$color.palette.static-black-alpha-400:
|
|
310
|
+
values:
|
|
311
|
+
theme-light: "#00000021"
|
|
312
|
+
theme-dark: "#00000021"
|
|
313
|
+
$color.palette.static-black-alpha-500:
|
|
314
|
+
values:
|
|
315
|
+
theme-light: "#0000002c"
|
|
316
|
+
theme-dark: "#0000002c"
|
|
317
|
+
$color.palette.static-black-alpha-600:
|
|
318
|
+
values:
|
|
319
|
+
theme-light: "#0000004c"
|
|
320
|
+
theme-dark: "#0000004c"
|
|
321
|
+
$color.palette.static-black-alpha-700:
|
|
322
|
+
values:
|
|
323
|
+
theme-light: "#00000074"
|
|
324
|
+
theme-dark: "#00000074"
|
|
325
|
+
$color.palette.static-black-alpha-800:
|
|
326
|
+
values:
|
|
327
|
+
theme-light: "#000000a2"
|
|
328
|
+
theme-dark: "#000000a2"
|
|
329
|
+
$color.palette.static-black-alpha-900:
|
|
330
|
+
values:
|
|
331
|
+
theme-light: "#000000d0"
|
|
332
|
+
theme-dark: "#000000d0"
|
|
333
|
+
$color.palette.static-black-alpha-1000:
|
|
334
|
+
values:
|
|
335
|
+
theme-light: "#000000e3"
|
|
336
|
+
theme-dark: "#000000e3"
|
|
337
|
+
$color.palette.static-white:
|
|
338
|
+
values:
|
|
339
|
+
theme-light: "#ffffff"
|
|
340
|
+
theme-dark: "#ffffff"
|
|
341
|
+
$color.palette.static-white-alpha-50:
|
|
342
|
+
values:
|
|
343
|
+
theme-light: "#ffffff0d"
|
|
344
|
+
theme-dark: "#ffffff0d"
|
|
345
|
+
$color.palette.static-white-alpha-100:
|
|
346
|
+
values:
|
|
347
|
+
theme-light: "#ffffff17"
|
|
348
|
+
theme-dark: "#ffffff17"
|
|
349
|
+
$color.palette.static-white-alpha-200:
|
|
350
|
+
values:
|
|
351
|
+
theme-light: "#ffffff20"
|
|
352
|
+
theme-dark: "#ffffff20"
|
|
353
|
+
$color.palette.static-white-alpha-300:
|
|
354
|
+
values:
|
|
355
|
+
theme-light: "#ffffff2e"
|
|
356
|
+
theme-dark: "#ffffff2e"
|
|
357
|
+
$color.palette.static-white-alpha-400:
|
|
358
|
+
values:
|
|
359
|
+
theme-light: "#ffffff3d"
|
|
360
|
+
theme-dark: "#ffffff3d"
|
|
361
|
+
$color.palette.static-white-alpha-500:
|
|
362
|
+
values:
|
|
363
|
+
theme-light: "#ffffff60"
|
|
364
|
+
theme-dark: "#ffffff60"
|
|
365
|
+
$color.palette.static-white-alpha-600:
|
|
366
|
+
values:
|
|
367
|
+
theme-light: "#ffffff8b"
|
|
368
|
+
theme-dark: "#ffffff8b"
|
|
369
|
+
$color.palette.static-white-alpha-700:
|
|
370
|
+
values:
|
|
371
|
+
theme-light: "#ffffffb3"
|
|
372
|
+
theme-dark: "#ffffffb3"
|
|
373
|
+
$color.palette.static-white-alpha-800:
|
|
374
|
+
values:
|
|
375
|
+
theme-light: "#ffffffde"
|
|
376
|
+
theme-dark: "#ffffffde"
|
|
377
|
+
$color.palette.static-white-alpha-900:
|
|
378
|
+
values:
|
|
379
|
+
theme-light: "#ffffffea"
|
|
380
|
+
theme-dark: "#ffffffea"
|
|
381
|
+
$color.palette.static-white-alpha-1000:
|
|
382
|
+
values:
|
|
383
|
+
theme-light: "#fffffff4"
|
|
384
|
+
theme-dark: "#fffffff4"
|
|
385
|
+
$color.fg.brand:
|
|
386
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다.
|
|
387
|
+
values:
|
|
388
|
+
theme-light: $color.palette.carrot-600
|
|
389
|
+
theme-dark: $color.palette.carrot-700
|
|
390
|
+
$color.fg.brand-contrast:
|
|
391
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. (contrast)
|
|
392
|
+
values:
|
|
393
|
+
theme-light: $color.palette.carrot-700
|
|
394
|
+
theme-dark: $color.palette.carrot-700
|
|
395
|
+
$color.fg.critical:
|
|
396
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다.
|
|
397
|
+
values:
|
|
398
|
+
theme-light: $color.palette.red-700
|
|
399
|
+
theme-dark: $color.palette.red-700
|
|
400
|
+
$color.fg.critical-contrast:
|
|
401
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (contrast)
|
|
402
|
+
values:
|
|
403
|
+
theme-light: $color.palette.red-900
|
|
404
|
+
theme-dark: $color.palette.red-900
|
|
405
|
+
$color.fg.disabled:
|
|
406
|
+
values:
|
|
407
|
+
theme-light: $color.palette.gray-500
|
|
408
|
+
theme-dark: $color.palette.gray-500
|
|
409
|
+
$color.fg.informative:
|
|
410
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다.
|
|
411
|
+
values:
|
|
412
|
+
theme-light: $color.palette.blue-700
|
|
413
|
+
theme-dark: $color.palette.blue-700
|
|
414
|
+
$color.fg.informative-contrast:
|
|
415
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (contrast)
|
|
416
|
+
values:
|
|
417
|
+
theme-light: $color.palette.blue-900
|
|
418
|
+
theme-dark: $color.palette.blue-900
|
|
419
|
+
$color.fg.neutral:
|
|
420
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다.
|
|
421
|
+
values:
|
|
422
|
+
theme-light: $color.palette.gray-1000
|
|
423
|
+
theme-dark: $color.palette.gray-1000
|
|
424
|
+
$color.fg.neutral-inverted:
|
|
425
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted)
|
|
426
|
+
values:
|
|
427
|
+
theme-light: $color.palette.gray-00
|
|
428
|
+
theme-dark: $color.palette.gray-100
|
|
429
|
+
$color.fg.neutral-muted:
|
|
430
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (muted)
|
|
431
|
+
values:
|
|
432
|
+
theme-light: $color.palette.gray-800
|
|
433
|
+
theme-dark: $color.palette.gray-800
|
|
434
|
+
$color.fg.neutral-subtle:
|
|
435
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (subtle)
|
|
436
|
+
values:
|
|
437
|
+
theme-light: $color.palette.gray-700
|
|
438
|
+
theme-dark: $color.palette.gray-700
|
|
439
|
+
$color.fg.placeholder:
|
|
440
|
+
values:
|
|
441
|
+
theme-light: $color.palette.gray-600
|
|
442
|
+
theme-dark: $color.palette.gray-600
|
|
443
|
+
$color.fg.positive:
|
|
444
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다.
|
|
445
|
+
values:
|
|
446
|
+
theme-light: $color.palette.green-700
|
|
447
|
+
theme-dark: $color.palette.green-700
|
|
448
|
+
$color.fg.positive-contrast:
|
|
449
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (contrast)
|
|
450
|
+
values:
|
|
451
|
+
theme-light: $color.palette.green-900
|
|
452
|
+
theme-dark: $color.palette.green-900
|
|
453
|
+
$color.fg.warning:
|
|
454
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다.
|
|
455
|
+
values:
|
|
456
|
+
theme-light: $color.palette.yellow-700
|
|
457
|
+
theme-dark: $color.palette.yellow-700
|
|
458
|
+
$color.fg.warning-contrast:
|
|
459
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (contrast)
|
|
460
|
+
values:
|
|
461
|
+
theme-light: $color.palette.yellow-900
|
|
462
|
+
theme-dark: $color.palette.yellow-900
|
|
463
|
+
$color.bg.brand-solid:
|
|
464
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (solid)
|
|
465
|
+
values:
|
|
466
|
+
theme-light: $color.palette.carrot-600
|
|
467
|
+
theme-dark: $color.palette.carrot-700
|
|
468
|
+
$color.bg.brand-solid-pressed:
|
|
469
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (solid-pressed)
|
|
470
|
+
values:
|
|
471
|
+
theme-light: $color.palette.carrot-700
|
|
472
|
+
theme-dark: $color.palette.carrot-800
|
|
473
|
+
$color.bg.brand-weak:
|
|
474
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (weak)
|
|
475
|
+
values:
|
|
476
|
+
theme-light: $color.palette.carrot-100
|
|
477
|
+
theme-dark: $color.palette.carrot-100
|
|
478
|
+
$color.bg.brand-weak-pressed:
|
|
479
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (weak-pressed)
|
|
480
|
+
values:
|
|
481
|
+
theme-light: $color.palette.carrot-200
|
|
482
|
+
theme-dark: $color.palette.carrot-200
|
|
483
|
+
$color.bg.critical-solid:
|
|
484
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (solid)
|
|
485
|
+
values:
|
|
486
|
+
theme-light: $color.palette.red-700
|
|
487
|
+
theme-dark: $color.palette.red-600
|
|
488
|
+
$color.bg.critical-solid-pressed:
|
|
489
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (solid-pressed)
|
|
490
|
+
values:
|
|
491
|
+
theme-light: $color.palette.red-800
|
|
492
|
+
theme-dark: $color.palette.red-700
|
|
493
|
+
$color.bg.critical-weak:
|
|
494
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (weak)
|
|
495
|
+
values:
|
|
496
|
+
theme-light: $color.palette.red-100
|
|
497
|
+
theme-dark: $color.palette.red-100
|
|
498
|
+
$color.bg.critical-weak-pressed:
|
|
499
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (weak-pressed)
|
|
500
|
+
values:
|
|
501
|
+
theme-light: $color.palette.red-200
|
|
502
|
+
theme-dark: $color.palette.red-200
|
|
503
|
+
$color.bg.disabled:
|
|
504
|
+
values:
|
|
505
|
+
theme-light: $color.palette.gray-200
|
|
506
|
+
theme-dark: $color.palette.gray-300
|
|
507
|
+
$color.bg.informative-solid:
|
|
508
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (solid)
|
|
509
|
+
values:
|
|
510
|
+
theme-light: $color.palette.blue-700
|
|
511
|
+
theme-dark: $color.palette.blue-600
|
|
512
|
+
$color.bg.informative-solid-pressed:
|
|
513
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (solid-pressed)
|
|
514
|
+
values:
|
|
515
|
+
theme-light: $color.palette.blue-800
|
|
516
|
+
theme-dark: $color.palette.blue-700
|
|
517
|
+
$color.bg.informative-weak:
|
|
518
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (weak)
|
|
519
|
+
values:
|
|
520
|
+
theme-light: $color.palette.blue-100
|
|
521
|
+
theme-dark: $color.palette.blue-100
|
|
522
|
+
$color.bg.informative-weak-pressed:
|
|
523
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (weak-pressed)
|
|
524
|
+
values:
|
|
525
|
+
theme-light: $color.palette.blue-200
|
|
526
|
+
theme-dark: $color.palette.blue-200
|
|
527
|
+
$color.bg.layer-basement:
|
|
528
|
+
description: 가장 낮은 0단계의 '대지'입니다. 화면 가장 깊은 곳에 위치하는 전체 배경색입니다.
|
|
529
|
+
values:
|
|
530
|
+
theme-light: $color.palette.gray-200
|
|
531
|
+
theme-dark: $color.palette.gray-00
|
|
532
|
+
$color.bg.layer-default:
|
|
533
|
+
description: basement 바로 위에 놓이는 기본 표면입니다. 대부분의 스크린 콘텐츠(List, TextField 등)가 이 레이어 위에서 표현됩니다.
|
|
534
|
+
values:
|
|
535
|
+
theme-light: $color.palette.gray-00
|
|
536
|
+
theme-dark: $color.palette.gray-100
|
|
537
|
+
$color.bg.layer-default-pressed:
|
|
538
|
+
description: basement 바로 위에 놓이는 기본 표면입니다. 대부분의 스크린 콘텐츠(List, TextField 등)가 이 레이어 위에서 표현됩니다. (pressed)
|
|
539
|
+
values:
|
|
540
|
+
theme-light: $color.palette.gray-100
|
|
541
|
+
theme-dark: $color.palette.gray-300
|
|
542
|
+
$color.bg.layer-floating:
|
|
543
|
+
description: 화면의 모든 콘텐츠 위를 덮으며(floating) 나타나는 임시 레이어입니다. 사용자의 상호작용을 필요로 하는 모달(Modal)성 요소들이 여기에 속합니다.
|
|
544
|
+
values:
|
|
545
|
+
theme-light: $color.palette.gray-00
|
|
546
|
+
theme-dark: $color.palette.gray-200
|
|
547
|
+
$color.bg.layer-floating-pressed:
|
|
548
|
+
description: 화면의 모든 콘텐츠 위를 덮으며(floating) 나타나는 임시 레이어입니다. 사용자의 상호작용을 필요로 하는 모달(Modal)성 요소들이 여기에 속합니다. (pressed)
|
|
549
|
+
values:
|
|
550
|
+
theme-light: $color.palette.gray-100
|
|
551
|
+
theme-dark: $color.palette.gray-300
|
|
552
|
+
$color.bg.magic-weak:
|
|
553
|
+
values:
|
|
554
|
+
theme-light: "#f9f2ee"
|
|
555
|
+
theme-dark: "#201f1f"
|
|
556
|
+
$color.bg.neutral-inverted:
|
|
557
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted)
|
|
558
|
+
values:
|
|
559
|
+
theme-light: $color.palette.gray-900
|
|
560
|
+
theme-dark: $color.palette.gray-1000
|
|
561
|
+
$color.bg.neutral-inverted-pressed:
|
|
562
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (inverted-pressed)
|
|
563
|
+
values:
|
|
564
|
+
theme-light: $color.palette.gray-800
|
|
565
|
+
theme-dark: $color.palette.gray-800
|
|
566
|
+
$color.bg.neutral-solid:
|
|
567
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid)
|
|
568
|
+
values:
|
|
569
|
+
theme-light: $color.palette.gray-1000
|
|
570
|
+
theme-dark: $color.palette.gray-300
|
|
571
|
+
$color.bg.neutral-solid-muted:
|
|
572
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid-muted)
|
|
573
|
+
values:
|
|
574
|
+
theme-light: $color.palette.gray-800
|
|
575
|
+
theme-dark: $color.palette.gray-400
|
|
576
|
+
$color.bg.neutral-solid-muted-pressed:
|
|
577
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid-muted-pressed)
|
|
578
|
+
values:
|
|
579
|
+
theme-light: $color.palette.gray-900
|
|
580
|
+
theme-dark: $color.palette.gray-500
|
|
581
|
+
$color.bg.neutral-weak:
|
|
582
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak)
|
|
583
|
+
values:
|
|
584
|
+
theme-light: $color.palette.gray-200
|
|
585
|
+
theme-dark: $color.palette.gray-300
|
|
586
|
+
$color.bg.neutral-weak-alpha:
|
|
587
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-alpha) `$color.layer.basement` 위에서 컴포넌트의 가시성을 보장하기 위해 사용됩니다.
|
|
588
|
+
values:
|
|
589
|
+
theme-light: $color.palette.static-black-alpha-200
|
|
590
|
+
theme-dark: $color.palette.static-white-alpha-200
|
|
591
|
+
$color.bg.neutral-weak-alpha-pressed:
|
|
592
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-alpha-pressed) `$color.layer.basement` 위에서 컴포넌트의 가시성을 보장하기 위해 사용됩니다.
|
|
593
|
+
values:
|
|
594
|
+
theme-light: $color.palette.static-black-alpha-300
|
|
595
|
+
theme-dark: $color.palette.static-white-alpha-300
|
|
596
|
+
$color.bg.neutral-weak-pressed:
|
|
597
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak-pressed)
|
|
598
|
+
values:
|
|
599
|
+
theme-light: $color.palette.gray-300
|
|
600
|
+
theme-dark: $color.palette.gray-400
|
|
601
|
+
$color.bg.overlay:
|
|
602
|
+
values:
|
|
603
|
+
theme-light: $color.palette.static-black-alpha-700
|
|
604
|
+
theme-dark: $color.palette.static-black-alpha-700
|
|
605
|
+
$color.bg.overlay-muted:
|
|
606
|
+
values:
|
|
607
|
+
theme-light: $color.palette.static-black-alpha-500
|
|
608
|
+
theme-dark: $color.palette.static-black-alpha-500
|
|
609
|
+
$color.bg.positive-solid:
|
|
610
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (solid)
|
|
611
|
+
values:
|
|
612
|
+
theme-light: $color.palette.green-700
|
|
613
|
+
theme-dark: $color.palette.green-500
|
|
614
|
+
$color.bg.positive-solid-pressed:
|
|
615
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (solid-pressed)
|
|
616
|
+
values:
|
|
617
|
+
theme-light: $color.palette.green-800
|
|
618
|
+
theme-dark: $color.palette.green-600
|
|
619
|
+
$color.bg.positive-weak:
|
|
620
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (weak)
|
|
621
|
+
values:
|
|
622
|
+
theme-light: $color.palette.green-100
|
|
623
|
+
theme-dark: $color.palette.green-100
|
|
624
|
+
$color.bg.positive-weak-pressed:
|
|
625
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (weak-pressed)
|
|
626
|
+
values:
|
|
627
|
+
theme-light: $color.palette.green-200
|
|
628
|
+
theme-dark: $color.palette.green-200
|
|
629
|
+
$color.bg.transparent:
|
|
630
|
+
values:
|
|
631
|
+
theme-light: "#00000000"
|
|
632
|
+
theme-dark: "#ffffff00"
|
|
633
|
+
$color.bg.transparent-pressed:
|
|
634
|
+
values:
|
|
635
|
+
theme-light: $color.palette.static-black-alpha-100
|
|
636
|
+
theme-dark: $color.palette.static-white-alpha-50
|
|
637
|
+
$color.bg.warning-solid:
|
|
638
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (solid)
|
|
639
|
+
values:
|
|
640
|
+
theme-light: $color.palette.yellow-300
|
|
641
|
+
theme-dark: $color.palette.yellow-800
|
|
642
|
+
$color.bg.warning-solid-pressed:
|
|
643
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (solid-pressed)
|
|
644
|
+
values:
|
|
645
|
+
theme-light: $color.palette.yellow-400
|
|
646
|
+
theme-dark: $color.palette.yellow-900
|
|
647
|
+
$color.bg.warning-weak:
|
|
648
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (weak)
|
|
649
|
+
values:
|
|
650
|
+
theme-light: $color.palette.yellow-100
|
|
651
|
+
theme-dark: $color.palette.yellow-100
|
|
652
|
+
$color.bg.warning-weak-pressed:
|
|
653
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (weak-pressed)
|
|
654
|
+
values:
|
|
655
|
+
theme-light: $color.palette.yellow-200
|
|
656
|
+
theme-dark: $color.palette.yellow-200
|
|
657
|
+
$color.stroke.brand-solid:
|
|
658
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (solid)
|
|
659
|
+
values:
|
|
660
|
+
theme-light: $color.palette.carrot-700
|
|
661
|
+
theme-dark: $color.palette.carrot-700
|
|
662
|
+
$color.stroke.brand-weak:
|
|
663
|
+
description: 브랜드와 관련된 요소들이 즉각적으로 인식될 수 있도록 돕습니다. 화면에서 가장 중요한 액션을 강조하는데 사용할 수 있습니다. (weak)
|
|
664
|
+
values:
|
|
665
|
+
theme-light: $color.palette.carrot-300
|
|
666
|
+
theme-dark: $color.palette.carrot-300
|
|
667
|
+
$color.stroke.critical-solid:
|
|
668
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (solid)
|
|
669
|
+
values:
|
|
670
|
+
theme-light: $color.palette.red-700
|
|
671
|
+
theme-dark: $color.palette.red-700
|
|
672
|
+
$color.stroke.critical-weak:
|
|
673
|
+
description: 오류, 경고 또는 중요한 문제를 나타내는 데 사용됩니다. (weak)
|
|
674
|
+
values:
|
|
675
|
+
theme-light: $color.palette.red-300
|
|
676
|
+
theme-dark: $color.palette.red-300
|
|
677
|
+
$color.stroke.informative-solid:
|
|
678
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (solid)
|
|
679
|
+
values:
|
|
680
|
+
theme-light: $color.palette.blue-700
|
|
681
|
+
theme-dark: $color.palette.blue-700
|
|
682
|
+
$color.stroke.informative-weak:
|
|
683
|
+
description: 사용자에게 유용한 정보를 제공하거나 상태를 설명할 때 사용됩니다. (weak)
|
|
684
|
+
values:
|
|
685
|
+
theme-light: $color.palette.blue-300
|
|
686
|
+
theme-dark: $color.palette.blue-300
|
|
687
|
+
$color.stroke.neutral-contrast:
|
|
688
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (contrast)
|
|
689
|
+
values:
|
|
690
|
+
theme-light: $color.palette.gray-1000
|
|
691
|
+
theme-dark: $color.palette.gray-1000
|
|
692
|
+
$color.stroke.neutral-muted:
|
|
693
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (muted)
|
|
694
|
+
values:
|
|
695
|
+
theme-light: $color.palette.static-black-alpha-300
|
|
696
|
+
theme-dark: $color.palette.static-white-alpha-100
|
|
697
|
+
$color.stroke.neutral-solid:
|
|
698
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (solid)
|
|
699
|
+
values:
|
|
700
|
+
theme-light: $color.palette.gray-800
|
|
701
|
+
theme-dark: $color.palette.gray-800
|
|
702
|
+
$color.stroke.neutral-subtle:
|
|
703
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (subtle)
|
|
704
|
+
values:
|
|
705
|
+
theme-light: $color.palette.static-black-alpha-200
|
|
706
|
+
theme-dark: $color.palette.static-white-alpha-50
|
|
707
|
+
$color.stroke.neutral-weak:
|
|
708
|
+
description: 일반적인 콘텐츠에 사용되는 기본 색상입니다. (weak)
|
|
709
|
+
values:
|
|
710
|
+
theme-light: $color.palette.gray-400
|
|
711
|
+
theme-dark: $color.palette.gray-400
|
|
712
|
+
$color.stroke.positive-solid:
|
|
713
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (solid)
|
|
714
|
+
values:
|
|
715
|
+
theme-light: $color.palette.green-700
|
|
716
|
+
theme-dark: $color.palette.green-700
|
|
717
|
+
$color.stroke.positive-weak:
|
|
718
|
+
description: 성공적인 작업, 확인, 또는 긍정적인 상태를 나타내는 데 사용됩니다. (weak)
|
|
719
|
+
values:
|
|
720
|
+
theme-light: $color.palette.green-300
|
|
721
|
+
theme-dark: $color.palette.green-300
|
|
722
|
+
$color.stroke.warning-solid:
|
|
723
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (solid)
|
|
724
|
+
values:
|
|
725
|
+
theme-light: $color.palette.yellow-700
|
|
726
|
+
theme-dark: $color.palette.yellow-700
|
|
727
|
+
$color.stroke.warning-weak:
|
|
728
|
+
description: 사용자의 주의가 필요한 경고 메시지나 안내 사항을 전달하는 데 사용됩니다. (weak)
|
|
729
|
+
values:
|
|
730
|
+
theme-light: $color.palette.yellow-300
|
|
731
|
+
theme-dark: $color.palette.yellow-300
|
|
732
|
+
$color.stroke.focus-ring:
|
|
733
|
+
values:
|
|
734
|
+
theme-light: $color.palette.blue-600
|
|
735
|
+
theme-dark: $color.palette.blue-600
|
|
736
|
+
$color.manner-temp.l1.bg:
|
|
737
|
+
values:
|
|
738
|
+
theme-light: "#f1f2f3"
|
|
739
|
+
theme-dark: "#292929"
|
|
740
|
+
$color.manner-temp.l1.text:
|
|
741
|
+
values:
|
|
742
|
+
theme-light: "#757b85"
|
|
743
|
+
theme-dark: "#b8b8b9"
|
|
744
|
+
$color.manner-temp.l10.bg:
|
|
745
|
+
values:
|
|
746
|
+
theme-light: "#ffebee"
|
|
747
|
+
theme-dark: "#34040a"
|
|
748
|
+
$color.manner-temp.l10.text:
|
|
749
|
+
values:
|
|
750
|
+
theme-light: "#cb0123"
|
|
751
|
+
theme-dark: "#fb6f82"
|
|
752
|
+
$color.manner-temp.l2.bg:
|
|
753
|
+
values:
|
|
754
|
+
theme-light: "#f8f4ec"
|
|
755
|
+
theme-dark: "#332605"
|
|
756
|
+
$color.manner-temp.l2.text:
|
|
757
|
+
values:
|
|
758
|
+
theme-light: "#ab863f"
|
|
759
|
+
theme-dark: "#f5db97"
|
|
760
|
+
$color.manner-temp.l3.bg:
|
|
761
|
+
values:
|
|
762
|
+
theme-light: "#fff5e5"
|
|
763
|
+
theme-dark: "#372b01"
|
|
764
|
+
$color.manner-temp.l3.text:
|
|
765
|
+
values:
|
|
766
|
+
theme-light: "#e08a00"
|
|
767
|
+
theme-dark: "#fdda65"
|
|
768
|
+
$color.manner-temp.l4.bg:
|
|
769
|
+
values:
|
|
770
|
+
theme-light: "#fff3e5"
|
|
771
|
+
theme-dark: "#372301"
|
|
772
|
+
$color.manner-temp.l4.text:
|
|
773
|
+
values:
|
|
774
|
+
theme-light: "#f57e00"
|
|
775
|
+
theme-dark: "#fbbe55"
|
|
776
|
+
$color.manner-temp.l5.bg:
|
|
777
|
+
values:
|
|
778
|
+
theme-light: "#fff1e5"
|
|
779
|
+
theme-dark: "#371f01"
|
|
780
|
+
$color.manner-temp.l5.text:
|
|
781
|
+
values:
|
|
782
|
+
theme-light: "#ff7300"
|
|
783
|
+
theme-dark: "#faac4b"
|
|
784
|
+
$color.manner-temp.l6.bg:
|
|
785
|
+
values:
|
|
786
|
+
theme-light: "#fff0e5"
|
|
787
|
+
theme-dark: "#351b03"
|
|
788
|
+
$color.manner-temp.l6.text:
|
|
789
|
+
values:
|
|
790
|
+
theme-light: "#ff6600"
|
|
791
|
+
theme-dark: "#fc9855"
|
|
792
|
+
$color.manner-temp.l7.bg:
|
|
793
|
+
values:
|
|
794
|
+
theme-light: "#ffefe5"
|
|
795
|
+
theme-dark: "#371701"
|
|
796
|
+
$color.manner-temp.l7.text:
|
|
797
|
+
values:
|
|
798
|
+
theme-light: "#ff5100"
|
|
799
|
+
theme-dark: "#f97a25"
|
|
800
|
+
$color.manner-temp.l8.bg:
|
|
801
|
+
values:
|
|
802
|
+
theme-light: "#ffeee5"
|
|
803
|
+
theme-dark: "#380f00"
|
|
804
|
+
$color.manner-temp.l8.text:
|
|
805
|
+
values:
|
|
806
|
+
theme-light: "#ff3300"
|
|
807
|
+
theme-dark: "#fe6a34"
|
|
808
|
+
$color.manner-temp.l9.bg:
|
|
809
|
+
values:
|
|
810
|
+
theme-light: "#fdeded"
|
|
811
|
+
theme-dark: "#380500"
|
|
812
|
+
$color.manner-temp.l9.text:
|
|
813
|
+
values:
|
|
814
|
+
theme-light: "#e82c45"
|
|
815
|
+
theme-dark: "#fe6a5d"
|
|
816
|
+
$color.banner.blue:
|
|
817
|
+
values:
|
|
818
|
+
theme-light: "#e1f7ff"
|
|
819
|
+
theme-dark: "#0d2a3a"
|
|
820
|
+
$color.banner.cool-gray:
|
|
821
|
+
values:
|
|
822
|
+
theme-light: "#ebf1f5"
|
|
823
|
+
theme-dark: "#242c33"
|
|
824
|
+
$color.banner.green:
|
|
825
|
+
values:
|
|
826
|
+
theme-light: "#f0fbe5"
|
|
827
|
+
theme-dark: "#1e361c"
|
|
828
|
+
$color.banner.orange:
|
|
829
|
+
values:
|
|
830
|
+
theme-light: "#fff2e1"
|
|
831
|
+
theme-dark: "#42230a"
|
|
832
|
+
$color.banner.pink:
|
|
833
|
+
values:
|
|
834
|
+
theme-light: "#ffebf1"
|
|
835
|
+
theme-dark: "#3b172c"
|
|
836
|
+
$color.banner.purple:
|
|
837
|
+
values:
|
|
838
|
+
theme-light: "#f5ecff"
|
|
839
|
+
theme-dark: "#2e1e45"
|
|
840
|
+
$color.banner.red:
|
|
841
|
+
values:
|
|
842
|
+
theme-light: "#ffecee"
|
|
843
|
+
theme-dark: "#3a0f15"
|
|
844
|
+
$color.banner.teal:
|
|
845
|
+
values:
|
|
846
|
+
theme-light: "#e6faf6"
|
|
847
|
+
theme-dark: "#143633"
|
|
848
|
+
$color.banner.warm-gray:
|
|
849
|
+
values:
|
|
850
|
+
theme-light: "#f2f0ee"
|
|
851
|
+
theme-dark: "#2f2b27"
|
|
852
|
+
$color.banner.yellow:
|
|
853
|
+
values:
|
|
854
|
+
theme-light: "#fffae1"
|
|
855
|
+
theme-dark: "#3e2b00"
|