Custom Color Palette
We give an ability to customize displayed colors in the color picker inside the editor. This way, you can prepare a certain brand for the template and display pre-selected colors.
Set custom colors
Insert following inside TOPOL_OPTIONS
ts
{
colors: ["#000000", "#ffffff", "#ffc000"],
}
This will output following Color picker: