主题允许你自定义主题颜色,甚至提供选择器。
你应该在 .vuepress/styles/palette.scss 中通过 $theme-color 设置站点的默认主题颜色:
.vuepress/styles/palette.scss
$theme-color
$theme-color: #f00;
想要使用它,在 .vuepress/styles/config.scss 中通过 $theme-colors 设置一系列你想要启用的其他主题色:
.vuepress/styles/config.scss
$theme-colors
$theme-colors: #2196f3, #f26d6d, #3eaf7c, #fb9b5f;
上方的默认主题色会成为选择器的第一个颜色。