UNPKG

slidev-theme-gtlabo

Version:

A Slidev theme for laboratory presentations with customizable components

12 lines (10 loc) 259 B
import type { ShikiSetupReturn } from '@slidev/types' import { defineShikiSetup } from '@slidev/types' export default defineShikiSetup((): ShikiSetupReturn => { return { themes: { dark: 'vitesse-dark', light: 'vitesse-light', }, } })