0.0.3 • Published 7 years ago

postcss-stylish-dark-theme-gene v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

npm version Build Status Coverage Status License: MIT

Dark Theme Generator for Stylish

Extract only color from CSS files and invert it to generate Stylish dark theme.

Usage

postcss-stylish-dark-theme-gene

1: First, install the package dependencies:

npm install

2: Save css files to stylish/domain/.

3: Now you can compile the code:

npm run stylish

4: Stylish dark theme is generated in stylish/dist/dark-theme.css.

Stylish

References

  1. PostCSS, API, http://api.postcss.org/
  2. GitHub, GitHub-Dark, https://github.com/StylishThemes/GitHub-Dark
  3. GitHub, postcss-colors-only, https://github.com/rsanchez/postcss-colors-only