White text over white / light-blue background? Are you for real?
Developer, if you're reading this - I recommend you have a look at:
You must be registered to see the links
Anyway, if you're like me and want to make the text readable, here's what you can do -
no ren'py SDK or decryption tools necessary:
1. Navigate to the game folder and edit the file "gui.rpy" with a text editor. Example path:
C:\gamefolder\AnthroAmoreGameBuild-0.4.3-pc\game\gui.rpy
2. Find the lines:
## The colors used for dialogue and menu choice text.
define gui.text_color = '#ffffff'
define gui.interface_text_color = '#ffffff'
And replace "define gui.text_color" value with a color of your choice. I used: #616161
3. Save your changes and re-open the game.