g8-typedoc-dark
v0.1.2
Published
A dark theme for typedoc.
Downloads
7
Readme
typedoc-dark
A dark theme for typedoc.
Usage
Add the follow config to tsconfig.json, or anything equivalent:
{
"typedocOptions": {
"theme": "node_modules/g8-typedoc-dark/default/"
}
}
There is also a wide
theme that take full width of the page.
{
"typedocOptions": {
"theme": "node_modules/g8-typedoc-dark/wide/"
}
}