Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days 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',
};
```