INTERACT FORUM
Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: Gl3nn on June 10, 2009, 09:01:07 pm
-
I'd like to change the color of the text in the pane tabs. Where and what, in main.xml, do I look for?
-
The colour of the text in the tabs is also shared with the colour of the text for the links bar over on the right.
Look for an entry like so in the Main.xml file:
<VIEWHEADER>
<Colors text="868687" HotText="373740" HeaderBackground="e3e5ec" />
</VIEWHEADER>
If it does not exist, you'll need to add it.
The text value controls the normal text colour.
The hottext value controls the mouse-over colour.
The background value controls the, erm, background colour!!
-marko.
-
Thank you, Marko... much appreciated!