UNPKG

slidev-theme-catppuccin-frappe

Version:

Catppuccin frappe, a soothing pastel theme for Slidev

9 lines (7 loc) 176 B
import { defineShikiSetup } from "@slidev/types"; export default defineShikiSetup(() => ({ theme: { dark: "catppuccin-frappe", light: "catppuccin-frappe", }, }));