Appearance

reco_luan2023-02-14

Introduction

The theme automatically changes its appearance color according to the appearance color of the system by default, but allows users to set the default appearance color. Available values are room and light.

Usage

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

export default defineUserConfig({
  theme: recoTheme({
    colorMode: 'dark' // dark, light
  })
})
Last Updated 4/19/2024, 4:55:54 PM
ON THIS PAGE