We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a42383 commit 1f7a1d9Copy full SHA for 1f7a1d9
docs/.vitepress/config.mts
@@ -18,9 +18,9 @@ const vitepressConfig = defineConfig({
18
lineNumbers: true,
19
theme: {
20
light: await themeService.getTheme('Eva Light'),
21
- dark: await themeService.getTheme('Eva Dark'),
+ // dark: await themeService.getTheme('Eva Dark'),
22
// light: await themeService.getTheme('JetBrains Rider New UI theme - Light'),
23
- // dark: await themeService.getTheme('JetBrains Rider New UI theme - Dark'),
+ dark: await themeService.getTheme('JetBrains Rider New UI theme - Dark'),
24
},
25
codeTransformers: [transformerTwoslash()],
26
0 commit comments