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

https://github.com/catppuccin/vitepress

πŸ“ Soothing pastel theme for VitePress
https://github.com/catppuccin/vitepress

catppuccin hacktoberfest theme vitepress vitepress-theme

Last synced: about 2 months ago
JSON representation

πŸ“ Soothing pastel theme for VitePress

Awesome Lists containing this project

README

          


Logo


Catppuccin for VitePress







## Previews

🌻 Latte

πŸͺ΄ FrappΓ©

🌺 Macchiato

🌿 Mocha

## Usage

1. Install the theme package to your project with `npm install @catppuccin/vitepress`.

2. Add the theme to your VitePress theme configuration file:

`.vitepress/theme/index.ts`

```ts
import DefaultTheme from "vitepress/theme";
import "@catppuccin/vitepress/theme//.css";

export default DefaultTheme;
```

See ["Extending the Default Theme | VitePress"](https://vitepress.dev/guide/extending-default-theme#extending-the-default-theme) for more information.

> [!NOTE]
> Latte is included in all flavors as the light mode variant.

3. Configure syntax highlighting in your VitePress configuration file:

`.vitepress/config.mts`

```ts
export default defineConfig({
// ...
markdown: {
theme: {
light: "catppuccin-latte",
dark: "catppuccin-",
},
},
// ...
});
```

## πŸ’ Thanks to

- [42Willow](https://github.com/42willow)
- [Strata Docs](https://github.com/StrataWM/strata/blob/5daa4f102a7a03bb73dbe84e43d7ae1cb64d2c54/docs/.vitepress/theme/colors.css)

Β 




Copyright Β© 2021-present Catppuccin Org