in
Scene_Title, there should be a section
CODE
def main
....
....
end
Change it to read:
CODE
def main
Font.default_color = Color.new(1, 2, 3)
....
....
Font.default_color = normal_color
end
where 1, 2, 3 are the amount of red, green and blue respectively, measured as a number between 0 - 255
Sorry I can't provide a screenshot at the moment, I'm not on my home computer, let me know if it's necessary and I'll post one soon