An open API service indexing awesome lists of open source software.

https://github.com/theotterlord/catppuccin-starlight

πŸ“ Soothing pastel theme for Starlight
https://github.com/theotterlord/catppuccin-starlight

astro catppuccin starlight theme

Last synced: about 1 month ago
JSON representation

πŸ“ Soothing pastel theme for Starlight

Awesome Lists containing this project

README

        


Logo


Catppuccin for Starlight





![Catppuccin Starlight Preview](https://raw.githubusercontent.com/TheOtterlord/catppuccin-starlight/refs/heads/main/assets/catppuccin-starlight.webp)

## Previews

🌻 Latte

πŸͺ΄ FrappΓ©

🌺 Macchiato

🌿 Mocha

## Usage

1. Install the theme package to your project with your preferred package manager:
```sh
npm install starlight-theme-catppuccin
pnpm add starlight-theme-catppuccin
yarn add starlight-theme-catppuccin
```

2. Add the theme to your Starlight config.

```ts
import catppuccin from "starlight-theme-catppuccin";

export default defineConfig({
// ...
integrations: [
starlight({
// ...
plugins: [
catppuccin()
]
})
]
})
```

3. (Optional) Customize your theme for light/dark mode using `{flavor}-{accent}`.

```ts
import catppuccin from "starlight-theme-catppuccin";

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

## πŸ’ Thanks to
- [TheOtterlord](https://github.com/TheOtterlord)
- [Louis Escher](https://github.com/louisescher)

Β 




Copyright Β© 2021-present Catppuccin Org