Customizing Styles
Use vp_theme.css_vars.light and vp_theme.css_vars.dark to override VitePress token variables.
vp_theme:
css_vars:
light:
--vp-c-brand-1: "#3451b2"
--vp-c-brand-2: "#3a5ccc"
dark:
--vp-c-brand-1: "#a8b1ff"
--vp-c-brand-2: "#bac2ff"
Font stacks are controlled with:
vp_theme.font_family_basevp_theme.font_family_mono
Appearance mode defaults to system preference and can be overridden by user toggle.