Skip to content

Commit

Permalink
docs: add excali-slide theme (#1616)
Browse files Browse the repository at this point in the history
Co-authored-by: _Kerman <[email protected]>
  • Loading branch information
filiphric and kermanx authored May 28, 2024
1 parent f893705 commit 1902664
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/.vitepress/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,24 @@ export const community: ThemeInfo[] = [
'light',
],
},
{
id: 'slidev-theme-excali-slide',
name: 'Excali-slide',
description: 'A theme based on Excalidraw with animated highlighter effect',
author: {
name: 'Filip Hric',
link: 'https://github.com/filiphric',
},
repo: 'https://github.com/filiphric/slidev-theme-excali-slide',
previews: [
'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/default_slide.png',
'https://raw.githubusercontent.com/filiphric/excali-slide/main/images/intro_slide.png',
],
tags: [
'dark',
'light',
],
},
// Add yours here!
{
id: '',
Expand Down

0 comments on commit 1902664

Please sign in to comment.