Option: theme_advanced_background_colors

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

Example of usage of the theme_advanced_background_colors option:

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