forked from thanhtunguet/material-theme-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtarget.generated.json
More file actions
447 lines (447 loc) · 12.8 KB
/
target.generated.json
File metadata and controls
447 lines (447 loc) · 12.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
{
"themeName": "",
"seed": "#863EF9",
"schemes": {
"light": {
"primary": "#6D14E0",
"surfaceTint": "#7628E9",
"onPrimary": "#FFFFFF",
"primaryContainer": "#863EF9",
"onPrimaryContainer": "#F7EDFF",
"secondary": "#625882",
"onSecondary": "#FFFFFF",
"secondaryContainer": "#DBCEFF",
"onSecondaryContainer": "#605680",
"tertiary": "#71585D",
"onTertiary": "#FFFFFF",
"tertiaryContainer": "#FFDDE3",
"onTertiaryContainer": "#795F65",
"error": "#BA1A1A",
"onError": "#FFFFFF",
"errorContainer": "#FFDAD6",
"onErrorContainer": "#93000A",
"background": "#FEF7FF",
"onBackground": "#1E1A24",
"surface": "#FCF8F8",
"onSurface": "#1C1B1B",
"surfaceVariant": "#E9DEF5",
"onSurfaceVariant": "#4A4455",
"outline": "#7C7487",
"outlineVariant": "#CDC2D8",
"shadow": "#000000",
"scrim": "#000000",
"inverseSurface": "#313030",
"inverseOnSurface": "#F4F0EF",
"inversePrimary": "#D4BBFF",
"primaryFixed": "#EBDCFF",
"onPrimaryFixed": "#260059",
"primaryFixedDim": "#D4BBFF",
"onPrimaryFixedVariant": "#5C00C4",
"secondaryFixed": "#E8DEFF",
"onSecondaryFixed": "#1E153B",
"secondaryFixedDim": "#CCC0F0",
"onSecondaryFixedVariant": "#4A4169",
"tertiaryFixed": "#FCDAE0",
"onTertiaryFixed": "#29161B",
"tertiaryFixedDim": "#DFBEC4",
"onTertiaryFixedVariant": "#584146",
"surfaceDim": "#DDD9D9",
"surfaceBright": "#FCF8F8",
"surfaceContainerLowest": "#FFFFFF",
"surfaceContainerLow": "#F6F3F2",
"surfaceContainer": "#F1EDEC",
"surfaceContainerHigh": "#EBE7E7",
"surfaceContainerHighest": "#E5E2E1"
},
"dark": {
"primary": "#D4BBFF",
"surfaceTint": "#D4BBFF",
"onPrimary": "#40008C",
"primaryContainer": "#863EF9",
"onPrimaryContainer": "#F7EDFF",
"secondary": "#F6EEFF",
"onSecondary": "#332A51",
"secondaryContainer": "#DBCEFF",
"onSecondaryContainer": "#605680",
"tertiary": "#FFFFFF",
"onTertiary": "#402B2F",
"tertiaryContainer": "#FCDAE0",
"onTertiaryContainer": "#775E63",
"error": "#FFB4AB",
"onError": "#690005",
"errorContainer": "#93000A",
"onErrorContainer": "#FFDAD6",
"background": "#15121C",
"onBackground": "#E8DFEE",
"surface": "#141313",
"onSurface": "#E5E2E1",
"surfaceVariant": "#4A4455",
"onSurfaceVariant": "#CDC2D8",
"outline": "#968DA1",
"outlineVariant": "#4A4455",
"shadow": "#000000",
"scrim": "#000000",
"inverseSurface": "#E5E2E1",
"inverseOnSurface": "#313030",
"inversePrimary": "#7628E9",
"primaryFixed": "#EBDCFF",
"onPrimaryFixed": "#260059",
"primaryFixedDim": "#D4BBFF",
"onPrimaryFixedVariant": "#5C00C4",
"secondaryFixed": "#E8DEFF",
"onSecondaryFixed": "#1E153B",
"secondaryFixedDim": "#CCC0F0",
"onSecondaryFixedVariant": "#4A4169",
"tertiaryFixed": "#FCDAE0",
"onTertiaryFixed": "#29161B",
"tertiaryFixedDim": "#DFBEC4",
"onTertiaryFixedVariant": "#584146",
"surfaceDim": "#141313",
"surfaceBright": "#3A3939",
"surfaceContainerLowest": "#0E0E0E",
"surfaceContainerLow": "#1C1B1B",
"surfaceContainer": "#201F1F",
"surfaceContainerHigh": "#2A2A2A",
"surfaceContainerHighest": "#353434"
}
},
"extendedColors": [
{
"name": "warningText",
"color": "#FBBF24",
"description": "warning text color token",
"fallback": "warning text color token",
"harmonized": false
},
{
"name": "warningBackground",
"color": "#92400E",
"description": "warning background color token",
"fallback": "warning background color token",
"harmonized": false
},
{
"name": "warningBorder",
"color": "#FEF3C7",
"description": "warning border color token",
"fallback": "warning border color token",
"harmonized": false
},
{
"name": "informationText",
"color": "#e5ebd5",
"description": "information text color token",
"fallback": "information text color token",
"harmonized": false
},
{
"name": "informationBackground",
"color": "#353d1e",
"description": "information background color token",
"fallback": "information background color token",
"harmonized": false
},
{
"name": "informationBorder",
"color": "#ffffff",
"description": "information border color token",
"fallback": "information border color token",
"harmonized": false
},
{
"name": "successText",
"color": "#047857",
"description": "success text color token",
"fallback": "success text color token",
"harmonized": false
},
{
"name": "successBackground",
"color": "#D1FAE5",
"description": "success background color token",
"fallback": "success background color token",
"harmonized": false
},
{
"name": "successBorder",
"color": "#065F46",
"description": "success border color token",
"fallback": "success border color token",
"harmonized": false
},
{
"name": "defaultText",
"color": "#6750A4",
"description": "default text color token",
"fallback": "default text color token",
"harmonized": false
},
{
"name": "defaultBackground",
"color": "#d0cdda",
"description": "default background color token",
"fallback": "default background color token",
"harmonized": false
},
{
"name": "defaultBorder",
"color": "#110d1b",
"description": "default border color token",
"fallback": "default border color token",
"harmonized": false
},
{
"name": "errorText",
"color": "#EF4444",
"description": "error text color token",
"fallback": "error text color token",
"harmonized": false
},
{
"name": "errorBackground",
"color": "#7F1D1D",
"description": "error background color token",
"fallback": "error background color token",
"harmonized": false
},
{
"name": "errorBorder",
"color": "#F87171",
"description": "error border color token",
"fallback": "error border color token",
"harmonized": false
},
{
"name": "blueTagText",
"color": "#1668DC",
"description": "blue tag text color",
"fallback": "blue tag text color token",
"harmonized": false
},
{
"name": "blueTagBackground",
"color": "#E6F4FF",
"description": "blue tag background color",
"fallback": "blue tag background color token",
"harmonized": false
},
{
"name": "blueTagBorder",
"color": "#91CAFF",
"description": "blue tag border color",
"fallback": "blue tag border color token",
"harmonized": false
},
{
"name": "cyanTagText",
"color": "#13A8A8",
"description": "cyan tag text color",
"fallback": "cyan tag text color token",
"harmonized": false
},
{
"name": "cyanTagBackground",
"color": "#E6FFFB",
"description": "cyan tag background color",
"fallback": "cyan tag background color token",
"harmonized": false
},
{
"name": "cyanTagBorder",
"color": "#87E8DE",
"description": "cyan tag border color",
"fallback": "cyan tag border color token",
"harmonized": false
},
{
"name": "geekblueTagText",
"color": "#2B4ACB",
"description": "geekblue tag text color",
"fallback": "geekblue tag text color token",
"harmonized": false
},
{
"name": "geekblueTagBackground",
"color": "#F0F5FF",
"description": "geekblue tag background color",
"fallback": "geekblue tag background color token",
"harmonized": false
},
{
"name": "geekblueTagBorder",
"color": "#ADC6FF",
"description": "geekblue tag border color",
"fallback": "geekblue tag border color token",
"harmonized": false
},
{
"name": "goldTagText",
"color": "#D89614",
"description": "gold tag text color",
"fallback": "gold tag text color token",
"harmonized": false
},
{
"name": "goldTagBackground",
"color": "#FFFBE6",
"description": "gold tag background color",
"fallback": "gold tag background color token",
"harmonized": false
},
{
"name": "goldTagBorder",
"color": "#FFD666",
"description": "gold tag border color",
"fallback": "gold tag border color token",
"harmonized": false
},
{
"name": "greenTagText",
"color": "#49AA19",
"description": "green tag text color",
"fallback": "green tag text color token",
"harmonized": false
},
{
"name": "greenTagBackground",
"color": "#F6FFED",
"description": "green tag background color",
"fallback": "green tag background color token",
"harmonized": false
},
{
"name": "greenTagBorder",
"color": "#B7EB8F",
"description": "green tag border color",
"fallback": "green tag border color token",
"harmonized": false
},
{
"name": "limeTagText",
"color": "#8BBB11",
"description": "lime tag text color",
"fallback": "lime tag text color token",
"harmonized": false
},
{
"name": "limeTagBackground",
"color": "#FCFFE6",
"description": "lime tag background color",
"fallback": "lime tag background color token",
"harmonized": false
},
{
"name": "limeTagBorder",
"color": "#EAFF8F",
"description": "lime tag border color",
"fallback": "lime tag border color token",
"harmonized": false
},
{
"name": "magentaTagText",
"color": "#CB2B83",
"description": "magenta tag text color",
"fallback": "magenta tag text color token",
"harmonized": false
},
{
"name": "magentaTagBackground",
"color": "#FFF0F6",
"description": "magenta tag background color",
"fallback": "magenta tag background color token",
"harmonized": false
},
{
"name": "magentaTagBorder",
"color": "#FFADD2",
"description": "magenta tag border color",
"fallback": "magenta tag border color token",
"harmonized": false
},
{
"name": "orangeTagText",
"color": "#D87A16",
"description": "orange tag text color",
"fallback": "orange tag text color token",
"harmonized": false
},
{
"name": "orangeTagBackground",
"color": "#FFF7E6",
"description": "orange tag background color",
"fallback": "orange tag background color token",
"harmonized": false
},
{
"name": "orangeTagBorder",
"color": "#FFD591",
"description": "orange tag border color",
"fallback": "orange tag border color token",
"harmonized": false
},
{
"name": "purpleTagText",
"color": "#722ED1",
"description": "purple tag text color",
"fallback": "purple tag text color token",
"harmonized": false
},
{
"name": "purpleTagBackground",
"color": "#F9F0FF",
"description": "purple tag background color",
"fallback": "purple tag background color token",
"harmonized": false
},
{
"name": "purpleTagBorder",
"color": "#D3ADF7",
"description": "purple tag border color",
"fallback": "purple tag border color token",
"harmonized": false
},
{
"name": "redTagText",
"color": "#D32029",
"description": "red tag text color",
"fallback": "red tag text color token",
"harmonized": false
},
{
"name": "redTagBackground",
"color": "#FFF2F0",
"description": "red tag background color",
"fallback": "red tag background color token",
"harmonized": false
},
{
"name": "redTagBorder",
"color": "#FFCCC7",
"description": "red tag border color",
"fallback": "red tag border color token",
"harmonized": false
},
{
"name": "volcanoTagText",
"color": "#D84A1B",
"description": "volcano tag text color",
"fallback": "volcano tag text color token",
"harmonized": false
},
{
"name": "volcanoTagBackground",
"color": "#FFF2E8",
"description": "volcano tag background color",
"fallback": "volcano tag background color token",
"harmonized": false
},
{
"name": "volcanoTagBorder",
"color": "#FFBB96",
"description": "volcano tag border color",
"fallback": "volcano tag border color token",
"harmonized": false
}
],
"timestamp": "2025-09-03T03:30:07.660Z"
}