Skip to content

Commit

Permalink
docs: use catppuccin theme
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 10, 2024
1 parent 1e56404 commit 105cb13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import catppuccin from "starlight-theme-catppuccin";

export default defineConfig({
integrations: [
Expand All @@ -24,6 +25,10 @@ export default defineConfig({
],
},
],
expressiveCode: {
themes: ["catppuccin-frappe", "catppuccin-mocha"],
},
plugins: [catppuccin({})],
}),
],
});
Binary file modified docs/bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@astrojs/starlight": "^0.29.2",
"astro": "^4.16.10",
"sharp": "^0.33.5"
"sharp": "^0.33.5",
"starlight-theme-catppuccin": "^1.0.3"
}
}

0 comments on commit 105cb13

Please sign in to comment.