@luzzle/web.tools 0.0.69

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.
Files changed (161) hide show
  1. package/README.md +28 -0
  2. package/dist/src/browser.d.ts +1 -0
  3. package/dist/src/browser.js +2 -0
  4. package/dist/src/browser.js.map +1 -0
  5. package/dist/src/cli.d.ts +2 -0
  6. package/dist/src/cli.js +19 -0
  7. package/dist/src/cli.js.map +1 -0
  8. package/dist/src/commands/assets/command.d.ts +30 -0
  9. package/dist/src/commands/assets/command.js +41 -0
  10. package/dist/src/commands/assets/command.js.map +1 -0
  11. package/dist/src/commands/assets/index.d.ts +4 -0
  12. package/dist/src/commands/assets/index.js +79 -0
  13. package/dist/src/commands/assets/index.js.map +1 -0
  14. package/dist/src/commands/assets/index.test.d.ts +1 -0
  15. package/dist/src/commands/assets/index.test.js +419 -0
  16. package/dist/src/commands/assets/index.test.js.map +1 -0
  17. package/dist/src/commands/assets/variants.d.ts +8 -0
  18. package/dist/src/commands/assets/variants.js +23 -0
  19. package/dist/src/commands/assets/variants.js.map +1 -0
  20. package/dist/src/commands/assets/variants.test.d.ts +1 -0
  21. package/dist/src/commands/assets/variants.test.js +48 -0
  22. package/dist/src/commands/assets/variants.test.js.map +1 -0
  23. package/dist/src/commands/config/command.d.ts +2 -0
  24. package/dist/src/commands/config/command.js +42 -0
  25. package/dist/src/commands/config/command.js.map +1 -0
  26. package/dist/src/commands/config/index.d.ts +3 -0
  27. package/dist/src/commands/config/index.js +37 -0
  28. package/dist/src/commands/config/index.js.map +1 -0
  29. package/dist/src/commands/config/index.test.d.ts +1 -0
  30. package/dist/src/commands/config/index.test.js +93 -0
  31. package/dist/src/commands/config/index.test.js.map +1 -0
  32. package/dist/src/commands/opengraph/browser.d.ts +3 -0
  33. package/dist/src/commands/opengraph/browser.js +23 -0
  34. package/dist/src/commands/opengraph/browser.js.map +1 -0
  35. package/dist/src/commands/opengraph/browser.test.d.ts +1 -0
  36. package/dist/src/commands/opengraph/browser.test.js +30 -0
  37. package/dist/src/commands/opengraph/browser.test.js.map +1 -0
  38. package/dist/src/commands/opengraph/command.d.ts +30 -0
  39. package/dist/src/commands/opengraph/command.js +41 -0
  40. package/dist/src/commands/opengraph/command.js.map +1 -0
  41. package/dist/src/commands/opengraph/command.test.d.ts +1 -0
  42. package/dist/src/commands/opengraph/command.test.js +68 -0
  43. package/dist/src/commands/opengraph/command.test.js.map +1 -0
  44. package/dist/src/commands/opengraph/html.d.ts +4 -0
  45. package/dist/src/commands/opengraph/html.js +47 -0
  46. package/dist/src/commands/opengraph/html.js.map +1 -0
  47. package/dist/src/commands/opengraph/html.test.d.ts +1 -0
  48. package/dist/src/commands/opengraph/html.test.js +79 -0
  49. package/dist/src/commands/opengraph/html.test.js.map +1 -0
  50. package/dist/src/commands/opengraph/index.d.ts +4 -0
  51. package/dist/src/commands/opengraph/index.js +47 -0
  52. package/dist/src/commands/opengraph/index.js.map +1 -0
  53. package/dist/src/commands/opengraph/index.test.d.ts +1 -0
  54. package/dist/src/commands/opengraph/index.test.js +162 -0
  55. package/dist/src/commands/opengraph/index.test.js.map +1 -0
  56. package/dist/src/commands/opengraph/png.d.ts +3 -0
  57. package/dist/src/commands/opengraph/png.js +26 -0
  58. package/dist/src/commands/opengraph/png.js.map +1 -0
  59. package/dist/src/commands/opengraph/png.test.d.ts +1 -0
  60. package/dist/src/commands/opengraph/png.test.js +50 -0
  61. package/dist/src/commands/opengraph/png.test.js.map +1 -0
  62. package/dist/src/commands/opengraph/svelte.d.ts +7 -0
  63. package/dist/src/commands/opengraph/svelte.js +77 -0
  64. package/dist/src/commands/opengraph/svelte.js.map +1 -0
  65. package/dist/src/commands/opengraph/svelte.test.d.ts +1 -0
  66. package/dist/src/commands/opengraph/svelte.test.js +189 -0
  67. package/dist/src/commands/opengraph/svelte.test.js.map +1 -0
  68. package/dist/src/commands/opengraph/utils.d.ts +8 -0
  69. package/dist/src/commands/opengraph/utils.js +136 -0
  70. package/dist/src/commands/opengraph/utils.js.map +1 -0
  71. package/dist/src/commands/opengraph/utils.test.d.ts +1 -0
  72. package/dist/src/commands/opengraph/utils.test.js +215 -0
  73. package/dist/src/commands/opengraph/utils.test.js.map +1 -0
  74. package/dist/src/commands/sqlite/command.d.ts +8 -0
  75. package/dist/src/commands/sqlite/command.js +16 -0
  76. package/dist/src/commands/sqlite/command.js.map +1 -0
  77. package/dist/src/commands/sqlite/command.test.d.ts +1 -0
  78. package/dist/src/commands/sqlite/command.test.js +42 -0
  79. package/dist/src/commands/sqlite/command.test.js.map +1 -0
  80. package/dist/src/commands/sqlite/database.d.ts +9 -0
  81. package/dist/src/commands/sqlite/database.js +174 -0
  82. package/dist/src/commands/sqlite/database.js.map +1 -0
  83. package/dist/src/commands/sqlite/database.mock.d.ts +24 -0
  84. package/dist/src/commands/sqlite/database.mock.js +58 -0
  85. package/dist/src/commands/sqlite/database.mock.js.map +1 -0
  86. package/dist/src/commands/sqlite/database.test.d.ts +1 -0
  87. package/dist/src/commands/sqlite/database.test.js +211 -0
  88. package/dist/src/commands/sqlite/database.test.js.map +1 -0
  89. package/dist/src/commands/sqlite/index.d.ts +1 -0
  90. package/dist/src/commands/sqlite/index.js +26 -0
  91. package/dist/src/commands/sqlite/index.js.map +1 -0
  92. package/dist/src/commands/sqlite/index.test.d.ts +1 -0
  93. package/dist/src/commands/sqlite/index.test.js +48 -0
  94. package/dist/src/commands/sqlite/index.test.js.map +1 -0
  95. package/dist/src/commands/theme/command.d.ts +13 -0
  96. package/dist/src/commands/theme/command.js +21 -0
  97. package/dist/src/commands/theme/command.js.map +1 -0
  98. package/dist/src/commands/theme/command.test.d.ts +1 -0
  99. package/dist/src/commands/theme/command.test.js +40 -0
  100. package/dist/src/commands/theme/command.test.js.map +1 -0
  101. package/dist/src/commands/theme/index.d.ts +1 -0
  102. package/dist/src/commands/theme/index.js +9 -0
  103. package/dist/src/commands/theme/index.js.map +1 -0
  104. package/dist/src/commands/theme/index.test.d.ts +1 -0
  105. package/dist/src/commands/theme/index.test.js +46 -0
  106. package/dist/src/commands/theme/index.test.js.map +1 -0
  107. package/dist/src/commands/theme/theme.d.ts +4 -0
  108. package/dist/src/commands/theme/theme.js +76 -0
  109. package/dist/src/commands/theme/theme.js.map +1 -0
  110. package/dist/src/commands/theme/theme.test.d.ts +1 -0
  111. package/dist/src/commands/theme/theme.test.js +54 -0
  112. package/dist/src/commands/theme/theme.test.js.map +1 -0
  113. package/dist/src/lib/browser.d.ts +55 -0
  114. package/dist/src/lib/browser.js +52 -0
  115. package/dist/src/lib/browser.js.map +1 -0
  116. package/dist/src/lib/browser.test.d.ts +1 -0
  117. package/dist/src/lib/browser.test.js +67 -0
  118. package/dist/src/lib/browser.test.js.map +1 -0
  119. package/dist/src/lib/config/config.d.ts +9 -0
  120. package/dist/src/lib/config/config.js +56 -0
  121. package/dist/src/lib/config/config.js.map +1 -0
  122. package/dist/src/lib/config/config.test.d.ts +1 -0
  123. package/dist/src/lib/config/config.test.js +71 -0
  124. package/dist/src/lib/config/config.test.js.map +1 -0
  125. package/dist/src/lib/config/config.test.ts +88 -0
  126. package/dist/src/lib/config/config.ts +74 -0
  127. package/dist/src/lib/config/defaults.json +145 -0
  128. package/dist/src/lib/config/defaults.yaml +151 -0
  129. package/dist/src/lib/config/schema.d.ts +172 -0
  130. package/dist/src/lib/config/schema.js +8 -0
  131. package/dist/src/lib/config/schema.js.map +1 -0
  132. package/dist/src/lib/config/schema.json +663 -0
  133. package/dist/src/lib/config/schema.ts +294 -0
  134. package/dist/src/lib/config/user-error.config.yaml +2 -0
  135. package/dist/src/lib/config/user.config.yaml +2 -0
  136. package/dist/src/lib/deep-merge.d.ts +1 -0
  137. package/dist/src/lib/deep-merge.js +27 -0
  138. package/dist/src/lib/deep-merge.js.map +1 -0
  139. package/dist/src/lib/deep-merge.test.d.ts +1 -0
  140. package/dist/src/lib/deep-merge.test.js +29 -0
  141. package/dist/src/lib/deep-merge.test.js.map +1 -0
  142. package/dist/src/lib/lastRun.d.ts +4 -0
  143. package/dist/src/lib/lastRun.js +23 -0
  144. package/dist/src/lib/lastRun.js.map +1 -0
  145. package/dist/src/lib/lastRun.test.d.ts +1 -0
  146. package/dist/src/lib/lastRun.test.js +47 -0
  147. package/dist/src/lib/lastRun.test.js.map +1 -0
  148. package/dist/src/lib/vibrant.d.ts +21 -0
  149. package/dist/src/lib/vibrant.js +78 -0
  150. package/dist/src/lib/vibrant.js.map +1 -0
  151. package/dist/src/lib/vibrant.test.d.ts +1 -0
  152. package/dist/src/lib/vibrant.test.js +164 -0
  153. package/dist/src/lib/vibrant.test.js.map +1 -0
  154. package/dist/src/sdk.d.ts +4 -0
  155. package/dist/src/sdk.js +4 -0
  156. package/dist/src/sdk.js.map +1 -0
  157. package/dist/src/types.d.ts +2 -0
  158. package/dist/src/types.js +2 -0
  159. package/dist/src/types.js.map +1 -0
  160. package/dist/tsconfig.tsbuildinfo +1 -0
  161. package/package.json +54 -0
