注意
自 1.6.10
废弃。
# 主题样式
请移步 prismjs (opens new window) 官网。
# 设置主题
// .vuepress/config.js
module.exports = {
theme: 'reco',
themeConfig: {
/**
* support for
* 'default'
* 'funky'
* 'okaidia'
* 'solarizedlight'
* 'tomorrow'
*/
codeTheme: 'tomorrow' // default 'tomorrow'
}
}