Skip to content

Commit

Permalink
docs: add slidev-theme-mint theme (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfatta authored Jun 30, 2024
1 parent 98ca9da commit e2640ee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/.vitepress/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,33 @@ export const community: ThemeInfo[] = [
'light',
],
},
{
id: 'slidev-theme-mint',
name: 'mint',
description: 'Slidev Theme Mint',
author: {
name: 'Alfatta Rezqa',
link: 'https://github.com/alfatta',
},
repo: 'https://github.com/alfatta/slidev-theme-mint',
previews: [
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/1.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/2.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/3.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/4.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/5.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/6.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/7.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/8.png',
'https://cdn.jsdelivr.net/gh/alfatta/slidev-theme-mint/screenshot/9.png',
],
tags: [
'light',
'mint',
'green',
'cool',
],
},
// Add yours here!
{
id: '',
Expand Down

0 comments on commit e2640ee

Please sign in to comment.