1
Fork 0
recovering-deleted-wagtail-.../setup/shiki.ts

11 lines
185 B
TypeScript
Raw Normal View History

2024-04-05 18:01:50 +01:00
import { defineShikiSetup } from '@slidev/types'
export default defineShikiSetup(() => {
return {
themes: {
dark: 'github-dark',
light: 'github-light',
},
}
})