Themes
Customize the look and feel of your documentation.
Theme Configuration
json
{
"theme": {
"colors": {
"primary": "#6366f1",
"background": "#ffffff"
},
"dark": {
"primary": "#818cf8",
"background": "#0a0a0a"
}
}
}