Option: theme_advanced_text_colors

This option should contain a comma separated list of color values to be presented as text foreground colors.

Example of usage of the theme_advanced_text_colors option:

tinyMCE.init({
	...
	theme_advanced_text_colors : "FF00FF,FFFF00,000000"
});