fix: change shiki theme to github-light

This commit is contained in:
Braulio Ruiz 2023-10-07 02:22:47 -06:00 committed by Sidharth Vinod
parent f487dcd57b
commit 1fa8de2771
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -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);
},