1
Fork 0
wagtail-caching/setup/shiki.ts

11 lines
185 B
TypeScript
Raw Permalink Normal View History

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