CommanderZ
Warlord
I was afraid of this, there is quite of bunch of them. I hoped there is some way to recolor them through thm files 

with SF_CtrlTheme_Civ4_Control_Font
{
// GFont .Size0_Normal = GFont("1939 Typewriter PL", "Regular", 10, GFlags(GFontFeature, GFC_FONT_ALPHA));
// GFont .Size0_Bold = GFont("1939 Typewriter PL", "Bold", 10, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
// GFont .Size0_Italic = GFont("1939 Typewriter PL", "Italic", 10, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
// GFont .Size0_BoldItalic = GFont("1939 Typewriter PL", "Bold Italic", 10, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
GFont .Size1_Normal = GFont("1939 Typewriter PL", "Regular", 12, GFlags(GFontFeature, GFC_FONT_ALPHA));
// GFont .Size1_Bold = GFont("1939 Typewriter PL", "Bold", 12, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
// GFont .Size1_Italic = GFont("1939 Typewriter PL", "Italic", 12, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
// GFont .Size1_BoldItalic = GFont("1939 Typewriter PL", "Bold Italic", 12, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
GFont .Size2_Normal = GFont("1939 Typewriter PL", "Regular", 14, GFlags(GFontFeature, GFC_FONT_ALPHA));
GFont .Size2_Bold = GFont("1939 Typewriter PL", "Bold", 14, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
GFont .Size2_Italic = GFont("1939 Typewriter PL", "Italic", 14, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
// GFont .Size2_BoldItalic = GFont("1939 Typewriter PL", "Bold Italic", 14, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
GFont .Size3_Normal = GFont("1939 Typewriter PL", "Regular", 16, GFlags(GFontFeature, GFC_FONT_ALPHA));
GFont .Size3_Bold = GFont("1939 Typewriter PL", "Bold", 16, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
// GFont .Size3_Italic = GFont("1939 Typewriter PL", "Italic", 16, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
// GFont .Size3_BoldItalic = GFont("1939 Typewriter PL", "Bold Italic", 16, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
GFont .Size4_Normal = GFont("1939 Typewriter PL", "Regular", 22, GFlags(GFontFeature, GFC_FONT_ALPHA));
GFont .Size4_Bold = GFont("1939 Typewriter PL", "Bold", 22, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ALPHA));
// GFont .Size4_Italic = GFont("1939 Typewriter PL", "Italic", 22, GFlags(GFontFeature, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
// GFont .Size4_BoldItalic = GFont("1939 Typewriter PL", "Bold Italic", 22, GFlags(GFontFeature, GFC_FONT_BOLD, GFC_FONT_ITALIC, GFC_FONT_ALPHA), 0, GRectMargin(1));
}
GColor .IconBG = GColor( 200, 200,200, 200) : GFC_Control_Color; //Set for dynamic color change
GColor .HelpBG = GColor( 200, 200,200, 200) : GFC_Control_Color; //Set for dynamic color change