返回 slidev
themes.ts
根目录 / docs / .vitepress / themes.ts
1 export interface ThemeInfo {
2 id: string
3 name: string
4 description: string
5 previews: string[]
6 repo?: string
7 author?: {
8 name: string
9 link?: string
10 }
11 link?: string
12 tags?: string[]
13 }
14
15 export const official: ThemeInfo[] = [
16 {
17 id: '@slidev/theme-default',
18 name: 'Default',
19 description: 'The minimalism default theme for Slidev',
20 author: {
21 name: 'Anthony Fu',
22 link: 'https://github.com/antfu',
23 },
24 repo: 'https://github.com/slidevjs/themes/tree/main/packages/theme-default',
25 previews: [
26 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-default/01.png',
27 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-default/02.png',
28 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-default/06.png',
29 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-default/08.png',
30 ],
31 tags: [
32 'official',
33 'minimalism',
34 'dark',
35 'light',
36 ],
37 },
38 {
39 id: '@slidev/theme-seriph',
40 name: 'Seriph',
41 description: 'A more formal looking theme using Serif fonts',
42 author: {
43 name: 'Anthony Fu',
44 link: 'https://github.com/antfu',
45 },
46 repo: 'https://github.com/slidevjs/themes/tree/main/packages/theme-seriph',
47 previews: [
48 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-seriph/01.png',
49 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-seriph/02.png',
50 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-seriph/03.png',
51 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-seriph/08.png',
52 ],
53 tags: [
54 'official',
55 'minimalism',
56 'dark',
57 'light',
58 ],
59 },
60 {
61 id: '@slidev/theme-apple-basic',
62 name: 'Apple Basic',
63 description: 'Inspired by the Basic Black/White theme from Apple Keynote',
64 author: {
65 name: 'Jeremy Meissner',
66 link: 'https://github.com/JeremyMeissner',
67 },
68 repo: 'https://github.com/slidevjs/themes/tree/main/packages/theme-apple-basic',
69 previews: [
70 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-apple-basic/01.png',
71 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-apple-basic/02.png',
72 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-apple-basic/03.png',
73 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-apple-basic/09.png',
74 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-apple-basic/11.png',
75 ],
76 tags: [
77 'minimalism',
78 'dark',
79 'light',
80 ],
81 },
82 {
83 id: '@slidev/theme-bricks',
84 name: 'Bricks',
85 description: 'Building bricks',
86 author: {
87 name: 'iiiiiiinès',
88 link: 'https://github.com/iiiiiiines',
89 },
90 repo: 'https://github.com/slidevjs/themes/tree/main/packages/theme-bricks',
91 previews: [
92 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-bricks/01.png',
93 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-bricks/04.png',
94 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-bricks/06.png',
95 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-bricks/05.png',
96 ],
97 tags: [
98 'light',
99 ],
100 },
101 {
102 id: '@slidev/theme-shibainu',
103 name: 'Shibainu',
104 description: 'Meow!',
105 author: {
106 name: 'iiiiiiinès',
107 link: 'https://github.com/iiiiiiines',
108 },
109 repo: 'https://github.com/slidevjs/themes/tree/main/packages/theme-shibainu',
110 previews: [
111 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-shibainu/01.png',
112 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-shibainu/03.png',
113 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-shibainu/04.png',
114 'https://cdn.jsdelivr.net/gh/slidevjs/themes@main/screenshots/theme-shibainu/09.png',
115 ],
116 tags: [
117 'dark',
118 ],
119 },
120 ]
121
122 // Please add your theme to the end of the list.
123 export const community: ThemeInfo[] = [
124 {
125 id: 'slidev-theme-geist',
126 name: 'Vercel',
127 description: 'A theme based on Vercel\'s design system.',
128 author: {
129 name: 'Nico Bachner',
130 link: 'https://github.com/nico-bachner',
131 },
132 repo: 'https://github.com/nico-bachner/slidev-theme-geist',
133 previews: [
134 'https://cdn.jsdelivr.net/gh/nico-bachner/slidev-theme-geist@main/example-export/01.png',
135 'https://cdn.jsdelivr.net/gh/nico-bachner/slidev-theme-geist@main/example-export/02.png',
136 'https://cdn.jsdelivr.net/gh/nico-bachner/slidev-theme-geist@main/example-export/03.png',
137 'https://cdn.jsdelivr.net/gh/nico-bachner/slidev-theme-geist@main/example-export/04.png',
138 'https://cdn.jsdelivr.net/gh/nico-bachner/slidev-theme-geist@main/example-export/05.png',
139 ],
140 tags: [
141 'dark',
142 'light',
143 ],
144 },
145 {
146 id: 'slidev-theme-light-icons',
147 name: 'Light Icons',
148 description: 'A simple, light and elegant theme for Slidev, combined together with creative layouts, custom components & fonts',
149 author: {
150 name: 'Pulkit Aggarwal',
151 link: 'https://github.com/BashCloud',
152 },
153 repo: 'https://github.com/lightvue/slidev-theme-light-icons',
154 previews: [
155 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/1-layout-intro.png',
156 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/2-layout-image-header-intro-light.png',
157 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/3-layout-dynamic-image-light.png',
158 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/5-layout-dynamic-image-light.png',
159 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/7-layout-dynamic-image-light.png',
160 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/8-layout-center-image-light.png',
161 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/9-layout-dynamic-image-light.png',
162 'https://cdn.jsdelivr.net/gh/lightvue/slidev-theme-light-icons@master/screenshot/10-layout-left-image-light.png',
163 ],
164 tags: [
165 'dark',
166 'light',
167 ],
168 },
169 {
170 id: 'slidev-theme-eloc',
171 name: 'Eloc',
172 description: 'Focus on writing, present in a concise style.',
173 author: {
174 name: 'Amio',
175 link: 'https://github.com/amio',
176 },
177 repo: 'https://github.com/zthxxx/slides/tree/master/packages/slidev-theme-eloc',
178 previews: [
179 'https://media.githubusercontent.com/media/zthxxx/slides/refs/heads/master/packages/slidev-theme-eloc/screenshot/01.png',
180 'https://media.githubusercontent.com/media/zthxxx/slides/refs/heads/master/packages/slidev-theme-eloc/screenshot/02.png',
181 'https://media.githubusercontent.com/media/zthxxx/slides/refs/heads/master/packages/slidev-theme-eloc/screenshot/03.png',
182 'https://media.githubusercontent.com/media/zthxxx/slides/refs/heads/master/packages/slidev-theme-eloc/screenshot/04.png',
183 'https://media.githubusercontent.com/media/zthxxx/slides/refs/heads/master/packages/slidev-theme-eloc/screenshot/05.png',
184 ],
185 tags: [
186 'dark',
187 'light',
188 ],
189 },
190 {
191 id: 'slidev-theme-purplin',
192 name: 'Purplin',
193 description: 'Theme with bar bottom component. Based on purple color',
194 author: {
195 name: 'Mauricio Martínez',
196 link: 'https://github.com/moudev',
197 },
198 repo: 'https://github.com/moudev/slidev-theme-purplin',
199 previews: [
200 'https://i.imgur.com/BX3TpEc.png',
201 'https://i.imgur.com/mqqRi1F.png',
202 'https://i.imgur.com/fwm2785.png',
203 'https://i.imgur.com/m8eemKt.png',
204 ],
205 tags: [
206 'dark',
207 'light',
208 ],
209 },
210 {
211 id: 'slidev-theme-unicorn',
212 name: 'Unicorn',
213 description: 'Based on Dawntraoz website design',
214 author: {
215 name: 'Alba Silvente',
216 link: 'https://github.com/dawntraoz',
217 },
218 repo: 'https://github.com/dawntraoz/slidev-theme-unicorn',
219 previews: [
220 'https://cdn.jsdelivr.net/gh/Dawntraoz/slidev-theme-unicorn@master/screenshots/dark-theme-intro.png',
221 'https://cdn.jsdelivr.net/gh/Dawntraoz/slidev-theme-unicorn@master/screenshots/light-theme-cover.png',
222 'https://cdn.jsdelivr.net/gh/Dawntraoz/slidev-theme-unicorn@master/screenshots/dark-theme-image-centered.png',
223 'https://cdn.jsdelivr.net/gh/Dawntraoz/slidev-theme-unicorn@master/screenshots/dark-theme-center-without-header-footer.png',
224 ],
225 tags: [
226 'dark',
227 'light',
228 ],
229 },
230 {
231 id: 'slidev-theme-zhozhoba',
232 name: 'Zhozhoba',
233 description: 'A zhozhoba theme for Slidev',
234 author: {
235 name: 'Bogenbai Bayzharassov',
236 link: 'https://github.com/thatoranzhevyy',
237 },
238 repo: 'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba',
239 previews: [
240 'https://cdn.jsdelivr.net/gh/thatoranzhevyy/slidev-theme-zhozhoba@master/slides-export/01.png',
241 'https://cdn.jsdelivr.net/gh/thatoranzhevyy/slidev-theme-zhozhoba@master/.github/dark.png',
242 'https://cdn.jsdelivr.net/gh/thatoranzhevyy/slidev-theme-zhozhoba@master/slides-export/02.png',
243 'https://cdn.jsdelivr.net/gh/thatoranzhevyy/slidev-theme-zhozhoba@master/slides-export/03.png',
244 'https://cdn.jsdelivr.net/gh/thatoranzhevyy/slidev-theme-zhozhoba@master/slides-export/04.png',
245 ],
246 tags: [
247 'dark',
248 'light',
249 ],
250 },
251 {
252 id: 'slidev-theme-penguin',
253 name: 'Penguin',
254 description: 'A Penguin theme for Slidev',
255 author: {
256 name: 'Alvaro Saburido',
257 link: 'https://github.com/alvarosabu',
258 },
259 repo: 'https://github.com/alvarosabu/slidev-theme-penguin',
260 previews: [
261 'https://cdn.jsdelivr.net/gh/alvarosaburido/slidev-theme-penguin@master/screenshots/dark/01.png',
262 'https://cdn.jsdelivr.net/gh/alvarosaburido/slidev-theme-penguin@master/screenshots/light/02.png',
263 'https://cdn.jsdelivr.net/gh/alvarosaburido/slidev-theme-penguin@master/screenshots/light/06.png',
264 'https://cdn.jsdelivr.net/gh/alvarosaburido/slidev-theme-penguin@master/screenshots/light/05.png',
265 ],
266 tags: [
267 'dark',
268 'light',
269 ],
270 },
271 {
272 id: 'slidev-theme-vuetiful',
273 name: 'Vuetiful',
274 description: 'A Vue-inspired theme for Slidev',
275 author: {
276 name: 'Thorsten Lünborg',
277 link: 'https://github.com/LinusBorg',
278 },
279 repo: 'https://github.com/LinusBorg/slidev-theme-vuetiful',
280 previews: [
281 'https://cdn.jsdelivr.net/gh/LinusBorg/slidev-theme-vuetiful@main/screenshots/cover-alt.png',
282 'https://cdn.jsdelivr.net/gh/LinusBorg/slidev-theme-vuetiful@main/screenshots/section.png',
283 'https://cdn.jsdelivr.net/gh/LinusBorg/slidev-theme-vuetiful@main/screenshots/big-points.png',
284 'https://cdn.jsdelivr.net/gh/LinusBorg/slidev-theme-vuetiful@main/screenshots/quote.png',
285 ],
286 tags: [
287 'dark',
288 'light',
289 ],
290 },
291 {
292 id: 'slidev-theme-takahashi',
293 name: 'Takahashi',
294 description: 'A simple theme for Slidev',
295 author: {
296 name: 'Percy M.',
297 link: 'https://github.com/kecrily',
298 },
299 repo: 'https://github.com/kecrily/slidev-theme-takahashi',
300 previews: [
301 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/01.png',
302 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/02.png',
303 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/03.png',
304 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/04.png',
305 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/05.png',
306 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/06.png',
307 'https://cdn.jsdelivr.net/gh/kecrily/slidev-theme-takahashi@master/screenshots/07.png',
308 ],
309 tags: [
310 'light',
311 ],
312 },
313 {
314 id: 'slidev-theme-academic',
315 name: 'Academic',
316 description: 'Academic presentations with Slidev made simple',
317 author: {
318 name: 'Alexander Eble',
319 link: 'https://github.com/alexanderdavide',
320 },
321 repo: 'https://github.com/alexanderdavide/slidev-theme-academic',
322 previews: [
323 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/01.png',
324 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/02.png',
325 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/08.png',
326 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/04.png',
327 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/05.png',
328 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/06.png',
329 'https://cdn.jsdelivr.net/gh/alexanderdavide/slidev-theme-academic@assets/example-export/07.png',
330 ],
331 tags: [
332 'dark',
333 'light',
334 ],
335 },
336 {
337 id: 'slidev-theme-mokkapps',
338 name: 'Mokkapps',
339 description: 'A theme for my personal brand "Mokkapps"',
340 author: {
341 name: 'Michael Hoffmann',
342 link: 'https://github.com/mokkapps',
343 },
344 repo: 'https://github.com/mokkapps/slidev-theme-mokkapps',
345 previews: [
346 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/001.png',
347 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/002.png',
348 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/003.png',
349 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/004.png',
350 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/005.png',
351 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/006.png',
352 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/007.png',
353 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/008.png',
354 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/009.png',
355 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/010.png',
356 'https://cdn.jsdelivr.net/gh/mokkapps/slidev-theme-mokkapps@master/screenshots/dark/011.png',
357 ],
358 tags: [
359 'dark',
360 'light',
361 ],
362 },
363 {
364 id: 'slidev-theme-the-unnamed',
365 name: 'The unnamed',
366 description: 'A theme based on The unnamed VS Code theme',
367 author: {
368 name: 'Elio Struyf',
369 link: 'https://elio.dev',
370 },
371 repo: 'https://github.com/estruyf/slidev-theme-the-unnamed',
372 previews: [
373 'https://cdn.jsdelivr.net/gh/estruyf/slidev-theme-the-unnamed@main/assets/cover.png',
374 'https://cdn.jsdelivr.net/gh/estruyf/slidev-theme-the-unnamed@main/assets/about-me.png',
375 'https://cdn.jsdelivr.net/gh/estruyf/slidev-theme-the-unnamed@main/assets/default.png',
376 'https://cdn.jsdelivr.net/gh/estruyf/slidev-theme-the-unnamed@main/assets/section.png',
377 ],
378 tags: [
379 'dark',
380 ],
381 },
382 {
383 id: 'slidev-theme-dracula',
384 name: 'Dracula',
385 description: 'One the best dark theme meets slidev',
386 author: {
387 name: 'JD Solanki',
388 link: 'https://github.com/jd-solanki',
389 },
390 repo: 'https://github.com/jd-solanki/slidev-theme-dracula',
391 previews: [
392 'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-1.png',
393 'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-2.png',
394 'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-3.png',
395 'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-4.png',
396 'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-5.png',
397 ],
398 tags: [
399 'dark',
400 'minimalism',
401 ],
402 },
403 {
404 id: 'slidev-theme-frankfurt',
405 name: 'Frankfurt',
406 description: 'Inspired by the Beamer theme Frankfurt',
407 author: {
408 name: 'Mu-Tsun Tsai',
409 link: 'https://github.com/MuTsunTsai',
410 },
411 repo: 'https://github.com/MuTsunTsai/slidev-theme-frankfurt',
412 previews: [
413 'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/01.png',
414 'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/04.png',
415 'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/06.png',
416 'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/07.png',
417 ],
418 tags: [
419 'dark',
420 'light',
421 ],
422 },
423 {
424 id: 'slidev-theme-hep',
425 name: 'HEP',
426 description: 'Academic style for High Energy Physics',
427 author: {
428 name: 'Yulei ZHANG',
429 link: 'https://github.com/AvencastF',
430 },
431 repo: 'https://github.com/AvencastF/slidev-theme-hep',
432 previews: [
433 'https://cdn.jsdelivr.net/gh/avencastf/slidev-theme-hep/screenshot/001.png',
434 'https://cdn.jsdelivr.net/gh/avencastf/slidev-theme-hep/screenshot/004.png',
435 'https://cdn.jsdelivr.net/gh/avencastf/slidev-theme-hep/screenshot/006.png',
436 'https://cdn.jsdelivr.net/gh/avencastf/slidev-theme-hep/screenshot/008.png',
437 ],
438 tags: [
439 'light',
440 ],
441 },
442 {
443 id: 'slidev-theme-excali-slide',
444 name: 'Excali-slide',
445 description: 'A theme based on Excalidraw with animated highlighter effect',
446 author: {
447 name: 'Filip Hric',
448 link: 'https://github.com/filiphric',
449 },
450 repo: 'https://github.com/filiphric/slidev-theme-excali-slide',
451 previews: [
452 'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/default_slide.png',
453 'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/intro_slide.png',
454 ],
455 tags: [
456 'dark',
457 'light',
458 ],
459 },
460 {
461 id: 'slidev-theme-mint',
462 name: 'mint',
463 description: 'Slidev Theme Mint',
464 author: {
465 name: 'Alfatta Rezqa',
466 link: 'https://github.com/alfatta',
467 },
468 repo: 'https://github.com/alfatta/slidev-theme-mint',
469 previews: [
470 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/1.png',
471 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/2.png',
472 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/3.png',
473 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/4.png',
474 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/5.png',
475 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/6.png',
476 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/7.png',
477 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/8.png',
478 'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/9.png',
479 ],
480 tags: [
481 'light',
482 'mint',
483 'green',
484 'cool',
485 ],
486 },
487 {
488 id: 'slidev-theme-neversink',
489 name: 'neversink',
490 description: 'Slidev Theme Neversink',
491 author: {
492 name: 'Todd M. Gureckis',
493 link: 'https://github.com/gureckis',
494 },
495 repo: 'https://github.com/gureckis/slidev-theme-neversink',
496 previews: [
497 'https://gureckis.github.io/slidev-theme-neversink/screenshots/2.png',
498 'https://gureckis.github.io/slidev-theme-neversink/screenshots/6.png',
499 'https://gureckis.github.io/slidev-theme-neversink/screenshots/8.png',
500 'https://gureckis.github.io/slidev-theme-neversink/screenshots/15.png',
501 'https://gureckis.github.io/slidev-theme-neversink/screenshots/18.png',
502 'https://gureckis.github.io/slidev-theme-neversink/screenshots/22.png',
503 'https://gureckis.github.io/slidev-theme-neversink/screenshots/26.png',
504 'https://gureckis.github.io/slidev-theme-neversink/screenshots/34.png',
505 'https://gureckis.github.io/slidev-theme-neversink/screenshots/36.png',
506 'https://gureckis.github.io/slidev-theme-neversink/screenshots/38.png',
507 'https://gureckis.github.io/slidev-theme-neversink/screenshots/35.png',
508 ],
509 tags: [
510 'light',
511 'academic',
512 'education',
513 ],
514 },
515 {
516 id: 'slidev-theme-ktym4a',
517 name: 'ktym4a',
518 description: 'Based on ktym4a website design',
519 author: {
520 name: 'ktym4a',
521 link: 'https://github.com/ktym4a',
522 },
523 repo: 'https://github.com/ktym4a/slidev-theme-ktym4a',
524 previews: [
525 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/rotation/0.png',
526 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/rotation/1.png',
527 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/rotation/6.png',
528 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/rotation/7.png',
529 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/rotation/8.png',
530 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/single/0.png',
531 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/single/1.png',
532 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/single/3.png',
533 'https://cdn.jsdelivr.net/gh/ktym4a/slidev-theme-ktym4a@main/example-export/single/4.png',
534 ],
535 tags: [
536 'dark',
537 'catppuccin',
538 ],
539 },
540 {
541 id: 'slidev-theme-nord',
542 name: 'Nord',
543 description: 'Based on the Nord theme',
544 author: {
545 name: 'David Ollerhead',
546 link: 'https://github.com/oller',
547 },
548 repo: 'https://github.com/oller/slidev-theme-nord',
549 previews: [
550 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/1.png',
551 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/2.png',
552 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/3.png',
553 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/4.png',
554 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/5.png',
555 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/6.png',
556 'https://raw.githubusercontent.com/oller/slidev-theme-nord/HEAD/example-export/7.png',
557 ],
558 tags: [
559 'dark',
560 'light',
561 'nord',
562 ],
563 },
564 {
565 id: 'slidev-theme-scholarly',
566 name: 'Scholarly',
567 description: 'Based on the Nord theme',
568 author: {
569 name: 'Jiaxin Peng',
570 link: 'https://github.com/jxpeng98',
571 },
572 repo: 'https://github.com/jxpeng98/slidev-theme-scholarly',
573 previews: [
574 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/classic-blue/1.png',
575 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/oxford/1.png',
576 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/cambridge/1.png',
577 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/princeton/1.png',
578 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/classic-blue/2.png',
579 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/classic-blue/3.png',
580 'https://raw.githubusercontent.com/jxpeng98/slidev-theme-scholarly/HEAD/images/themes/classic-blue/4.png',
581 ],
582 tags: [
583 'dark',
584 'light',
585 'academic',
586 'oxford',
587 'cambridge',
588 'princeton',
589 ],
590 },
591 {
592 id: 'slidev-theme-field-manual',
593 name: 'Field Manual',
594 description: 'A 24-layout theme modeled on the style of vintage military field manuals',
595 author: {
596 name: 'PJ Doland',
597 link: 'https://github.com/pjdoland',
598 },
599 repo: 'https://github.com/pjdoland/slidev-theme-field-manual',
600 previews: [
601 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/1.jpg',
602 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/2.jpg',
603 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/3.jpg',
604 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/4.jpg',
605 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/5.jpg',
606 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/6.jpg',
607 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/7.jpg',
608 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/8.jpg',
609 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/9.jpg',
610 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/10.jpg',
611 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/11.jpg',
612 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/12.jpg',
613 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/13.jpg',
614 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/14.jpg',
615 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/15.jpg',
616 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/16.jpg',
617 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/17.jpg',
618 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/18.jpg',
619 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/19.jpg',
620 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/20.jpg',
621 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/21.jpg',
622 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/22.jpg',
623 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/23.jpg',
624 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/24.jpg',
625 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/25.jpg',
626 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/26.jpg',
627 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/27.jpg',
628 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/28.jpg',
629 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/29.jpg',
630 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/30.jpg',
631 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/31.jpg',
632 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/32.jpg',
633 'https://raw.githubusercontent.com/pjdoland/slidev-theme-field-manual/main/screenshots/33.jpg',
634 ],
635 tags: [
636 'light',
637 'dark',
638 'vintage',
639 'military',
640 ],
641 },
642 {
643 id: 'slidev-theme-touying',
644 name: 'Touying',
645 description: 'A theme based on the design of the Typst Touying',
646 author: {
647 name: '_Kerman',
648 link: 'https://github.com/kermanx',
649 },
650 repo: 'https://github.com/kermanx/slidev-theme-touying',
651 previews: [
652 'https://github.com/user-attachments/assets/a075a45c-7ee7-4ede-b3e7-90f29edf3845',
653 'https://github.com/user-attachments/assets/5ddea6cb-e604-41f9-a857-9f43b439c91b',
654 'https://github.com/user-attachments/assets/2b649cbc-537d-4306-adcd-3877bbeeb87a',
655 'https://github.com/user-attachments/assets/e2258aef-1c80-4db0-af2f-eb430b83f2e7',
656 'https://github.com/user-attachments/assets/f3010e84-7b9c-42b7-bffc-bdf48fdfbd2e',
657 ],
658 tags: [
659 'light',
660 ],
661 },
662 {
663 id: 'slidev-theme-tahta',
664 name: 'Tahta',
665 description: 'A design system for Slidev — design tokens, components, and 13 themeable style variants with themed chart palettes and role-color cards. WCAG-AA contrast, ECharts, and frontmatter-driven layouts (no CSS).',
666 author: {
667 name: 'Cagdas Salur',
668 link: 'https://github.com/zcag',
669 },
670 repo: 'https://github.com/zcag/tahta',
671 link: 'https://tahta.cagdas.io',
672 previews: [
673 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/01.png',
674 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/02.png',
675 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/03.png',
676 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/04.png',
677 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/05.png',
678 'https://cdn.jsdelivr.net/gh/zcag/tahta@1dd8357/docs/screenshots/06.png',
679 ],
680 tags: [
681 'dark',
682 'light',
683 ],
684 },
685 // Add yours here!
686 {
687 id: '',
688 link: 'https://github.com/slidevjs/slidev/edit/main/docs/.vitepress/themes.ts',
689 name: 'Yours?',
690 description: 'Click here to submit your theme :)',
691 previews: [
692 '/theme-placeholder.png',
693 ],
694 },
695 ]
696
696 lines TYPESCRIPT