1.0.3 • Published 9 months ago

starlight-theme-catppuccin v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Catppuccin Starlight Preview

Previews

Usage

  1. Install the theme package to your project with your preferred package manager:
npm install starlight-theme-catppuccin
pnpm add starlight-theme-catppuccin
yarn add starlight-theme-catppuccin
  1. Add the theme to your Starlight config.
import catppuccin from "starlight-theme-catppuccin";

export default defineConfig({
  // ...
  integrations: [
    starlight({
      // ...
      plugins: [
        catppuccin()
      ]
    })
  ]
})
  1. (Optional) Customize your theme for light/dark mode using {flavor}-{accent}.
import catppuccin from "starlight-theme-catppuccin";

export default defineConfig({
  // ...
  integrations: [
    starlight({
      // ...
      plugins: [
        catppuccin({ dark: "macchiato-sky", light: "latte-sky" })
      ]
    })
  ]
})

💝 Thanks to

 

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago