0.3.0-test

# Theme Options

# Example

theme: {
    accentColor: '#58a6ff',
    logo: 'MY DOCS',
    vars: {
        '--bg': '#111111'
    }
}

# Available Options

Option Type
accentColor string
logo string
vars Record<string, string>
customCss string
CSS variables are applied globally.