Skip to content

Commit f82914d

Browse files
author
Patrick M
committed
code color
1 parent f9bdfe5 commit f82914d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
remarkPlugins: [remarkToc, [remarkCollapse, { test: "Table of contents" }]],
2424
shikiConfig: {
2525
// For more themes, visit https://shiki.style/themes
26-
themes: { light: "github-light", dark: "github-dark-default" },
26+
themes: { light: "one-light", dark: "dark-plus" },
2727
defaultColor: false,
2828
wrap: false,
2929
transformers: [

0 commit comments

Comments
 (0)