tiffmin revised this gist . Go to revision
No changes
tiffmin revised this gist . Go to revision
No changes
tiffmin revised this gist . Go to revision
1 file changed, 13 insertions
starlight-catppuccin.ts(file created)
| @@ -0,0 +1,13 @@ | |||
| 1 | + | import catppuccin from "starlight-theme-catppuccin"; | |
| 2 | + | ||
| 3 | + | export default defineConfig({ | |
| 4 | + | // ... | |
| 5 | + | integrations: [ | |
| 6 | + | starlight({ | |
| 7 | + | // ... | |
| 8 | + | plugins: [ | |
| 9 | + | catppuccin() | |
| 10 | + | ] | |
| 11 | + | }) | |
| 12 | + | ] | |
| 13 | + | }) | |
Newer
Older