Skip to content

Commit 5012fec

Browse files
committed
Use github-light-default instead of github-light for markdown code blocks to match Code
1 parent 61cfa1d commit 5012fec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/lib/markdown/config/pretty-code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { shikiDiffTransformer } from '../transformers/shiki-diff.js';
66
*/
77
export const prettyCodeOptions = {
88
theme: {
9-
light: 'github-light',
10-
dark: 'github-dark'
9+
light: 'github-light-default',
10+
dark: 'github-dark-default'
1111
},
1212
keepBackground: false,
1313
defaultLang: {

0 commit comments

Comments
 (0)