From 13343c91d975518b238ed04cb262dc75157fce11 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:37:31 +0530 Subject: [PATCH] chore!: change shiki defaults --- src/node/markdown/markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/markdown/markdown.ts b/src/node/markdown/markdown.ts index 9ee94f68..be580265 100644 --- a/src/node/markdown/markdown.ts +++ b/src/node/markdown/markdown.ts @@ -62,7 +62,7 @@ export const createMarkdownRenderer = async ( base = '/', logger: Pick = console ): Promise => { - const theme = options.theme ?? 'material-theme-palenight' + const theme = options.theme ?? { light: 'github-light', dark: 'github-dark' } const hasSingleTheme = typeof theme === 'string' || 'name' in theme const md = MarkdownIt({