Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 362 Bytes

vuepress-theme-dark-new

Dark theme for VuePress to reduce eye strain when reading

Installation

npm i -D vuepress-theme-dark-new

yarn add --dev vuepress-theme-dark-new

Configuration

module.exports = {
  theme: 'dark-new',
};