I am using CKEditor (v3.6.4) and try to find out how to change the palettes for Text Color and Background Color separately.
I found config.colorButton_colors
in the docs which allows me to define the color palette. However, this palette is assigned to both, text and background.
How can I have two different palettes?
Yes its actually possible. Just dont pick colors from the config but rather do the following in colorbutton/plugin.js:
The best and easy way is, Include required plugin at the download time or link below
Ckeditor Builder
You can't do that because the color palette is defined for the text color and background.
Or you can change the Text Color plugin :)