vuepress-theme-dark icon indicating copy to clipboard operation
vuepress-theme-dark copied to clipboard

🌙 Reduce eye strain when reading docs

vuepress-theme-dark

Dark theme for VuePress to reduce eye strain when reading

Installation

npm i -D vuepress-theme-dark

yarn add --dev vuepress-theme-dark

Configuration

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