SephirothSpawn;109069 said:You can change the default font color, Font.default_color = Color.new(0, 0, 0)
But you will also need to change the colors in window base as well, as most script rely on these as well:
def normal_color, disabled_color, etc.