Jump to content

How to change this panel's font color? [Menu Dropdown]


kotonko

Recommended Posts

I've no idea where the default setting is (I remember it was in a stupid location in a previous version), but you should be able to change it by adding/changing the following lines to the 'fonts\menu.xml' file:

<integer id="fill_colour_red" value="255"/>

<integer id="fill_colour_green" value="255"/>

<integer id="fill_colour_blue" value="255"/>

<integer id="fill_colour_alpha" value="255"/>

And change the values to the RGB values you want.

Whilst the text colour on the selected item is actually controlled by the bit you'd expect, it's this line in the settings file:

<colour name="menu selected" red="40" green="40" blue="40"/>

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...