We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github-light-default
github-light
1 parent 61cfa1d commit 5012fecCopy full SHA for 5012fec
1 file changed
docs/src/lib/markdown/config/pretty-code.js
@@ -6,8 +6,8 @@ import { shikiDiffTransformer } from '../transformers/shiki-diff.js';
6
*/
7
export const prettyCodeOptions = {
8
theme: {
9
- light: 'github-light',
10
- dark: 'github-dark'
+ light: 'github-light-default',
+ dark: 'github-dark-default'
11
},
12
keepBackground: false,
13
defaultLang: {
0 commit comments