Last active 1744768209

tiffmin revised this gist 1744768209. Go to revision

No changes

tiffmin revised this gist 1744768146. Go to revision

No changes

tiffmin revised this gist 1744767643. 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