Have you tried adding the Foreground-property where you put the Background-property for the tree background?
To select the color white, use the RGB function like this:
(stylesheet example)
code:
Foreground:rgb(255,255,255);
Or you can load it from a resource you've created, using:
code:
Foreground:rcclr(<ID>);