PDA

View Full Version : CoreRPG Sidebar Button Text color



Casimir
August 26th, 2021, 18:03
I'm certain this has been brought up before since the changes to the sidebar were implemented, but in a lengthy search I have been unable to locate the solution - apologies for what is certainly a double-post request.

However, I'm working on a Theme for CoreRPG, and need to change the text color of the sidebar buttons (preferably to white). I have been unable to locate the code in the XML where this is stored - would someone be kind enough to direct me to where I can find it? I would be extremely grateful!

superteddy57
August 26th, 2021, 18:23
The font definition is located in graphics/graphics_fonts.xml

<!-- Sidebar -->
<font name="button_sidebar_dockitem">
<fgffile name="graphics/fonts/bold-11.fgf" />
<ttf file="graphics/fonts/Noto_Sans/NotoSans-Bold.ttf" name="Noto Sans Bold" size="18" />
<color value="#000000" />
</font>

Casimir
August 26th, 2021, 19:08
Great - thank you! Not sure how I missed that, but I certainly did.