Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Default Theme

The default DevDoc theme - clean, professional, and accessible.

Features

  • Clean, modern design
  • System-aware dark/light mode
  • Emerald green accent color
  • Inter font family
  • JetBrains Mono for code

Usage

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"
}

Customization

Override any values in your theme.json:

{
  "$schema": "https://devdoc.sh/theme.json",
  "extends": "github:brainfish-ai/devdoc/themes/default",
  "colors": {
    "primary": "#3B82F6"
  }
}

Preview

Default Theme Preview