Skip to content

Commit d6bc0ae

Browse files
committed
Fix light theme syntax highlighting
1 parent f85196a commit d6bc0ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-app/app/routes/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class Application extends Route {
167167
highlighter,
168168
{
169169
// Theme chosen by CSS variables in app/css/site/shiki.css
170-
// defaultColor: false,
170+
defaultColor: false,
171171
themes: {
172172
light: 'github-light',
173173
dark: 'github-dark',

0 commit comments

Comments
 (0)