You could either add this to the style-definition of the element you're changing:
code:
foreground:rgb(255,255,255);
Or, you could add this to the element tag in the definition:
code:
Foreground=rgb(255,255,255)
So it would be like:
code:
<element id=atom(ID) Foreground=rgb(255,255,255)>