PDA

View Full Version : Changing the color of text in the Hotkey bar



demonsbane
February 19th, 2011, 00:59
Hi,

Anyone knows how to change the color of the displayed text in the Hotkey bar of FG2?

Is that dependent of a skin, or of the core of the FG2 program?

I'm having a slight problem with a skin for FG2 made almost white colors, and the default text in the Hotkey bar is completely white by default, so the lack of contrast makes it hardly readable.

So, is possible to change the color of the Hotkey bar text?

Regards

Doswelk
February 19th, 2011, 01:24
Add the following to your extension.xml file


<!-- Fonts -->
<font name="hotkey">
<fgffile name="fonts/verdana_regular_8.fgf" />
<color value="#eae6e3" />
</font>
Obviously change the colour value to the colour you want, also the font to whatever you want it to be.

demonsbane
February 19th, 2011, 02:04
Add the following to your extension.xml file


<!-- Fonts -->
<font name="hotkey">
<fgffile name="fonts/verdana_regular_8.fgf" />
<color value="#eae6e3" />
</font>
Obviously change the colour value to the colour you want, also the font to whatever you want it to be.

Thank you . . . , but ATM this isn't working to me. I must be putting this piece of code in the wrong part of the file.

In which part of the XML file should it be pasted? I have these tags (they are mostly empty here for ease of reference):

---------------------

<root version="2.0" release="1">
<properties>
<ruleset>
</ruleset>
<ruleset>
</ruleset>
<dependency>
<name>
<minversion>
<maxversion>
</dependency>

</properties>

<base>
<includefile source="desktop_classes.xml" />
<includefile source="graphics.xml" />
<includefile source="graphics_frames.xml" />
</base>
</root>

--------------