You did not choose a font in your TEXT*, so the default font is used, which is always white.

TEXT* entry_txt =
{
...
font = your_font;
...
red = ... ;
green = ... ;
blue = ... ;
...
}