Look at the styles. The first element is usually the font color.
also, there are some tags that you can see that referes to texts
Ill show you!
This one is from style 45710, first tags (referes to some texts)
code:
Element
{
Foreground:argb(150,255,0,0);
BorderColor:argb(150,255,0,0);
}
Element[Enabled=false]
{
Foreground:rgb(207,255,47);
}
both foregrounds are text colours in this case
also, the next example is from 45710 style, and refers to some texts above specific fileds:
code:
EmoticonText[id=atom(idPSMText)]
{
Foreground:rcclr(46495);
}
UrlElem[id=atom(idSongText)]
{
Foreground:rcclr(20016);
}
Also, if you want to change the text containers, they are IMInput elements