j_mie6
Deity
I want to change the Blue Inferface into a Red Interface (or purple) how would I go about doing this?

thanks,
Jamie


thanks,
Jamie
<MiscArtInfo>
<Type>DEFAULT_THEME_NAME</Type>
<Path>Mods/Final Frontier Plus/Resource/Civ4.thm</Path>
<fScale>0.0</fScale>
<NIF>None</NIF>
<KFM>None</KFM>
</MiscArtInfo>
// Set the resource
resource_path "Mods/Final Frontier Plus/Resource";
// Setup common properties
include "Mods/Final Frontier Plus/Resource/Themes/Civ4/Civ4Theme.thm";
with .Color //All default color types are set for dynamic color change.
{
...
with SF_CtrlTheme_Civ4_Control_Color
{
// Text used for stone components.
GColor .AltText = GColor( 26, 26, 33,255);
GColor .AltTextShadow = GColor(141,150,219,128);
GColor .AltTextDisable = GColor( 26, 26, 33,255);
GColor .AltTextShadowDisable = GColor(141,150,219,128);
// Another text used for stone components (lighter brown).
GColor .StoneText = GColor( 79, 52, 41,255);
GColor .StoneTextShadow = GColor(255,235,216,255);
GColor .StoneTextDisable = GColor( 79, 52, 41,128);
GColor .StoneTextShadowDisable = GColor(255,235,216,128);
screen.addDDSGFC(self.BACKGROUND_ID, ArtFileMgr.getInterfaceArtInfo("MAINMENU_SLIDESHOW_LOAD").getPath(), 0, 0, self.W_SCREEN, self.H_SCREEN, WidgetTypes.WIDGET_GENERAL, -1, -1 )