@jjwesterkamp/typedoc-theme
v1.2.0
Published
A Typedoc theme optimized for the nord highlight theme
Downloads
612
Readme
@jjwesterkamp/typedoc-theme
The Typedoc theme that I use for my projects. You can find examples here:
Usage
npm install --save-dev @jjwesterkamp/typedoc-theme
Add the theme to your typedoc.json
file. This theme is optimized for the nord highlight theme, so it's recommended to add that too:
{
"theme": "./node_modules/@jjwesterkamp/typedoc-theme",
"highlightTheme": "nord"
}
License
The MIT License (MIT). See license file for more information.