Hi,Edit: I found the where style colors are defined. For anyone else looking it's under UIManager.as.I would like to make the header a different colour to the rest of the content, but I want to be able to configure this still in the config.xml.<mx:HBox id="headerContent"
width="100%" height="{headerGroup.height - 45}"
backgroundAlpha="{getStyle('contentBackgroundAlpha')}"
backgroundColor="{getStyle('contentBackgroundColor')}"
I would like to be able to add an extra colour in the config.xml for headerBackgroundColor and replace the reference to contentBackgroundColor in the code above with this. How can I add an extra colour to the config.xml? Where is this defined?Cheers,Shannaka