An open API service indexing awesome lists of open source software.

https://github.com/damianstasik/vuepress-theme-dark

🌙 Reduce eye strain when reading docs
https://github.com/damianstasik/vuepress-theme-dark

vue vuepress vuepress-theme

Last synced: about 1 month ago
JSON representation

🌙 Reduce eye strain when reading docs

Awesome Lists containing this project

README

        


vuepress-theme-dark


Dark theme for VuePress to reduce eye strain when reading

## Installation
``` bash
npm i -D vuepress-theme-dark

yarn add --dev vuepress-theme-dark
```

## Configuration
``` js
module.exports = {
theme: 'dark',
};
```