forked from slides/empowering-django-with-background-workers
11 lines
185 B
TypeScript
11 lines
185 B
TypeScript
|
import { defineShikiSetup } from '@slidev/types'
|
||
|
|
||
|
export default defineShikiSetup(() => {
|
||
|
return {
|
||
|
themes: {
|
||
|
dark: 'github-dark',
|
||
|
light: 'github-light',
|
||
|
},
|
||
|
}
|
||
|
})
|