Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naive implementation of custom theme #36

Merged
merged 1 commit into from
Jun 10, 2016

Conversation

Zykino
Copy link
Contributor

@Zykino Zykino commented May 17, 2016

My basic implementation of custom theme : this will replace the palette 'theme' with an array of passed color.
To use it you just have to pass the option customTheme with an array of color:
example: ["#ff0000", "#00ff00", "#0000ff"]

TODO: update the README and the evol-colorpicker.min.js

I personally tested it with this options :

displayIndicator: false,
history: false,
strings: ',,,,,'

See also #13

Basic implementation of custom theme : this will replace the palette 'theme' with an array of passed color.
To use it you just have to pass the option customTheme with an array of color:
example: ["#ff0000", "#00ff00", "#0000ff"]

TODO: update the README and the evol-colorpicker.min.js

I personally tested it with this options :
displayIndicator: false
history: false
strings: ',,,,,'
@evoluteur evoluteur merged commit d33d775 into evoluteur:master Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants