Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
🌙 Reduce eye strain when reading docs
- Host: GitHub
- URL: https://github.com/damianstasik/vuepress-theme-dark
- Owner: damianstasik
- License: mit
- Archived: true
- Created: 2018-08-31T19:53:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T19:16:56.000Z (about 6 years ago)
- Last Synced: 2024-05-06T15:09:28.880Z (6 months ago)
- Topics: vue, vuepress, vuepress-theme
- Language: CSS
- Homepage:
- Size: 151 KB
- Stars: 17
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - damianstasik/vuepress-theme-dark - 🌙 Reduce eye strain when reading docs (vue)
README
vuepress-theme-dark
Dark theme for VuePress to reduce eye strain when reading
## Installation
``` bash
npm i -D vuepress-theme-darkyarn add --dev vuepress-theme-dark
```## Configuration
``` js
module.exports = {
theme: 'dark',
};
```