Theme Color
The theme allows you to customize theme color and even provide a picker.
Setting Default Theme Color
You should set the default theme color of your site in .vuepress/styles/palette.scss
:
$theme-color: #f00;
Theme Color Picker
You need to set themeColor
with { colorname1: colorvalue, colorname2: colorvalue, ... }
format:
The first color is the default theme color above.
Example
Try it
Loading...