# A Dark Theme for TypeDoc

This is a plugin made to be used with TypeDoc

![alt text](./.asset/look.png)
## Installation  

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

To generate your documentation, use:

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

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