#
Theming
#
Accent Color
theme: {
accentColor: '#8b5cf6'
}
#
CSS Variables
vars: {
'--bg': '#0f0f0f',
'--sidebar-width': '280px'
}
#
Custom CSS
customCss: `
.header-logo {
letter-spacing: 0.1em;
}
`
Custom CSS is injected after the base theme styles.