shiki 3.22.0 → 4.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/dist/themes.mjs CHANGED
@@ -1,389 +1,397 @@
1
+ //#region src/themes.ts
1
2
  const bundledThemesInfo = [
2
- {
3
- "id": "andromeeda",
4
- "displayName": "Andromeeda",
5
- "type": "dark",
6
- "import": (() => import('@shikijs/themes/andromeeda'))
7
- },
8
- {
9
- "id": "aurora-x",
10
- "displayName": "Aurora X",
11
- "type": "dark",
12
- "import": (() => import('@shikijs/themes/aurora-x'))
13
- },
14
- {
15
- "id": "ayu-dark",
16
- "displayName": "Ayu Dark",
17
- "type": "dark",
18
- "import": (() => import('@shikijs/themes/ayu-dark'))
19
- },
20
- {
21
- "id": "ayu-light",
22
- "displayName": "Ayu Light",
23
- "type": "light",
24
- "import": (() => import('@shikijs/themes/ayu-light'))
25
- },
26
- {
27
- "id": "ayu-mirage",
28
- "displayName": "Ayu Mirage",
29
- "type": "dark",
30
- "import": (() => import('@shikijs/themes/ayu-mirage'))
31
- },
32
- {
33
- "id": "catppuccin-frappe",
34
- "displayName": "Catppuccin Frapp\xE9",
35
- "type": "dark",
36
- "import": (() => import('@shikijs/themes/catppuccin-frappe'))
37
- },
38
- {
39
- "id": "catppuccin-latte",
40
- "displayName": "Catppuccin Latte",
41
- "type": "light",
42
- "import": (() => import('@shikijs/themes/catppuccin-latte'))
43
- },
44
- {
45
- "id": "catppuccin-macchiato",
46
- "displayName": "Catppuccin Macchiato",
47
- "type": "dark",
48
- "import": (() => import('@shikijs/themes/catppuccin-macchiato'))
49
- },
50
- {
51
- "id": "catppuccin-mocha",
52
- "displayName": "Catppuccin Mocha",
53
- "type": "dark",
54
- "import": (() => import('@shikijs/themes/catppuccin-mocha'))
55
- },
56
- {
57
- "id": "dark-plus",
58
- "displayName": "Dark Plus",
59
- "type": "dark",
60
- "import": (() => import('@shikijs/themes/dark-plus'))
61
- },
62
- {
63
- "id": "dracula",
64
- "displayName": "Dracula Theme",
65
- "type": "dark",
66
- "import": (() => import('@shikijs/themes/dracula'))
67
- },
68
- {
69
- "id": "dracula-soft",
70
- "displayName": "Dracula Theme Soft",
71
- "type": "dark",
72
- "import": (() => import('@shikijs/themes/dracula-soft'))
73
- },
74
- {
75
- "id": "everforest-dark",
76
- "displayName": "Everforest Dark",
77
- "type": "dark",
78
- "import": (() => import('@shikijs/themes/everforest-dark'))
79
- },
80
- {
81
- "id": "everforest-light",
82
- "displayName": "Everforest Light",
83
- "type": "light",
84
- "import": (() => import('@shikijs/themes/everforest-light'))
85
- },
86
- {
87
- "id": "github-dark",
88
- "displayName": "GitHub Dark",
89
- "type": "dark",
90
- "import": (() => import('@shikijs/themes/github-dark'))
91
- },
92
- {
93
- "id": "github-dark-default",
94
- "displayName": "GitHub Dark Default",
95
- "type": "dark",
96
- "import": (() => import('@shikijs/themes/github-dark-default'))
97
- },
98
- {
99
- "id": "github-dark-dimmed",
100
- "displayName": "GitHub Dark Dimmed",
101
- "type": "dark",
102
- "import": (() => import('@shikijs/themes/github-dark-dimmed'))
103
- },
104
- {
105
- "id": "github-dark-high-contrast",
106
- "displayName": "GitHub Dark High Contrast",
107
- "type": "dark",
108
- "import": (() => import('@shikijs/themes/github-dark-high-contrast'))
109
- },
110
- {
111
- "id": "github-light",
112
- "displayName": "GitHub Light",
113
- "type": "light",
114
- "import": (() => import('@shikijs/themes/github-light'))
115
- },
116
- {
117
- "id": "github-light-default",
118
- "displayName": "GitHub Light Default",
119
- "type": "light",
120
- "import": (() => import('@shikijs/themes/github-light-default'))
121
- },
122
- {
123
- "id": "github-light-high-contrast",
124
- "displayName": "GitHub Light High Contrast",
125
- "type": "light",
126
- "import": (() => import('@shikijs/themes/github-light-high-contrast'))
127
- },
128
- {
129
- "id": "gruvbox-dark-hard",
130
- "displayName": "Gruvbox Dark Hard",
131
- "type": "dark",
132
- "import": (() => import('@shikijs/themes/gruvbox-dark-hard'))
133
- },
134
- {
135
- "id": "gruvbox-dark-medium",
136
- "displayName": "Gruvbox Dark Medium",
137
- "type": "dark",
138
- "import": (() => import('@shikijs/themes/gruvbox-dark-medium'))
139
- },
140
- {
141
- "id": "gruvbox-dark-soft",
142
- "displayName": "Gruvbox Dark Soft",
143
- "type": "dark",
144
- "import": (() => import('@shikijs/themes/gruvbox-dark-soft'))
145
- },
146
- {
147
- "id": "gruvbox-light-hard",
148
- "displayName": "Gruvbox Light Hard",
149
- "type": "light",
150
- "import": (() => import('@shikijs/themes/gruvbox-light-hard'))
151
- },
152
- {
153
- "id": "gruvbox-light-medium",
154
- "displayName": "Gruvbox Light Medium",
155
- "type": "light",
156
- "import": (() => import('@shikijs/themes/gruvbox-light-medium'))
157
- },
158
- {
159
- "id": "gruvbox-light-soft",
160
- "displayName": "Gruvbox Light Soft",
161
- "type": "light",
162
- "import": (() => import('@shikijs/themes/gruvbox-light-soft'))
163
- },
164
- {
165
- "id": "horizon",
166
- "displayName": "Horizon",
167
- "type": "dark",
168
- "import": (() => import('@shikijs/themes/horizon'))
169
- },
170
- {
171
- "id": "houston",
172
- "displayName": "Houston",
173
- "type": "dark",
174
- "import": (() => import('@shikijs/themes/houston'))
175
- },
176
- {
177
- "id": "kanagawa-dragon",
178
- "displayName": "Kanagawa Dragon",
179
- "type": "dark",
180
- "import": (() => import('@shikijs/themes/kanagawa-dragon'))
181
- },
182
- {
183
- "id": "kanagawa-lotus",
184
- "displayName": "Kanagawa Lotus",
185
- "type": "light",
186
- "import": (() => import('@shikijs/themes/kanagawa-lotus'))
187
- },
188
- {
189
- "id": "kanagawa-wave",
190
- "displayName": "Kanagawa Wave",
191
- "type": "dark",
192
- "import": (() => import('@shikijs/themes/kanagawa-wave'))
193
- },
194
- {
195
- "id": "laserwave",
196
- "displayName": "LaserWave",
197
- "type": "dark",
198
- "import": (() => import('@shikijs/themes/laserwave'))
199
- },
200
- {
201
- "id": "light-plus",
202
- "displayName": "Light Plus",
203
- "type": "light",
204
- "import": (() => import('@shikijs/themes/light-plus'))
205
- },
206
- {
207
- "id": "material-theme",
208
- "displayName": "Material Theme",
209
- "type": "dark",
210
- "import": (() => import('@shikijs/themes/material-theme'))
211
- },
212
- {
213
- "id": "material-theme-darker",
214
- "displayName": "Material Theme Darker",
215
- "type": "dark",
216
- "import": (() => import('@shikijs/themes/material-theme-darker'))
217
- },
218
- {
219
- "id": "material-theme-lighter",
220
- "displayName": "Material Theme Lighter",
221
- "type": "light",
222
- "import": (() => import('@shikijs/themes/material-theme-lighter'))
223
- },
224
- {
225
- "id": "material-theme-ocean",
226
- "displayName": "Material Theme Ocean",
227
- "type": "dark",
228
- "import": (() => import('@shikijs/themes/material-theme-ocean'))
229
- },
230
- {
231
- "id": "material-theme-palenight",
232
- "displayName": "Material Theme Palenight",
233
- "type": "dark",
234
- "import": (() => import('@shikijs/themes/material-theme-palenight'))
235
- },
236
- {
237
- "id": "min-dark",
238
- "displayName": "Min Dark",
239
- "type": "dark",
240
- "import": (() => import('@shikijs/themes/min-dark'))
241
- },
242
- {
243
- "id": "min-light",
244
- "displayName": "Min Light",
245
- "type": "light",
246
- "import": (() => import('@shikijs/themes/min-light'))
247
- },
248
- {
249
- "id": "monokai",
250
- "displayName": "Monokai",
251
- "type": "dark",
252
- "import": (() => import('@shikijs/themes/monokai'))
253
- },
254
- {
255
- "id": "night-owl",
256
- "displayName": "Night Owl",
257
- "type": "dark",
258
- "import": (() => import('@shikijs/themes/night-owl'))
259
- },
260
- {
261
- "id": "night-owl-light",
262
- "displayName": "Night Owl Light",
263
- "type": "light",
264
- "import": (() => import('@shikijs/themes/night-owl-light'))
265
- },
266
- {
267
- "id": "nord",
268
- "displayName": "Nord",
269
- "type": "dark",
270
- "import": (() => import('@shikijs/themes/nord'))
271
- },
272
- {
273
- "id": "one-dark-pro",
274
- "displayName": "One Dark Pro",
275
- "type": "dark",
276
- "import": (() => import('@shikijs/themes/one-dark-pro'))
277
- },
278
- {
279
- "id": "one-light",
280
- "displayName": "One Light",
281
- "type": "light",
282
- "import": (() => import('@shikijs/themes/one-light'))
283
- },
284
- {
285
- "id": "plastic",
286
- "displayName": "Plastic",
287
- "type": "dark",
288
- "import": (() => import('@shikijs/themes/plastic'))
289
- },
290
- {
291
- "id": "poimandres",
292
- "displayName": "Poimandres",
293
- "type": "dark",
294
- "import": (() => import('@shikijs/themes/poimandres'))
295
- },
296
- {
297
- "id": "red",
298
- "displayName": "Red",
299
- "type": "dark",
300
- "import": (() => import('@shikijs/themes/red'))
301
- },
302
- {
303
- "id": "rose-pine",
304
- "displayName": "Ros\xE9 Pine",
305
- "type": "dark",
306
- "import": (() => import('@shikijs/themes/rose-pine'))
307
- },
308
- {
309
- "id": "rose-pine-dawn",
310
- "displayName": "Ros\xE9 Pine Dawn",
311
- "type": "light",
312
- "import": (() => import('@shikijs/themes/rose-pine-dawn'))
313
- },
314
- {
315
- "id": "rose-pine-moon",
316
- "displayName": "Ros\xE9 Pine Moon",
317
- "type": "dark",
318
- "import": (() => import('@shikijs/themes/rose-pine-moon'))
319
- },
320
- {
321
- "id": "slack-dark",
322
- "displayName": "Slack Dark",
323
- "type": "dark",
324
- "import": (() => import('@shikijs/themes/slack-dark'))
325
- },
326
- {
327
- "id": "slack-ochin",
328
- "displayName": "Slack Ochin",
329
- "type": "light",
330
- "import": (() => import('@shikijs/themes/slack-ochin'))
331
- },
332
- {
333
- "id": "snazzy-light",
334
- "displayName": "Snazzy Light",
335
- "type": "light",
336
- "import": (() => import('@shikijs/themes/snazzy-light'))
337
- },
338
- {
339
- "id": "solarized-dark",
340
- "displayName": "Solarized Dark",
341
- "type": "dark",
342
- "import": (() => import('@shikijs/themes/solarized-dark'))
343
- },
344
- {
345
- "id": "solarized-light",
346
- "displayName": "Solarized Light",
347
- "type": "light",
348
- "import": (() => import('@shikijs/themes/solarized-light'))
349
- },
350
- {
351
- "id": "synthwave-84",
352
- "displayName": "Synthwave '84",
353
- "type": "dark",
354
- "import": (() => import('@shikijs/themes/synthwave-84'))
355
- },
356
- {
357
- "id": "tokyo-night",
358
- "displayName": "Tokyo Night",
359
- "type": "dark",
360
- "import": (() => import('@shikijs/themes/tokyo-night'))
361
- },
362
- {
363
- "id": "vesper",
364
- "displayName": "Vesper",
365
- "type": "dark",
366
- "import": (() => import('@shikijs/themes/vesper'))
367
- },
368
- {
369
- "id": "vitesse-black",
370
- "displayName": "Vitesse Black",
371
- "type": "dark",
372
- "import": (() => import('@shikijs/themes/vitesse-black'))
373
- },
374
- {
375
- "id": "vitesse-dark",
376
- "displayName": "Vitesse Dark",
377
- "type": "dark",
378
- "import": (() => import('@shikijs/themes/vitesse-dark'))
379
- },
380
- {
381
- "id": "vitesse-light",
382
- "displayName": "Vitesse Light",
383
- "type": "light",
384
- "import": (() => import('@shikijs/themes/vitesse-light'))
385
- }
3
+ {
4
+ "id": "andromeeda",
5
+ "displayName": "Andromeeda",
6
+ "type": "dark",
7
+ "import": (() => import("@shikijs/themes/andromeeda"))
8
+ },
9
+ {
10
+ "id": "aurora-x",
11
+ "displayName": "Aurora X",
12
+ "type": "dark",
13
+ "import": (() => import("@shikijs/themes/aurora-x"))
14
+ },
15
+ {
16
+ "id": "ayu-dark",
17
+ "displayName": "Ayu Dark",
18
+ "type": "dark",
19
+ "import": (() => import("@shikijs/themes/ayu-dark"))
20
+ },
21
+ {
22
+ "id": "ayu-light",
23
+ "displayName": "Ayu Light",
24
+ "type": "light",
25
+ "import": (() => import("@shikijs/themes/ayu-light"))
26
+ },
27
+ {
28
+ "id": "ayu-mirage",
29
+ "displayName": "Ayu Mirage",
30
+ "type": "dark",
31
+ "import": (() => import("@shikijs/themes/ayu-mirage"))
32
+ },
33
+ {
34
+ "id": "catppuccin-frappe",
35
+ "displayName": "Catppuccin Frappé",
36
+ "type": "dark",
37
+ "import": (() => import("@shikijs/themes/catppuccin-frappe"))
38
+ },
39
+ {
40
+ "id": "catppuccin-latte",
41
+ "displayName": "Catppuccin Latte",
42
+ "type": "light",
43
+ "import": (() => import("@shikijs/themes/catppuccin-latte"))
44
+ },
45
+ {
46
+ "id": "catppuccin-macchiato",
47
+ "displayName": "Catppuccin Macchiato",
48
+ "type": "dark",
49
+ "import": (() => import("@shikijs/themes/catppuccin-macchiato"))
50
+ },
51
+ {
52
+ "id": "catppuccin-mocha",
53
+ "displayName": "Catppuccin Mocha",
54
+ "type": "dark",
55
+ "import": (() => import("@shikijs/themes/catppuccin-mocha"))
56
+ },
57
+ {
58
+ "id": "dark-plus",
59
+ "displayName": "Dark Plus",
60
+ "type": "dark",
61
+ "import": (() => import("@shikijs/themes/dark-plus"))
62
+ },
63
+ {
64
+ "id": "dracula",
65
+ "displayName": "Dracula Theme",
66
+ "type": "dark",
67
+ "import": (() => import("@shikijs/themes/dracula"))
68
+ },
69
+ {
70
+ "id": "dracula-soft",
71
+ "displayName": "Dracula Theme Soft",
72
+ "type": "dark",
73
+ "import": (() => import("@shikijs/themes/dracula-soft"))
74
+ },
75
+ {
76
+ "id": "everforest-dark",
77
+ "displayName": "Everforest Dark",
78
+ "type": "dark",
79
+ "import": (() => import("@shikijs/themes/everforest-dark"))
80
+ },
81
+ {
82
+ "id": "everforest-light",
83
+ "displayName": "Everforest Light",
84
+ "type": "light",
85
+ "import": (() => import("@shikijs/themes/everforest-light"))
86
+ },
87
+ {
88
+ "id": "github-dark",
89
+ "displayName": "GitHub Dark",
90
+ "type": "dark",
91
+ "import": (() => import("@shikijs/themes/github-dark"))
92
+ },
93
+ {
94
+ "id": "github-dark-default",
95
+ "displayName": "GitHub Dark Default",
96
+ "type": "dark",
97
+ "import": (() => import("@shikijs/themes/github-dark-default"))
98
+ },
99
+ {
100
+ "id": "github-dark-dimmed",
101
+ "displayName": "GitHub Dark Dimmed",
102
+ "type": "dark",
103
+ "import": (() => import("@shikijs/themes/github-dark-dimmed"))
104
+ },
105
+ {
106
+ "id": "github-dark-high-contrast",
107
+ "displayName": "GitHub Dark High Contrast",
108
+ "type": "dark",
109
+ "import": (() => import("@shikijs/themes/github-dark-high-contrast"))
110
+ },
111
+ {
112
+ "id": "github-light",
113
+ "displayName": "GitHub Light",
114
+ "type": "light",
115
+ "import": (() => import("@shikijs/themes/github-light"))
116
+ },
117
+ {
118
+ "id": "github-light-default",
119
+ "displayName": "GitHub Light Default",
120
+ "type": "light",
121
+ "import": (() => import("@shikijs/themes/github-light-default"))
122
+ },
123
+ {
124
+ "id": "github-light-high-contrast",
125
+ "displayName": "GitHub Light High Contrast",
126
+ "type": "light",
127
+ "import": (() => import("@shikijs/themes/github-light-high-contrast"))
128
+ },
129
+ {
130
+ "id": "gruvbox-dark-hard",
131
+ "displayName": "Gruvbox Dark Hard",
132
+ "type": "dark",
133
+ "import": (() => import("@shikijs/themes/gruvbox-dark-hard"))
134
+ },
135
+ {
136
+ "id": "gruvbox-dark-medium",
137
+ "displayName": "Gruvbox Dark Medium",
138
+ "type": "dark",
139
+ "import": (() => import("@shikijs/themes/gruvbox-dark-medium"))
140
+ },
141
+ {
142
+ "id": "gruvbox-dark-soft",
143
+ "displayName": "Gruvbox Dark Soft",
144
+ "type": "dark",
145
+ "import": (() => import("@shikijs/themes/gruvbox-dark-soft"))
146
+ },
147
+ {
148
+ "id": "gruvbox-light-hard",
149
+ "displayName": "Gruvbox Light Hard",
150
+ "type": "light",
151
+ "import": (() => import("@shikijs/themes/gruvbox-light-hard"))
152
+ },
153
+ {
154
+ "id": "gruvbox-light-medium",
155
+ "displayName": "Gruvbox Light Medium",
156
+ "type": "light",
157
+ "import": (() => import("@shikijs/themes/gruvbox-light-medium"))
158
+ },
159
+ {
160
+ "id": "gruvbox-light-soft",
161
+ "displayName": "Gruvbox Light Soft",
162
+ "type": "light",
163
+ "import": (() => import("@shikijs/themes/gruvbox-light-soft"))
164
+ },
165
+ {
166
+ "id": "horizon",
167
+ "displayName": "Horizon",
168
+ "type": "dark",
169
+ "import": (() => import("@shikijs/themes/horizon"))
170
+ },
171
+ {
172
+ "id": "horizon-bright",
173
+ "displayName": "Horizon Bright",
174
+ "type": "dark",
175
+ "import": (() => import("@shikijs/themes/horizon-bright"))
176
+ },
177
+ {
178
+ "id": "houston",
179
+ "displayName": "Houston",
180
+ "type": "dark",
181
+ "import": (() => import("@shikijs/themes/houston"))
182
+ },
183
+ {
184
+ "id": "kanagawa-dragon",
185
+ "displayName": "Kanagawa Dragon",
186
+ "type": "dark",
187
+ "import": (() => import("@shikijs/themes/kanagawa-dragon"))
188
+ },
189
+ {
190
+ "id": "kanagawa-lotus",
191
+ "displayName": "Kanagawa Lotus",
192
+ "type": "light",
193
+ "import": (() => import("@shikijs/themes/kanagawa-lotus"))
194
+ },
195
+ {
196
+ "id": "kanagawa-wave",
197
+ "displayName": "Kanagawa Wave",
198
+ "type": "dark",
199
+ "import": (() => import("@shikijs/themes/kanagawa-wave"))
200
+ },
201
+ {
202
+ "id": "laserwave",
203
+ "displayName": "LaserWave",
204
+ "type": "dark",
205
+ "import": (() => import("@shikijs/themes/laserwave"))
206
+ },
207
+ {
208
+ "id": "light-plus",
209
+ "displayName": "Light Plus",
210
+ "type": "light",
211
+ "import": (() => import("@shikijs/themes/light-plus"))
212
+ },
213
+ {
214
+ "id": "material-theme",
215
+ "displayName": "Material Theme",
216
+ "type": "dark",
217
+ "import": (() => import("@shikijs/themes/material-theme"))
218
+ },
219
+ {
220
+ "id": "material-theme-darker",
221
+ "displayName": "Material Theme Darker",
222
+ "type": "dark",
223
+ "import": (() => import("@shikijs/themes/material-theme-darker"))
224
+ },
225
+ {
226
+ "id": "material-theme-lighter",
227
+ "displayName": "Material Theme Lighter",
228
+ "type": "light",
229
+ "import": (() => import("@shikijs/themes/material-theme-lighter"))
230
+ },
231
+ {
232
+ "id": "material-theme-ocean",
233
+ "displayName": "Material Theme Ocean",
234
+ "type": "dark",
235
+ "import": (() => import("@shikijs/themes/material-theme-ocean"))
236
+ },
237
+ {
238
+ "id": "material-theme-palenight",
239
+ "displayName": "Material Theme Palenight",
240
+ "type": "dark",
241
+ "import": (() => import("@shikijs/themes/material-theme-palenight"))
242
+ },
243
+ {
244
+ "id": "min-dark",
245
+ "displayName": "Min Dark",
246
+ "type": "dark",
247
+ "import": (() => import("@shikijs/themes/min-dark"))
248
+ },
249
+ {
250
+ "id": "min-light",
251
+ "displayName": "Min Light",
252
+ "type": "light",
253
+ "import": (() => import("@shikijs/themes/min-light"))
254
+ },
255
+ {
256
+ "id": "monokai",
257
+ "displayName": "Monokai",
258
+ "type": "dark",
259
+ "import": (() => import("@shikijs/themes/monokai"))
260
+ },
261
+ {
262
+ "id": "night-owl",
263
+ "displayName": "Night Owl",
264
+ "type": "dark",
265
+ "import": (() => import("@shikijs/themes/night-owl"))
266
+ },
267
+ {
268
+ "id": "night-owl-light",
269
+ "displayName": "Night Owl Light",
270
+ "type": "light",
271
+ "import": (() => import("@shikijs/themes/night-owl-light"))
272
+ },
273
+ {
274
+ "id": "nord",
275
+ "displayName": "Nord",
276
+ "type": "dark",
277
+ "import": (() => import("@shikijs/themes/nord"))
278
+ },
279
+ {
280
+ "id": "one-dark-pro",
281
+ "displayName": "One Dark Pro",
282
+ "type": "dark",
283
+ "import": (() => import("@shikijs/themes/one-dark-pro"))
284
+ },
285
+ {
286
+ "id": "one-light",
287
+ "displayName": "One Light",
288
+ "type": "light",
289
+ "import": (() => import("@shikijs/themes/one-light"))
290
+ },
291
+ {
292
+ "id": "plastic",
293
+ "displayName": "Plastic",
294
+ "type": "dark",
295
+ "import": (() => import("@shikijs/themes/plastic"))
296
+ },
297
+ {
298
+ "id": "poimandres",
299
+ "displayName": "Poimandres",
300
+ "type": "dark",
301
+ "import": (() => import("@shikijs/themes/poimandres"))
302
+ },
303
+ {
304
+ "id": "red",
305
+ "displayName": "Red",
306
+ "type": "dark",
307
+ "import": (() => import("@shikijs/themes/red"))
308
+ },
309
+ {
310
+ "id": "rose-pine",
311
+ "displayName": "Rosé Pine",
312
+ "type": "dark",
313
+ "import": (() => import("@shikijs/themes/rose-pine"))
314
+ },
315
+ {
316
+ "id": "rose-pine-dawn",
317
+ "displayName": "Rosé Pine Dawn",
318
+ "type": "light",
319
+ "import": (() => import("@shikijs/themes/rose-pine-dawn"))
320
+ },
321
+ {
322
+ "id": "rose-pine-moon",
323
+ "displayName": "Rosé Pine Moon",
324
+ "type": "dark",
325
+ "import": (() => import("@shikijs/themes/rose-pine-moon"))
326
+ },
327
+ {
328
+ "id": "slack-dark",
329
+ "displayName": "Slack Dark",
330
+ "type": "dark",
331
+ "import": (() => import("@shikijs/themes/slack-dark"))
332
+ },
333
+ {
334
+ "id": "slack-ochin",
335
+ "displayName": "Slack Ochin",
336
+ "type": "light",
337
+ "import": (() => import("@shikijs/themes/slack-ochin"))
338
+ },
339
+ {
340
+ "id": "snazzy-light",
341
+ "displayName": "Snazzy Light",
342
+ "type": "light",
343
+ "import": (() => import("@shikijs/themes/snazzy-light"))
344
+ },
345
+ {
346
+ "id": "solarized-dark",
347
+ "displayName": "Solarized Dark",
348
+ "type": "dark",
349
+ "import": (() => import("@shikijs/themes/solarized-dark"))
350
+ },
351
+ {
352
+ "id": "solarized-light",
353
+ "displayName": "Solarized Light",
354
+ "type": "light",
355
+ "import": (() => import("@shikijs/themes/solarized-light"))
356
+ },
357
+ {
358
+ "id": "synthwave-84",
359
+ "displayName": "Synthwave '84",
360
+ "type": "dark",
361
+ "import": (() => import("@shikijs/themes/synthwave-84"))
362
+ },
363
+ {
364
+ "id": "tokyo-night",
365
+ "displayName": "Tokyo Night",
366
+ "type": "dark",
367
+ "import": (() => import("@shikijs/themes/tokyo-night"))
368
+ },
369
+ {
370
+ "id": "vesper",
371
+ "displayName": "Vesper",
372
+ "type": "dark",
373
+ "import": (() => import("@shikijs/themes/vesper"))
374
+ },
375
+ {
376
+ "id": "vitesse-black",
377
+ "displayName": "Vitesse Black",
378
+ "type": "dark",
379
+ "import": (() => import("@shikijs/themes/vitesse-black"))
380
+ },
381
+ {
382
+ "id": "vitesse-dark",
383
+ "displayName": "Vitesse Dark",
384
+ "type": "dark",
385
+ "import": (() => import("@shikijs/themes/vitesse-dark"))
386
+ },
387
+ {
388
+ "id": "vitesse-light",
389
+ "displayName": "Vitesse Light",
390
+ "type": "light",
391
+ "import": (() => import("@shikijs/themes/vitesse-light"))
392
+ }
386
393
  ];
387
394
  const bundledThemes = Object.fromEntries(bundledThemesInfo.map((i) => [i.id, i.import]));
388
395
 
389
- export { bundledThemes, bundledThemesInfo };
396
+ //#endregion
397
+ export { bundledThemes, bundledThemesInfo };