Changing the default text color of your title screen, although a bit more complicated, is still pretty simple.
Scroll down to line #87 and you will find this:

click to enlarge
By changing the number between the brackets (in this case 6) you will change your game’s default text color.
Now you might be wondering what exactly the numbers are referring to. In order to explain this, we’ll need to look at the Window graphic file.
Press F10 to open the Resource Manager, select Graphic: System on the left hand side, select Window and finally click on Preview. Here’s a picture to show you how to proceed:

click to enlarge
This will display the graphic Window file like so (I have enlarged the file so that we can have a better look):

click to enlarge
The colors indicated by the red arrow are the various text colors available in your game. Now this is where it gets interesting.
Each color square has a number value. This is what the number in brackets referred to in the script. The first white square in the top left has a value of “0” while the blue square to its right has a value of “1” and the orange square next to it has a value of “2”.
I have created this little picture for visual support.

click to enlarge
And now some screenshots to show the result of our experimentations:

click to enlarge