@@ -0,0 +1,663 @@
1
+ {
2
+ "type": "object",
3
+ "properties": {
4
+ "url": {
5
+ "type": "object",
6
+ "properties": {
7
+ "app": {
8
+ "type": "string"
9
+ },
10
+ "app_assets": {
11
+ "type": "string"
12
+ },
13
+ "luzzle_assets": {
14
+ "type": "string"
15
+ },
16
+ "editor": {
17
+ "type": "string"
18
+ }
19
+ },
20
+ "required": [
21
+ "app",
22
+ "app_assets",
23
+ "luzzle_assets",
24
+ "editor"
25
+ ],
26
+ "additionalProperties": false
27
+ },
28
+ "text": {
29
+ "type": "object",
30
+ "properties": {
31
+ "title": {
32
+ "type": "string"
33
+ },
34
+ "description": {
35
+ "type": "string"
36
+ }
37
+ },
38
+ "required": [
39
+ "title",
40
+ "description"
41
+ ],
42
+ "additionalProperties": false
43
+ },
44
+ "paths": {
45
+ "type": "object",
46
+ "properties": {
47
+ "database": {
48
+ "type": "string"
49
+ },
50
+ "config": {
51
+ "type": "string"
52
+ }
53
+ },
54
+ "required": [
55
+ "database"
56
+ ],
57
+ "additionalProperties": false
58
+ },
59
+ "content": {
60
+ "type": "object",
61
+ "properties": {
62
+ "block": {
63
+ "type": "object",
64
+ "properties": {
65
+ "root": {
66
+ "type": "string"
67
+ },
68
+ "feed": {
69
+ "type": "string"
70
+ }
71
+ },
72
+ "additionalProperties": false
73
+ }
74
+ },
75
+ "additionalProperties": false
76
+ },
77
+ "pieces": {
78
+ "type": "array",
79
+ "items": {
80
+ "type": "object",
81
+ "properties": {
82
+ "type": {
83
+ "type": "string"
84
+ },
85
+ "fields": {
86
+ "type": "object",
87
+ "properties": {
88
+ "media": {
89
+ "type": "string"
90
+ },
91
+ "title": {
92
+ "type": "string"
93
+ },
94
+ "summary": {
95
+ "type": "string"
96
+ },
97
+ "date_consumed": {
98
+ "type": "string"
99
+ },
100
+ "tags": {
101
+ "type": "string"
102
+ },
103
+ "assets": {
104
+ "type": "array",
105
+ "items": {
106
+ "type": "string"
107
+ }
108
+ }
109
+ },
110
+ "additionalProperties": false,
111
+ "required": [
112
+ "title",
113
+ "date_consumed"
114
+ ]
115
+ },
116
+ "components": {
117
+ "type": "object",
118
+ "properties": {
119
+ "icon": {
120
+ "type": "string"
121
+ },
122
+ "opengraph": {
123
+ "type": "string"
124
+ },
125
+ "page": {
126
+ "type": "string"
127
+ }
128
+ },
129
+ "additionalProperties": false
130
+ }
131
+ },
132
+ "additionalProperties": false,
133
+ "required": [
134
+ "type",
135
+ "fields"
136
+ ]
137
+ }
138
+ },
139
+ "theme": {
140
+ "type": "object",
141
+ "properties": {
142
+ "light": {
143
+ "type": "object",
144
+ "properties": {
145
+ "color-primary": {
146
+ "type": "string"
147
+ },
148
+ "color-on-primary": {
149
+ "type": "string"
150
+ },
151
+ "color-primary-container": {
152
+ "type": "string"
153
+ },
154
+ "color-on-primary-container": {
155
+ "type": "string"
156
+ },
157
+ "color-secondary": {
158
+ "type": "string"
159
+ },
160
+ "color-on-secondary": {
161
+ "type": "string"
162
+ },
163
+ "color-secondary-container": {
164
+ "type": "string"
165
+ },
166
+ "color-on-secondary-container": {
167
+ "type": "string"
168
+ },
169
+ "color-tertiary": {
170
+ "type": "string"
171
+ },
172
+ "color-on-tertiary": {
173
+ "type": "string"
174
+ },
175
+ "color-tertiary-container": {
176
+ "type": "string"
177
+ },
178
+ "color-on-tertiary-container": {
179
+ "type": "string"
180
+ },
181
+ "color-error": {
182
+ "type": "string"
183
+ },
184
+ "color-on-error": {
185
+ "type": "string"
186
+ },
187
+ "color-error-container": {
188
+ "type": "string"
189
+ },
190
+ "color-on-error-container": {
191
+ "type": "string"
192
+ },
193
+ "color-surface": {
194
+ "type": "string"
195
+ },
196
+ "color-surface-dim": {
197
+ "type": "string"
198
+ },
199
+ "color-surface-bright": {
200
+ "type": "string"
201
+ },
202
+ "color-surface-inverse": {
203
+ "type": "string"
204
+ },
205
+ "color-on-surface": {
206
+ "type": "string"
207
+ },
208
+ "color-on-surface-variant": {
209
+ "type": "string"
210
+ },
211
+ "color-on-surface-inverse": {
212
+ "type": "string"
213
+ },
214
+ "color-surface-container-lowest": {
215
+ "type": "string"
216
+ },
217
+ "color-surface-container-low": {
218
+ "type": "string"
219
+ },
220
+ "color-surface-container": {
221
+ "type": "string"
222
+ },
223
+ "color-surface-container-high": {
224
+ "type": "string"
225
+ },
226
+ "color-surface-container-highest": {
227
+ "type": "string"
228
+ },
229
+ "color-shadow": {
230
+ "type": "string"
231
+ },
232
+ "color-outline": {
233
+ "type": "string"
234
+ },
235
+ "color-outline-variant": {
236
+ "type": "string"
237
+ }
238
+ },
239
+ "additionalProperties": false
240
+ },
241
+ "dark": {
242
+ "type": "object",
243
+ "properties": {
244
+ "color-primary": {
245
+ "type": "string"
246
+ },
247
+ "color-on-primary": {
248
+ "type": "string"
249
+ },
250
+ "color-primary-container": {
251
+ "type": "string"
252
+ },
253
+ "color-on-primary-container": {
254
+ "type": "string"
255
+ },
256
+ "color-secondary": {
257
+ "type": "string"
258
+ },
259
+ "color-on-secondary": {
260
+ "type": "string"
261
+ },
262
+ "color-secondary-container": {
263
+ "type": "string"
264
+ },
265
+ "color-on-secondary-container": {
266
+ "type": "string"
267
+ },
268
+ "color-tertiary": {
269
+ "type": "string"
270
+ },
271
+ "color-on-tertiary": {
272
+ "type": "string"
273
+ },
274
+ "color-tertiary-container": {
275
+ "type": "string"
276
+ },
277
+ "color-on-tertiary-container": {
278
+ "type": "string"
279
+ },
280
+ "color-error": {
281
+ "type": "string"
282
+ },
283
+ "color-on-error": {
284
+ "type": "string"
285
+ },
286
+ "color-error-container": {
287
+ "type": "string"
288
+ },
289
+ "color-on-error-container": {
290
+ "type": "string"
291
+ },
292
+ "color-surface": {
293
+ "type": "string"
294
+ },
295
+ "color-surface-dim": {
296
+ "type": "string"
297
+ },
298
+ "color-surface-bright": {
299
+ "type": "string"
300
+ },
301
+ "color-surface-inverse": {
302
+ "type": "string"
303
+ },
304
+ "color-on-surface": {
305
+ "type": "string"
306
+ },
307
+ "color-on-surface-variant": {
308
+ "type": "string"
309
+ },
310
+ "color-on-surface-inverse": {
311
+ "type": "string"
312
+ },
313
+ "color-surface-container-lowest": {
314
+ "type": "string"
315
+ },
316
+ "color-surface-container-low": {
317
+ "type": "string"
318
+ },
319
+ "color-surface-container": {
320
+ "type": "string"
321
+ },
322
+ "color-surface-container-high": {
323
+ "type": "string"
324
+ },
325
+ "color-surface-container-highest": {
326
+ "type": "string"
327
+ },
328
+ "color-shadow": {
329
+ "type": "string"
330
+ },
331
+ "color-outline": {
332
+ "type": "string"
333
+ },
334
+ "color-outline-variant": {
335
+ "type": "string"
336
+ }
337
+ },
338
+ "additionalProperties": false
339
+ },
340
+ "globals": {
341
+ "type": "object",
342
+ "properties": {
343
+ "shadow-raised": {
344
+ "type": "string"
345
+ },
346
+ "font-mono-name": {
347
+ "type": "string"
348
+ },
349
+ "font-sans-name": {
350
+ "type": "string"
351
+ },
352
+ "font-sans-url": {
353
+ "type": "string"
354
+ },
355
+ "font-sans-weight": {
356
+ "type": "string"
357
+ },
358
+ "font-size-xxs": {
359
+ "type": "string"
360
+ },
361
+ "font-size-xs": {
362
+ "type": "string"
363
+ },
364
+ "font-size-small": {
365
+ "type": "string"
366
+ },
367
+ "font-size-normal": {
368
+ "type": "string"
369
+ },
370
+ "font-size-medium": {
371
+ "type": "string"
372
+ },
373
+ "font-size-large": {
374
+ "type": "string"
375
+ },
376
+ "font-size-xl": {
377
+ "type": "string"
378
+ },
379
+ "font-size-xxl": {
380
+ "type": "string"
381
+ },
382
+ "font-size-mobile-responsive-factor": {
383
+ "type": "number"
384
+ },
385
+ "font-size-root": {
386
+ "type": "number"
387
+ },
388
+ "font-weight-light": {
389
+ "type": "number"
390
+ },
391
+ "font-weight-normal": {
392
+ "type": "number"
393
+ },
394
+ "font-weight-medium": {
395
+ "type": "number"
396
+ },
397
+ "font-weight-semibold": {
398
+ "type": "number"
399
+ },
400
+ "font-weight-bold": {
401
+ "type": "number"
402
+ },
403
+ "radius-none": {
404
+ "type": "string"
405
+ },
406
+ "radius-small": {
407
+ "type": "string"
408
+ },
409
+ "radius-medium": {
410
+ "type": "string"
411
+ },
412
+ "radius-large": {
413
+ "type": "string"
414
+ },
415
+ "radius-xl": {
416
+ "type": "string"
417
+ },
418
+ "radius-x2l": {
419
+ "type": "string"
420
+ },
421
+ "radius-x3l": {
422
+ "type": "string"
423
+ },
424
+ "radius-x4l": {
425
+ "type": "string"
426
+ },
427
+ "radius-full": {
428
+ "type": "string"
429
+ },
430
+ "breakpoint-phone": {
431
+ "type": "number"
432
+ },
433
+ "breakpoint-tablet": {
434
+ "type": "number"
435
+ },
436
+ "breakpoint-laptop": {
437
+ "type": "number"
438
+ },
439
+ "breakpoint-desktop": {
440
+ "type": "number"
441
+ },
442
+ "space-1": {
443
+ "type": "string"
444
+ },
445
+ "space-2": {
446
+ "type": "string"
447
+ },
448
+ "space-3": {
449
+ "type": "string"
450
+ },
451
+ "space-4": {
452
+ "type": "string"
453
+ },
454
+ "space-5": {
455
+ "type": "string"
456
+ },
457
+ "space-6": {
458
+ "type": "string"
459
+ },
460
+ "space-7": {
461
+ "type": "string"
462
+ },
463
+ "space-8": {
464
+ "type": "string"
465
+ },
466
+ "space-9": {
467
+ "type": "string"
468
+ },
469
+ "space-10": {
470
+ "type": "string"
471
+ },
472
+ "space-0-5": {
473
+ "type": "string"
474
+ },
475
+ "space-1-5": {
476
+ "type": "string"
477
+ },
478
+ "space-2-5": {
479
+ "type": "string"
480
+ },
481
+ "space-3-5": {
482
+ "type": "string"
483
+ }
484
+ },
485
+ "additionalProperties": false
486
+ },
487
+ "markdown": {
488
+ "type": "object",
489
+ "properties": {
490
+ "sidenote": {
491
+ "type": "object",
492
+ "properties": {
493
+ "sidenote-callout-before-content": { "type": "string" },
494
+ "sidenote-callout-after-content": { "type": "string" },
495
+ "sidenote-citation-before-content": { "type": "string" },
496
+ "sidenote-citation-after-content": { "type": "string" }
497
+ },
498
+ "additionalProperties": false
499
+ },
500
+ "code": {
501
+ "type": "object",
502
+ "properties": {
503
+ "light": {
504
+ "enum": [
505
+ "andromeeda",
506
+ "aurora-x",
507
+ "ayu-dark",
508
+ "catppuccin-frappe",
509
+ "catppuccin-latte",
510
+ "catppuccin-macchiato",
511
+ "catppuccin-mocha",
512
+ "dark-plus",
513
+ "dracula",
514
+ "dracula-soft",
515
+ "everforest-dark",
516
+ "everforest-light",
517
+ "github-dark",
518
+ "github-dark-default",
519
+ "github-dark-dimmed",
520
+ "github-dark-high-contrast",
521
+ "github-light",
522
+ "github-light-default",
523
+ "github-light-high-contrast",
524
+ "gruvbox-dark-hard",
525
+ "gruvbox-dark-medium",
526
+ "gruvbox-dark-soft",
527
+ "gruvbox-light-hard",
528
+ "gruvbox-light-medium",
529
+ "gruvbox-light-soft",
530
+ "houston",
531
+ "kanagawa-dragon",
532
+ "kanagawa-lotus",
533
+ "kanagawa-wave",
534
+ "laserwave",
535
+ "light-plus",
536
+ "material-theme",
537
+ "material-theme-darker",
538
+ "material-theme-lighter",
539
+ "material-theme-ocean",
540
+ "material-theme-palenight",
541
+ "min-dark",
542
+ "min-light",
543
+ "monokai",
544
+ "night-owl",
545
+ "nord",
546
+ "one-dark-pro",
547
+ "one-light",
548
+ "plastic",
549
+ "poimandres",
550
+ "red",
551
+ "rose-pine",
552
+ "rose-pine-dawn",
553
+ "rose-pine-moon",
554
+ "slack-dark",
555
+ "slack-ochin",
556
+ "snazzy-light",
557
+ "solarized-dark",
558
+ "solarized-light",
559
+ "synthwave-84",
560
+ "tokyo-night",
561
+ "vesper",
562
+ "vitesse-black",
563
+ "vitesse-dark",
564
+ "vitesse-light"
565
+ ]
566
+ },
567
+ "dark": {
568
+ "enum": [
569
+ "andromeeda",
570
+ "aurora-x",
571
+ "ayu-dark",
572
+ "catppuccin-frappe",
573
+ "catppuccin-latte",
574
+ "catppuccin-macchiato",
575
+ "catppuccin-mocha",
576
+ "dark-plus",
577
+ "dracula",
578
+ "dracula-soft",
579
+ "everforest-dark",
580
+ "everforest-light",
581
+ "github-dark",
582
+ "github-dark-default",
583
+ "github-dark-dimmed",
584
+ "github-dark-high-contrast",
585
+ "github-light",
586
+ "github-light-default",
587
+ "github-light-high-contrast",
588
+ "gruvbox-dark-hard",
589
+ "gruvbox-dark-medium",
590
+ "gruvbox-dark-soft",
591
+ "gruvbox-light-hard",
592
+ "gruvbox-light-medium",
593
+ "gruvbox-light-soft",
594
+ "houston",
595
+ "kanagawa-dragon",
596
+ "kanagawa-lotus",
597
+ "kanagawa-wave",
598
+ "laserwave",
599
+ "light-plus",
600
+ "material-theme",
601
+ "material-theme-darker",
602
+ "material-theme-lighter",
603
+ "material-theme-ocean",
604
+ "material-theme-palenight",
605
+ "min-dark",
606
+ "min-light",
607
+ "monokai",
608
+ "night-owl",
609
+ "nord",
610
+ "one-dark-pro",
611
+ "one-light",
612
+ "plastic",
613
+ "poimandres",
614
+ "red",
615
+ "rose-pine",
616
+ "rose-pine-dawn",
617
+ "rose-pine-moon",
618
+ "slack-dark",
619
+ "slack-ochin",
620
+ "snazzy-light",
621
+ "solarized-dark",
622
+ "solarized-light",
623
+ "synthwave-84",
624
+ "tokyo-night",
625
+ "vesper",
626
+ "vitesse-black",
627
+ "vitesse-dark",
628
+ "vitesse-light"
629
+ ]
630
+ }
631
+ },
632
+ "required": [
633
+ "light",
634
+ "dark"
635
+ ],
636
+ "additionalProperties": false
637
+ }
638
+ },
639
+ "required": [
640
+ "code",
641
+ "sidenote"
642
+ ],
643
+ "additionalProperties": false
644
+ }
645
+ },
646
+ "required": [
647
+ "globals",
648
+ "light",
649
+ "dark",
650
+ "markdown"
651
+ ],
652
+ "additionalProperties": false
653
+ }
654
+ },
655
+ "required": [
656
+ "url",
657
+ "text",
658
+ "paths",
659
+ "theme",
660
+ "pieces"
661
+ ],
662
+ "additionalProperties": false
663
+ }