Skip to content

Commit

Permalink
fix: change shiki theme to github-light
Browse files Browse the repository at this point in the history
  • Loading branch information
raiman264 committed Oct 7, 2023
1 parent 12a4707 commit 907c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, MarkdownOptions } from 'vitepress';

const allMarkdownTransformers: MarkdownOptions = {
// the shiki theme to highlight code blocks
theme: 'github-dark',
theme: 'github-light',
config: async (md) => {
await MermaidExample(md);
},
Expand Down

0 comments on commit 907c913

Please sign in to comment.