Skip to content

Commit e2640ee

Browse files
authored
docs: add slidev-theme-mint theme (#1722)
1 parent 98ca9da commit e2640ee

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/.vitepress/themes.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,33 @@ export const community: ThemeInfo[] = [
463463
'light',
464464
],
465465
},
466+
{
467+
id: 'slidev-theme-mint',
468+
name: 'mint',
469+
description: 'Slidev Theme Mint',
470+
author: {
471+
name: 'Alfatta Rezqa',
472+
link: 'https://github.com/alfatta',
473+
},
474+
repo: 'https://github.com/alfatta/slidev-theme-mint',
475+
previews: [
476+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/1.png',
477+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/2.png',
478+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/3.png',
479+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/4.png',
480+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/5.png',
481+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/6.png',
482+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/7.png',
483+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/8.png',
484+
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/9.png',
485+
],
486+
tags: [
487+
'light',
488+
'mint',
489+
'green',
490+
'cool',
491+
],
492+
},
466493
// Add yours here!
467494
{
468495
id: '',

0 commit comments

Comments
 (0)