View Single Post
  #8 (permalink)  
Old 11-12-2003, 07:08 PM
DJHyperbyte DJHyperbyte is offline
Senior Member
 
Join Date: Jan 2003
Location: Netherlands.
Posts: 2,587
DJHyperbyte will become famous soon enough (50)
Look at those two lines:
Code:
windowColor #FFFFFF
textColor #000000
If you want to change the colors, you can replace the values of 'windowColor' and 'textColor'.

For example, if you want blue (#0000FF) text, you put:
Code:
textColor #0000FF
You can only define one color per setting.
Reply With Quote