theme_advanced_default_foreground_color

This option enables you to specify the default foreground color.

Example of usage of the theme_advanced_foreground_colors option:

tinyMCE.init({
...
theme_advanced_default_foreground_color : "#FF00FF"
});