materialize-themes
materialize-themes copied to clipboard
Pre-generated materialize css color combinations. https://w3cj.github.io/materialize-themes/
Materialize Themes
A simple gulp task that generates all combinations of primary and secondary colors for the Materialize CSS Framework.
All generated themes are in the dist folder.
Versioning
materialize-themes version will match the version of materialize-css used to generate the themes. The current version is 0.97.8
Use
npm install -s materialize-themes
or
yarn add materialize-themes
Development
Install dependencies
npm install
or
yarn
To re-generate all color combinations in the dist folder:
npm run build