Customize Primary Color

reco_luan2023-01-21 01:00:00

WARNING

The theme configures css through tailwindcss, more configuration capabilities may be opened later, so the API of the current functionality may change later.

If you don't like the theme's default primary color, you can customize it by themeConfig.primaryColor :

import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'

export default defineUserConfig({
  theme: recoTheme({
    primaryColor: '#3aa675'
  })
})
Last Updated 5/23/2025, 9:02:15 AM
Bulletin
Latest Version
  • vuepress:2.0.0-rc.19
  • theme reco:2.0.0-rc.26
QQ Channel:3u8x6485s0

Tip: The original three QQ group members are quite different and scattered, so new people are stopped to join the group now. In order to facilitate your communication, please move to the QQ channel.

🤖