rei-kit 1.0.2 → 2.0.0
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 +100 -15
- package/dist/{GoogleButton-lxNEycyw.js → GoogleButton-DS-3rpUA.js} +6 -6
- package/dist/GoogleButton-DS-3rpUA.js.map +1 -0
- package/dist/{SettingsGroup-JsD19V81.js → SettingsGroup-BXkajKGl.js} +2 -2
- package/dist/{SettingsGroup-JsD19V81.js.map → SettingsGroup-BXkajKGl.js.map} +1 -1
- package/dist/{SettingsRow-3lPRJbBZ.js → SettingsRow-BXFn8tCk.js} +12 -12
- package/dist/SettingsRow-BXFn8tCk.js.map +1 -0
- package/dist/app.js +7 -7
- package/dist/app.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +130 -30
- package/dist/index.js.map +1 -1
- package/dist/materials/brutal.css +32 -0
- package/dist/materials/glass.css +104 -0
- package/dist/materials/quiet.css +39 -0
- package/dist/materials/soft.css +57 -0
- package/dist/materials.css +15 -0
- package/dist/palettes/palettes.generated.json.d.ts +475 -0
- package/dist/palettes.css +420 -0
- package/dist/pwa.js +4 -4
- package/dist/pwa.js.map +1 -1
- package/dist/shell/mobile.css +7 -7
- package/dist/shell/web.css +4 -4
- package/dist/styles.css +296 -426
- package/dist/tokens.css +254 -8
- package/dist/utils/appearance.d.ts +71 -0
- package/dist/web.js +9 -9
- package/dist/web.js.map +1 -1
- package/package.json +21 -5
- package/dist/GoogleButton-lxNEycyw.js.map +0 -1
- package/dist/SettingsRow-3lPRJbBZ.js.map +0 -1
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
declare const _default: [
|
|
2
|
+
{
|
|
3
|
+
"name": "rei",
|
|
4
|
+
"label": "Rei",
|
|
5
|
+
"origin": "rei-kit",
|
|
6
|
+
"light": {
|
|
7
|
+
"primary": "#26667f",
|
|
8
|
+
"accent": "#124170",
|
|
9
|
+
"positive": "#67c090",
|
|
10
|
+
"negative": "#c9463b",
|
|
11
|
+
"warning": "#d89a3e",
|
|
12
|
+
"canvas": "#f4faf8",
|
|
13
|
+
"surface": "#ffffff",
|
|
14
|
+
"muted": "#ddf4e7",
|
|
15
|
+
"ink": "#0f2229",
|
|
16
|
+
"inkSoft": "#5c7480",
|
|
17
|
+
"hair": "#e1edea",
|
|
18
|
+
"onPrimary": "#ffffff",
|
|
19
|
+
"onAccent": "#ffffff",
|
|
20
|
+
"onPositive": "#07141a",
|
|
21
|
+
"onNegative": "#ffffff",
|
|
22
|
+
"onWarning": "#07141a"
|
|
23
|
+
},
|
|
24
|
+
"dark": {
|
|
25
|
+
"primary": "#5fb0c9",
|
|
26
|
+
"accent": "#8cb8e0",
|
|
27
|
+
"positive": "#67c090",
|
|
28
|
+
"negative": "#f07a6f",
|
|
29
|
+
"warning": "#e6ad58",
|
|
30
|
+
"canvas": "#07141a",
|
|
31
|
+
"surface": "#102630",
|
|
32
|
+
"muted": "#12303a",
|
|
33
|
+
"ink": "#e6f0ee",
|
|
34
|
+
"inkSoft": "#8fa8b2",
|
|
35
|
+
"hair": "#1c3945",
|
|
36
|
+
"onPrimary": "#07141a",
|
|
37
|
+
"onAccent": "#07141a",
|
|
38
|
+
"onPositive": "#07141a",
|
|
39
|
+
"onNegative": "#07141a",
|
|
40
|
+
"onWarning": "#07141a"
|
|
41
|
+
},
|
|
42
|
+
"swatch": [
|
|
43
|
+
"#26667f",
|
|
44
|
+
"#124170",
|
|
45
|
+
"#67c090",
|
|
46
|
+
"#d89a3e"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "nord",
|
|
51
|
+
"label": "Nord",
|
|
52
|
+
"origin": "Arctic Ice Studio",
|
|
53
|
+
"light": {
|
|
54
|
+
"primary": "#5e81ac",
|
|
55
|
+
"accent": "#b48ead",
|
|
56
|
+
"positive": "#a3be8c",
|
|
57
|
+
"negative": "#bf616a",
|
|
58
|
+
"warning": "#ebcb8b",
|
|
59
|
+
"canvas": "#eceff4",
|
|
60
|
+
"surface": "#ffffff",
|
|
61
|
+
"muted": "#e5e9f0",
|
|
62
|
+
"ink": "#2e3440",
|
|
63
|
+
"inkSoft": "#4c566a",
|
|
64
|
+
"hair": "#d8dee9",
|
|
65
|
+
"onPrimary": "#111111",
|
|
66
|
+
"onAccent": "#111111",
|
|
67
|
+
"onPositive": "#2e3440",
|
|
68
|
+
"onNegative": "#111111",
|
|
69
|
+
"onWarning": "#2e3440"
|
|
70
|
+
},
|
|
71
|
+
"dark": {
|
|
72
|
+
"primary": "#88c0d0",
|
|
73
|
+
"accent": "#b48ead",
|
|
74
|
+
"positive": "#a3be8c",
|
|
75
|
+
"negative": "#bf616a",
|
|
76
|
+
"warning": "#ebcb8b",
|
|
77
|
+
"canvas": "#2e3440",
|
|
78
|
+
"surface": "#3b4252",
|
|
79
|
+
"muted": "#434c5e",
|
|
80
|
+
"ink": "#eceff4",
|
|
81
|
+
"inkSoft": "#d8dee9",
|
|
82
|
+
"hair": "#4c566a",
|
|
83
|
+
"onPrimary": "#2e3440",
|
|
84
|
+
"onAccent": "#111111",
|
|
85
|
+
"onPositive": "#2e3440",
|
|
86
|
+
"onNegative": "#111111",
|
|
87
|
+
"onWarning": "#2e3440"
|
|
88
|
+
},
|
|
89
|
+
"swatch": [
|
|
90
|
+
"#5e81ac",
|
|
91
|
+
"#b48ead",
|
|
92
|
+
"#a3be8c",
|
|
93
|
+
"#ebcb8b"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "dracula",
|
|
98
|
+
"label": "Dracula",
|
|
99
|
+
"origin": "Dracula Theme",
|
|
100
|
+
"swatch": [
|
|
101
|
+
"#bd93f9",
|
|
102
|
+
"#ff79c6",
|
|
103
|
+
"#50fa7b",
|
|
104
|
+
"#282a36"
|
|
105
|
+
],
|
|
106
|
+
"light": {
|
|
107
|
+
"primary": "#644ac9",
|
|
108
|
+
"accent": "#a3144d",
|
|
109
|
+
"positive": "#14710a",
|
|
110
|
+
"negative": "#cb3a2a",
|
|
111
|
+
"warning": "#a34d14",
|
|
112
|
+
"canvas": "#fffbeb",
|
|
113
|
+
"surface": "#ffffff",
|
|
114
|
+
"muted": "#f3eeda",
|
|
115
|
+
"ink": "#1f1f1f",
|
|
116
|
+
"inkSoft": "#635d4f",
|
|
117
|
+
"hair": "#e6e0c8",
|
|
118
|
+
"onPrimary": "#ffffff",
|
|
119
|
+
"onAccent": "#ffffff",
|
|
120
|
+
"onPositive": "#ffffff",
|
|
121
|
+
"onNegative": "#ffffff",
|
|
122
|
+
"onWarning": "#ffffff"
|
|
123
|
+
},
|
|
124
|
+
"dark": {
|
|
125
|
+
"primary": "#bd93f9",
|
|
126
|
+
"accent": "#ff79c6",
|
|
127
|
+
"positive": "#50fa7b",
|
|
128
|
+
"negative": "#ff5555",
|
|
129
|
+
"warning": "#ffb86c",
|
|
130
|
+
"canvas": "#21222c",
|
|
131
|
+
"surface": "#282a36",
|
|
132
|
+
"muted": "#343746",
|
|
133
|
+
"ink": "#f8f8f2",
|
|
134
|
+
"inkSoft": "#b6b9cf",
|
|
135
|
+
"hair": "#44475a",
|
|
136
|
+
"onPrimary": "#1f1f1f",
|
|
137
|
+
"onAccent": "#1f1f1f",
|
|
138
|
+
"onPositive": "#1f1f1f",
|
|
139
|
+
"onNegative": "#1f1f1f",
|
|
140
|
+
"onWarning": "#1f1f1f"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "catppuccin",
|
|
145
|
+
"label": "Catppuccin",
|
|
146
|
+
"origin": "Catppuccin",
|
|
147
|
+
"light": {
|
|
148
|
+
"primary": "#8839ef",
|
|
149
|
+
"accent": "#1e66f5",
|
|
150
|
+
"positive": "#40a02b",
|
|
151
|
+
"negative": "#d20f39",
|
|
152
|
+
"warning": "#df8e1d",
|
|
153
|
+
"canvas": "#eff1f5",
|
|
154
|
+
"surface": "#ffffff",
|
|
155
|
+
"muted": "#e6e9ef",
|
|
156
|
+
"ink": "#4c4f69",
|
|
157
|
+
"inkSoft": "#5c5f77",
|
|
158
|
+
"hair": "#ccd0da",
|
|
159
|
+
"onPrimary": "#ffffff",
|
|
160
|
+
"onAccent": "#ffffff",
|
|
161
|
+
"onPositive": "#1e1e2e",
|
|
162
|
+
"onNegative": "#ffffff",
|
|
163
|
+
"onWarning": "#1e1e2e"
|
|
164
|
+
},
|
|
165
|
+
"dark": {
|
|
166
|
+
"primary": "#cba6f7",
|
|
167
|
+
"accent": "#89b4fa",
|
|
168
|
+
"positive": "#a6e3a1",
|
|
169
|
+
"negative": "#f38ba8",
|
|
170
|
+
"warning": "#f9e2af",
|
|
171
|
+
"canvas": "#1e1e2e",
|
|
172
|
+
"surface": "#24273a",
|
|
173
|
+
"muted": "#313244",
|
|
174
|
+
"ink": "#cdd6f4",
|
|
175
|
+
"inkSoft": "#a6adc8",
|
|
176
|
+
"hair": "#45475a",
|
|
177
|
+
"onPrimary": "#1e1e2e",
|
|
178
|
+
"onAccent": "#1e1e2e",
|
|
179
|
+
"onPositive": "#1e1e2e",
|
|
180
|
+
"onNegative": "#1e1e2e",
|
|
181
|
+
"onWarning": "#1e1e2e"
|
|
182
|
+
},
|
|
183
|
+
"swatch": [
|
|
184
|
+
"#8839ef",
|
|
185
|
+
"#1e66f5",
|
|
186
|
+
"#40a02b",
|
|
187
|
+
"#df8e1d"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "solarized",
|
|
192
|
+
"label": "Solarized",
|
|
193
|
+
"origin": "Ethan Schoonover",
|
|
194
|
+
"light": {
|
|
195
|
+
"primary": "#268bd2",
|
|
196
|
+
"accent": "#6a6fc0",
|
|
197
|
+
"positive": "#859900",
|
|
198
|
+
"negative": "#dc322f",
|
|
199
|
+
"warning": "#b58900",
|
|
200
|
+
"canvas": "#fdf6e3",
|
|
201
|
+
"surface": "#fffcf3",
|
|
202
|
+
"muted": "#eee8d5",
|
|
203
|
+
"ink": "#073642",
|
|
204
|
+
"inkSoft": "#586e75",
|
|
205
|
+
"hair": "#e4dcc4",
|
|
206
|
+
"onPrimary": "#111111",
|
|
207
|
+
"onAccent": "#ffffff",
|
|
208
|
+
"onPositive": "#002b36",
|
|
209
|
+
"onNegative": "#ffffff",
|
|
210
|
+
"onWarning": "#002b36"
|
|
211
|
+
},
|
|
212
|
+
"dark": {
|
|
213
|
+
"primary": "#268bd2",
|
|
214
|
+
"accent": "#6a6fc0",
|
|
215
|
+
"positive": "#859900",
|
|
216
|
+
"negative": "#dc322f",
|
|
217
|
+
"warning": "#b58900",
|
|
218
|
+
"canvas": "#002b36",
|
|
219
|
+
"surface": "#073642",
|
|
220
|
+
"muted": "#0b3f4c",
|
|
221
|
+
"ink": "#eee8d5",
|
|
222
|
+
"inkSoft": "#93a1a1",
|
|
223
|
+
"hair": "#16505e",
|
|
224
|
+
"onPrimary": "#111111",
|
|
225
|
+
"onAccent": "#ffffff",
|
|
226
|
+
"onPositive": "#002b36",
|
|
227
|
+
"onNegative": "#ffffff",
|
|
228
|
+
"onWarning": "#002b36"
|
|
229
|
+
},
|
|
230
|
+
"swatch": [
|
|
231
|
+
"#268bd2",
|
|
232
|
+
"#6a6fc0",
|
|
233
|
+
"#859900",
|
|
234
|
+
"#b58900"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "gruvbox",
|
|
239
|
+
"label": "Gruvbox",
|
|
240
|
+
"origin": "morhetz",
|
|
241
|
+
"light": {
|
|
242
|
+
"primary": "#076678",
|
|
243
|
+
"accent": "#8f3f71",
|
|
244
|
+
"positive": "#79740e",
|
|
245
|
+
"negative": "#9d0006",
|
|
246
|
+
"warning": "#b57614",
|
|
247
|
+
"canvas": "#fbf1c7",
|
|
248
|
+
"surface": "#fdf7dd",
|
|
249
|
+
"muted": "#ebdbb2",
|
|
250
|
+
"ink": "#3c3836",
|
|
251
|
+
"inkSoft": "#665c54",
|
|
252
|
+
"hair": "#e2cfa4",
|
|
253
|
+
"onPrimary": "#ffffff",
|
|
254
|
+
"onAccent": "#ffffff",
|
|
255
|
+
"onPositive": "#ffffff",
|
|
256
|
+
"onNegative": "#ffffff",
|
|
257
|
+
"onWarning": "#111111"
|
|
258
|
+
},
|
|
259
|
+
"dark": {
|
|
260
|
+
"primary": "#83a598",
|
|
261
|
+
"accent": "#d3869b",
|
|
262
|
+
"positive": "#b8bb26",
|
|
263
|
+
"negative": "#fb4934",
|
|
264
|
+
"warning": "#fabd2f",
|
|
265
|
+
"canvas": "#282828",
|
|
266
|
+
"surface": "#32302f",
|
|
267
|
+
"muted": "#3c3836",
|
|
268
|
+
"ink": "#ebdbb2",
|
|
269
|
+
"inkSoft": "#bdae93",
|
|
270
|
+
"hair": "#504945",
|
|
271
|
+
"onPrimary": "#282828",
|
|
272
|
+
"onAccent": "#282828",
|
|
273
|
+
"onPositive": "#282828",
|
|
274
|
+
"onNegative": "#111111",
|
|
275
|
+
"onWarning": "#282828"
|
|
276
|
+
},
|
|
277
|
+
"swatch": [
|
|
278
|
+
"#076678",
|
|
279
|
+
"#8f3f71",
|
|
280
|
+
"#79740e",
|
|
281
|
+
"#b57614"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "tokyo-night",
|
|
286
|
+
"label": "Tokyo Night",
|
|
287
|
+
"origin": "enkia",
|
|
288
|
+
"swatch": [
|
|
289
|
+
"#7aa2f7",
|
|
290
|
+
"#bb9af7",
|
|
291
|
+
"#9ece6a",
|
|
292
|
+
"#1a1b26"
|
|
293
|
+
],
|
|
294
|
+
"light": {
|
|
295
|
+
"primary": "#2e7de9",
|
|
296
|
+
"accent": "#9351ea",
|
|
297
|
+
"positive": "#587539",
|
|
298
|
+
"negative": "#f52a65",
|
|
299
|
+
"warning": "#8c6c3e",
|
|
300
|
+
"canvas": "#e1e2e7",
|
|
301
|
+
"surface": "#f5f5f8",
|
|
302
|
+
"muted": "#d5d6db",
|
|
303
|
+
"ink": "#3760bf",
|
|
304
|
+
"inkSoft": "#536297",
|
|
305
|
+
"hair": "#c4c8da",
|
|
306
|
+
"onPrimary": "#111111",
|
|
307
|
+
"onAccent": "#ffffff",
|
|
308
|
+
"onPositive": "#ffffff",
|
|
309
|
+
"onNegative": "#16161e",
|
|
310
|
+
"onWarning": "#ffffff"
|
|
311
|
+
},
|
|
312
|
+
"dark": {
|
|
313
|
+
"primary": "#7aa2f7",
|
|
314
|
+
"accent": "#bb9af7",
|
|
315
|
+
"positive": "#9ece6a",
|
|
316
|
+
"negative": "#f7768e",
|
|
317
|
+
"warning": "#e0af68",
|
|
318
|
+
"canvas": "#16161e",
|
|
319
|
+
"surface": "#1a1b26",
|
|
320
|
+
"muted": "#292e42",
|
|
321
|
+
"ink": "#c0caf5",
|
|
322
|
+
"inkSoft": "#a9b1d6",
|
|
323
|
+
"hair": "#2f3549",
|
|
324
|
+
"onPrimary": "#16161e",
|
|
325
|
+
"onAccent": "#16161e",
|
|
326
|
+
"onPositive": "#16161e",
|
|
327
|
+
"onNegative": "#16161e",
|
|
328
|
+
"onWarning": "#16161e"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "rose-pine",
|
|
333
|
+
"label": "Rosé Pine",
|
|
334
|
+
"origin": "Rosé Pine",
|
|
335
|
+
"light": {
|
|
336
|
+
"primary": "#286983",
|
|
337
|
+
"accent": "#907aa9",
|
|
338
|
+
"positive": "#56949f",
|
|
339
|
+
"negative": "#b4637a",
|
|
340
|
+
"warning": "#ea9d34",
|
|
341
|
+
"canvas": "#faf4ed",
|
|
342
|
+
"surface": "#fffaf3",
|
|
343
|
+
"muted": "#f2e9e1",
|
|
344
|
+
"ink": "#575279",
|
|
345
|
+
"inkSoft": "#716d89",
|
|
346
|
+
"hair": "#dfdad9",
|
|
347
|
+
"onPrimary": "#ffffff",
|
|
348
|
+
"onAccent": "#191724",
|
|
349
|
+
"onPositive": "#191724",
|
|
350
|
+
"onNegative": "#111111",
|
|
351
|
+
"onWarning": "#191724"
|
|
352
|
+
},
|
|
353
|
+
"dark": {
|
|
354
|
+
"primary": "#9ccfd8",
|
|
355
|
+
"accent": "#c4a7e7",
|
|
356
|
+
"positive": "#31748f",
|
|
357
|
+
"negative": "#eb6f92",
|
|
358
|
+
"warning": "#f6c177",
|
|
359
|
+
"canvas": "#191724",
|
|
360
|
+
"surface": "#1f1d2e",
|
|
361
|
+
"muted": "#26233a",
|
|
362
|
+
"ink": "#e0def4",
|
|
363
|
+
"inkSoft": "#908caa",
|
|
364
|
+
"hair": "#403d52",
|
|
365
|
+
"onPrimary": "#191724",
|
|
366
|
+
"onAccent": "#191724",
|
|
367
|
+
"onPositive": "#ffffff",
|
|
368
|
+
"onNegative": "#191724",
|
|
369
|
+
"onWarning": "#191724"
|
|
370
|
+
},
|
|
371
|
+
"swatch": [
|
|
372
|
+
"#286983",
|
|
373
|
+
"#907aa9",
|
|
374
|
+
"#56949f",
|
|
375
|
+
"#ea9d34"
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "sakura",
|
|
380
|
+
"label": "Sakura",
|
|
381
|
+
"origin": "rei-kit",
|
|
382
|
+
"light": {
|
|
383
|
+
"primary": "#c2415d",
|
|
384
|
+
"accent": "#7a3b4f",
|
|
385
|
+
"positive": "#3f8f6a",
|
|
386
|
+
"negative": "#c43d3d",
|
|
387
|
+
"warning": "#c98a2a",
|
|
388
|
+
"canvas": "#fdf6f7",
|
|
389
|
+
"surface": "#ffffff",
|
|
390
|
+
"muted": "#fbe4e8",
|
|
391
|
+
"ink": "#2a1b1f",
|
|
392
|
+
"inkSoft": "#6f5a5f",
|
|
393
|
+
"hair": "#f0dde1",
|
|
394
|
+
"onPrimary": "#ffffff",
|
|
395
|
+
"onAccent": "#ffffff",
|
|
396
|
+
"onPositive": "#1a1013",
|
|
397
|
+
"onNegative": "#ffffff",
|
|
398
|
+
"onWarning": "#1a1013"
|
|
399
|
+
},
|
|
400
|
+
"dark": {
|
|
401
|
+
"primary": "#f08aa0",
|
|
402
|
+
"accent": "#d7a1b3",
|
|
403
|
+
"positive": "#6fc39a",
|
|
404
|
+
"negative": "#f07a7a",
|
|
405
|
+
"warning": "#e6b060",
|
|
406
|
+
"canvas": "#1a1013",
|
|
407
|
+
"surface": "#24171b",
|
|
408
|
+
"muted": "#321f25",
|
|
409
|
+
"ink": "#f6e8eb",
|
|
410
|
+
"inkSoft": "#c3a9b0",
|
|
411
|
+
"hair": "#3d2930",
|
|
412
|
+
"onPrimary": "#1a1013",
|
|
413
|
+
"onAccent": "#1a1013",
|
|
414
|
+
"onPositive": "#1a1013",
|
|
415
|
+
"onNegative": "#1a1013",
|
|
416
|
+
"onWarning": "#1a1013"
|
|
417
|
+
},
|
|
418
|
+
"swatch": [
|
|
419
|
+
"#c2415d",
|
|
420
|
+
"#7a3b4f",
|
|
421
|
+
"#3f8f6a",
|
|
422
|
+
"#c98a2a"
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "matcha",
|
|
427
|
+
"label": "Matcha",
|
|
428
|
+
"origin": "rei-kit",
|
|
429
|
+
"light": {
|
|
430
|
+
"primary": "#5a7a2e",
|
|
431
|
+
"accent": "#3d5a3a",
|
|
432
|
+
"positive": "#4a8a4f",
|
|
433
|
+
"negative": "#b8473a",
|
|
434
|
+
"warning": "#b8862c",
|
|
435
|
+
"canvas": "#f6f7f0",
|
|
436
|
+
"surface": "#ffffff",
|
|
437
|
+
"muted": "#e7ecd6",
|
|
438
|
+
"ink": "#1e2418",
|
|
439
|
+
"inkSoft": "#5b6450",
|
|
440
|
+
"hair": "#e1e6d3",
|
|
441
|
+
"onPrimary": "#ffffff",
|
|
442
|
+
"onAccent": "#ffffff",
|
|
443
|
+
"onPositive": "#111111",
|
|
444
|
+
"onNegative": "#ffffff",
|
|
445
|
+
"onWarning": "#11140d"
|
|
446
|
+
},
|
|
447
|
+
"dark": {
|
|
448
|
+
"primary": "#a8c77a",
|
|
449
|
+
"accent": "#8fb58a",
|
|
450
|
+
"positive": "#7cc281",
|
|
451
|
+
"negative": "#e8826f",
|
|
452
|
+
"warning": "#e0b35c",
|
|
453
|
+
"canvas": "#11140d",
|
|
454
|
+
"surface": "#191d13",
|
|
455
|
+
"muted": "#242a1b",
|
|
456
|
+
"ink": "#eef1e6",
|
|
457
|
+
"inkSoft": "#aab39e",
|
|
458
|
+
"hair": "#2e3525",
|
|
459
|
+
"onPrimary": "#11140d",
|
|
460
|
+
"onAccent": "#11140d",
|
|
461
|
+
"onPositive": "#11140d",
|
|
462
|
+
"onNegative": "#11140d",
|
|
463
|
+
"onWarning": "#11140d"
|
|
464
|
+
},
|
|
465
|
+
"swatch": [
|
|
466
|
+
"#5a7a2e",
|
|
467
|
+
"#3d5a3a",
|
|
468
|
+
"#4a8a4f",
|
|
469
|
+
"#b8862c"
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
;
|
|
474
|
+
|
|
475
|
+
export default _default;
|