create new theme

This commit is contained in:
2025-08-28 19:57:21 +05:00
parent 71522ef88d
commit 10499b1d01
16 changed files with 1579 additions and 1731 deletions

11
setup/shiki.ts Normal file
View File

@ -0,0 +1,11 @@
import type { ShikiSetupReturn } from '@slidev/types'
import { defineShikiSetup } from '@slidev/types'
export default defineShikiSetup((): ShikiSetupReturn => {
return {
themes: {
dark: 'vitesse-dark',
light: 'vitesse-light',
},
}
})