forked from mirror/NitWikit
换个样式
This commit is contained in:
parent
ac51de2c30
commit
0477d1219b
@ -231,8 +231,8 @@ const config = {
|
||||
},
|
||||
// 深浅主题
|
||||
prism: {
|
||||
theme: prismThemes.github,
|
||||
darkTheme: prismThemes.dracula,
|
||||
theme: prismThemes.vsLight,
|
||||
darkTheme: prismThemes.vsDark,
|
||||
},
|
||||
// 颜色随系统切换
|
||||
colorMode: {
|
||||
@ -250,6 +250,9 @@ const config = {
|
||||
indexName: 'yizhan',
|
||||
|
||||
},
|
||||
mermaid: {
|
||||
theme: { light: "neutral", dark: "dark" },
|
||||
},
|
||||
}),
|
||||
|
||||
themes: [
|
||||
|
Loading…
Reference in New Issue
Block a user