We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a87716 commit ff57e5eCopy full SHA for ff57e5e
.vitepress/themes.ts
@@ -445,6 +445,24 @@ export const community: ThemeInfo[] = [
445
'light',
446
],
447
},
448
+ {
449
+ id: 'slidev-theme-excali-slide',
450
+ name: 'Excali-slide',
451
+ description: 'A theme based on Excalidraw with animated highlighter effect',
452
+ author: {
453
+ name: 'Filip Hric',
454
+ link: 'https://github.com/filiphric',
455
+ },
456
+ repo: 'https://github.com/filiphric/slidev-theme-excali-slide',
457
+ previews: [
458
+ 'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/default_slide.png',
459
+ 'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/intro_slide.png',
460
+ ],
461
+ tags: [
462
+ 'dark',
463
+ 'light',
464
465
466
// Add yours here!
467
{
468
id: '',
0 commit comments