Pharoid
August 30th, 2023, 03:08
I can't figure out how to change the font color on buttons. My buttons are dark and the font is dark since the update. I got the asset window font fixed. There must be a default font color for button text setting somewhere. I need to change it to "FFFFFF" white. right now its black. I'm looking for something like this in graphics.xml? I need to know the font name in order to override it in a theme extension right?
<font name="buttontext" merge="join">
<color value="000000" />
</font>
or is it something like this in the extention.xml?
DesktopManager.setButtonTextColor("FFFFFF");
Its basically all the buttons fonts so I suspect there's something like the above I'm missing.
I'd RTFM, but I can't find one. :-)
Thanks!
<font name="buttontext" merge="join">
<color value="000000" />
</font>
or is it something like this in the extention.xml?
DesktopManager.setButtonTextColor("FFFFFF");
Its basically all the buttons fonts so I suspect there's something like the above I'm missing.
I'd RTFM, but I can't find one. :-)
Thanks!