We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a0e1d commit ff1d24aCopy full SHA for ff1d24a
src/components/AnnotatedCode/index.astro
@@ -52,7 +52,7 @@ const code = rows.map((row) => row.code).join('');
52
// Convert it to HTML with style tags
53
const html = await codeToHtml(code, {
54
lang: props.lang || 'javascript',
55
- theme: props.theme || 'github-light',
+ theme: props.theme || 'github-light-high-contrast',
56
})
57
58
// Turn it into a DOM tree we can query
0 commit comments