8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
|
import { defineShikiSetup } from '@slidev/types'
|
||
|
|
||
|
export default defineShikiSetup(() => {
|
||
|
return {
|
||
|
theme: 'one-dark-pro',
|
||
|
}
|
||
|
})
|