We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bdfe5 commit f82914dCopy full SHA for f82914d
astro.config.ts
@@ -23,7 +23,7 @@ export default defineConfig({
23
remarkPlugins: [remarkToc, [remarkCollapse, { test: "Table of contents" }]],
24
shikiConfig: {
25
// For more themes, visit https://shiki.style/themes
26
- themes: { light: "github-light", dark: "github-dark-default" },
+ themes: { light: "one-light", dark: "dark-plus" },
27
defaultColor: false,
28
wrap: false,
29
transformers: [
0 commit comments