1
Fork 1
empowering-django-with-back.../setup/shiki.ts

11 lines
185 B
TypeScript
Raw Normal View History

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