Question of The Week: Best Interface Colors?

What New Color Schemes should be Added?


  • Total voters
    28
  • Poll closed .
Thanks to everyone that voted.

As a preliminary question, what do you guys think of the Black UI I added? Good? Bad? Suggestions?

If you can show me how to turn opacity to full (no transparency) for Black UI, then I will love it. I already experimented with text font sizes so I'm fine with knowing how to do and doing it.
 
See these lines:
Code:
GColor(255,255,255,255)
They are RGB values. The 4th number is opacity. 255 is no opacity, 0 is 100% opaque. I used 150 to achieve the Mint Green Opacity. ;)
(The main file for this stuff is Civ4Theme_Common.thm)
 
Top Bottom