Skip to content

Commit

Permalink
docs(themes): added dracula (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Feb 17, 2023
1 parent 9cb6406 commit 7f25ea8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vitepress/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,27 @@ export const community: ThemeInfo[] = [
'dark'
],
},
{
id: 'slidev-theme-dracula',
name: 'Dracula',
description: 'One the best dark theme meets slidev',
author: {
name: 'JD Solanki (jd-solanki)',
link: 'https://github.com/jd-solanki',
},
repo: 'https://github.com/jd-solanki/slidev-theme-dracula',
previews: [
'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-1.png',
'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-2.png',
'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-3.png',
'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-4.png',
'https://cdn.jsdelivr.net/gh/jd-solanki/slidev-theme-dracula/screenshots/screenshot-5.png',
],
tags: [
'dark',
'minimalism',
],
},
// Add yours here!
{
id: '',
Expand Down

0 comments on commit 7f25ea8

Please sign in to comment.