initial commit
This commit is contained in:
commit
c7c8fc4e67
24 changed files with 1328 additions and 0 deletions
11
setup/shiki.ts
Normal file
11
setup/shiki.ts
Normal 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'
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue