Skip to content

Commit 35c10d2

Browse files
committed
catpuccin mocha teal theme
1 parent 6a53213 commit 35c10d2

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

.vitepress/config.mts

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ export default defineConfig({
1515
{ text: 'Zenroom', link: 'https://zenroom.org' },
1616
{ text: 'Zencode', link: 'https://dev.zenroom.org' },
1717
{ text: 'Slangroom', link: 'https://dyne.org/slangroom' },
18-
],
18+
{ text: 'The Forkbomb Company', link: 'https://forkbomb.solutions' },
1919

20+
],
2021
sidebar: [
2122
{
2223
text: 'Language bindings',
@@ -52,5 +53,11 @@ export default defineConfig({
5253
{ icon: 'github', link: 'https://github.com/dyne/zencode-w3c-vc' },
5354
{ icon: 'maildotru', link: 'mailto:[email protected]' }
5455
]
56+
},
57+
markdown: {
58+
theme: {
59+
light: "catppuccin-latte",
60+
dark: "catppuccin-mocha",
61+
}
5562
}
5663
})

.vitepress/theme/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import DefaultTheme from "vitepress/theme";
2+
import "@catppuccin/vitepress/theme/mocha/teal.css";
3+
// import "@catppuccin/vitepress/theme/latte/rosewater.css";
4+
5+
export default DefaultTheme;

package-lock.json

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"@catppuccin/vitepress": "^0.1.1",
34
"vitepress": "^2.0.0-alpha.5"
45
},
56
"scripts": {

0 commit comments

Comments
 (0)