A collection of color schemes which are not included in the core distribution.
git clone https://github.com/platframe/platframe-color.gitCopy the schemes folder into <project>/src/style/_/modules/color/
Change the project's primary scheme:
// modules/color/index.styl
active_scheme = nebulaInject into a specific component instance:
footer-1(nebula)Use schemer() to override the primary scheme on a specific sub-section:
schemer(nebula)More information on managing color in Platframe can be found in the documentation.
Contributions welcome, please use the guide.
Released under the MIT license.