vuepress-theme-solarized

1.1.1 • Public • Published

vuepress-theme-solarized

npm License Vuepress Build Status

The Solarized theme for Vuepress

Features

  • Customizable typography: Import and use your favorite web-fonts. Customize font sizes and text-adjustment for body text
  • Dark and light themes: With a theme-switcher and native theme detection to set the theme automatically as per the user preference

Get Started

Add the dependency to your existing Vuepress project via Yarn or NPM.

yarn add -D vuepress-theme-solarized
npm install -D vuepress-theme-solarized

Update .vuepress/config.js as follows.

module.exports = {
	theme: 'vuepress-theme-solarized',
	globalUIComponents: ['ThemeManager'],
};

ThemeManager provides theme-switching functionality across the app.

Note that you can also use the shorthand name for the theme.

module.exports = {
	theme: 'solarized',
	globalUIComponents: ['ThemeManager'],
};

Plugins

This theme has the following plugins built in:

Package Sidebar

Install

npm i vuepress-theme-solarized

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

94.5 kB

Total Files

39

Last publish

Collaborators

  • puritanic