The default DevDoc theme - clean, professional, and accessible.
- Clean, modern design
- System-aware dark/light mode
- Emerald green accent color
- Inter font family
- JetBrains Mono for code
This theme is applied by default to all DevDoc projects. To explicitly use it:
{
"$schema": "https://devdoc.sh/theme.json",
"extends": "github:brainfish-ai/devdoc/themes/default"
}Override any values in your theme.json:
{
"$schema": "https://devdoc.sh/theme.json",
"extends": "github:brainfish-ai/devdoc/themes/default",
"colors": {
"primary": "#3B82F6"
}
}