A TypeDoc theme based on Material 3.
npm install typedoc-material-theme








A TypeDoc theme based on Material 3.




``bash`
npm install typedoc-material-theme
This plugin add a themeColor option to typedoc: the Material 3 source color to derive the theme from.
In CLI:
`bash`
typedoc src/** --plugin typedoc-material-theme --themeColor '#cb9820'
or in typedoc.js:
`json5``
{
plugin: ["typedoc-material-theme"],
themeColor: "#cb9820",
// ... other options
}
Default fonts (changeable with customCss):
- Space Grotesk
- Space Mono
Example generated docs of this package

MIT. See license file.