style 923, look for
code:
labelrichedit[id=atom(idPSMText)]
{
contentalign:endellipsis;
maxtextlength:128;
maxvisiblelines:1;
richeditstyle:RichText|HideSelection|DisableDrag|AllowBeep;
padding:rect(2,1,2,1);
fontsize:8pt;
fontface:"MS Shell Dlg 2";
Accessible:true;
AccRole:42;
AccName:rcstr(61130);
AccDesc:rcstr(61130);
}
labelrichedit[id=atom(idPSMText)][class="Empty"]
{
contentalign:endellipsis;
enabled:false;
}
labelrichedit[id=atom(idPSMText)][class="PSM"]
{
contentalign:endellipsis;
enabled:false;
}
labelrichedit[id=atom(idPSMText)][isediting]
{
enabled:true;
fontstyle:none;
foreground:rgb(51,51,51);
}
and replace the
code:
foreground:rgb(51,51,51);
to
code:
foreground:rgb(coor in the rgb system);
and then add it to the other elements shown here