1.0.1 • Published 7 months ago
@catppuccin/starlight v1.0.1
Previews
Usage
Install the theme package to your project with your preferred package manager:
npm install @catppuccin/starlight pnpm add @catppuccin/starlight yarn add @catppuccin/starlightAdd the theme to your Starlight config.
import catppuccin from "@catppuccin/starlight"; export default defineConfig({ // ... integrations: [ starlight({ // ... plugins: [catppuccin()], }), ], });(Optional) Customize your theme for light/dark mode using
flavorandaccent.import catppuccin from "@catppuccin/starlight"; export default defineConfig({ // ... integrations: [ starlight({ // ... plugins: [ catppuccin({ dark: { flavor: "macchiato", accent: "sky" }, light: { flavor: "latte", accent: "sky" }, }), ], }), ], });
💝 Thanks to