Skip to content

Commit 780844c

Browse files
authored
Use dark-plus for light theme also (#1723)
1 parent 1f1e702 commit 780844c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export default defineUserConfig({
193193
}),
194194
shikiPlugin({
195195
themes: {
196+
light: 'dark-plus',
196197
dark: 'dark-plus',
197198
onedarkpro: 'one-dark-pro', // pre-load one-dark-pro for ansi code blocks
198199
},

0 commit comments

Comments
 (0)