Skip to content

Commit 8d37be7

Browse files
committed
docs: use github theme for light mode code
resolves #193
1 parent 243f7c2 commit 8d37be7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/nuxt.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ export default defineNuxtConfig({
55
},
66
content: {
77
highlight: {
8-
theme: 'material-palenight',
8+
theme: {
9+
light: 'github-light',
10+
default: 'material-palenight',
11+
},
912
},
1013
navigation: {
1114
fields: ['exact'],

0 commit comments

Comments
 (0)