I'm using XUnity.AutoTranslator to localize my game, but I'm having trouble modifying the font color of translated text.
The original text is white, but after translation it becomes dark. How can I make the translated text white?
I've enabled EnableFairyGUI=True in the config, and I'm using _Postprocessors.txt to wrap translations with color and size tags like this:
^.<color=.>..$ → $0
^\s*$ → $0
^(.+)$ → <size=24><color=#FFFFFFFF>$1</b
but still dark ,like this
The original text is

thank you!