We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
is it please possible to change the default colors for the colorpicker?
The text was updated successfully, but these errors were encountered:
@ivinkaf you should check https://evoluteur.github.io/colorpicker/
and
https://github.com/goodenough/mosaico-backend/blob/master/src/js/bindings/colorpicker.js#L47
Sorry, something went wrong.
Thanks, but still no idea :(, could I add something like this?
$('#customTheme').colorpicker({ color: '#f44336', customTheme: ['#f44336','#ff9800','#ffc107','#4caf50','#00bcd4','#3f51b5','#9c27b0', 'white', 'black','#f44336','#ff9800','#ffc107','#4caf50','#00bcd4','#3f51b5','#9c27b0', 'white', 'black'] });
I really don't know how to configure evol-colorpicker. You should try their github issues if you have some problems configuring it
No branches or pull requests
Hi,
is it please possible to change the default colors for the colorpicker?
thanks I.
The text was updated successfully, but these errors were encountered: