mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
fix: change shiki theme to github-light
This commit is contained in:

committed by
Sidharth Vinod

parent
f487dcd57b
commit
1fa8de2771
@@ -4,7 +4,7 @@ import { defineConfig, MarkdownOptions } from 'vitepress';
|
|||||||
|
|
||||||
const allMarkdownTransformers: MarkdownOptions = {
|
const allMarkdownTransformers: MarkdownOptions = {
|
||||||
// the shiki theme to highlight code blocks
|
// the shiki theme to highlight code blocks
|
||||||
theme: 'github-dark',
|
theme: 'github-light',
|
||||||
config: async (md) => {
|
config: async (md) => {
|
||||||
await MermaidExample(md);
|
await MermaidExample(md);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user