doxell

A dark mode for TypeDoc

Usage no npm install needed!

<script type="module">
  import doxell from 'https://cdn.skypack.dev/doxell';
</script>

README

A Dark Theme for TypeDoc

This is a plugin made to be used with TypeDoc

alt text

Installation

npm install typedoc-dark-theme --save-dev  
yarn add typedoc-dark-theme 

To generate your documentation, use:

npx typedoc --out docs ./src/ --theme ./node_modules/typedoc-dark-theme/bin/default/

Edited the great work from Sebastian Lenz on typedoc-default-themes.