How to edit the colors of Flashy.
1. Right click on flashy.
2. click edit.
3. Replace the 0F and/or F0 with the following
  0 = Black    8 = Gray
  1 = Blue     9 = Light Blue
  2 = Green    A = Light Green
  3 = Aqua     B = Light Aqua
  4 = Red      C = Light Red
  5 = Purple   D = Light Purple
  6 = Yellow   E = Light Yellow
  7 = White    F = Bright White
  Note: The first is letter is the background,
  the second letter is the text.
  Note: You can't do two of the same colors (ex. 00)
  Note: You can't have three colors (ex. 0F3 won't work)
  Note: To add another color, you must copy the following 
  text in after the "cls" but before the "goto A;"
     color 0F
     pause
     cls
  Note: You can change those color the same way.

4. Save and run and done!

    Source: geocities.com/mattlax8