Вот к примеру плагин для Хоум скрина, так вот какой пунтк отвечает за то, каким цветом пишется текст!
На что нужно заменить чтобы текст был чёрный?
<!-- Missed Calls Plugin -->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="200">
<background>
<format state="selected" bgcolor="transparent" bgimage="\Storage\Application Data\Home\Windows Mobile 5\Windows Mobile 5_missedcalls.jpg" valign="top" />
</background>
<format state="nocall" visible="false" />
<label>
<text bgcolor="transparent" fgcolor="#000000" font-size="29.4" font-name="nina" font-weight="normal" font-style="normal" y="137" x="15"><calls /></text>
</label>
</plugin>
На что нужно заменить чтобы текст был чёрный?
<!-- Missed Calls Plugin -->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="200">
<background>
<format state="selected" bgcolor="transparent" bgimage="\Storage\Application Data\Home\Windows Mobile 5\Windows Mobile 5_missedcalls.jpg" valign="top" />
</background>
<format state="nocall" visible="false" />
<label>
<text bgcolor="transparent" fgcolor="#000000" font-size="29.4" font-name="nina" font-weight="normal" font-style="normal" y="137" x="15"><calls /></text>
</label>
</plugin>