Theme in MoI5

 From:  Michael Gibson
10800.2 In reply to 10800.1 
Hi Brian, the MoI UI is set up so that there is one text color used for all text, whether it's in a push button or otherwise.

So in the theme editor there is just one Text color property that can be set, there isn't a separate text color setting for every individual control. Some controls have settings for things like text color for disabled or highlighted states but it is intended for general readability and consistency that regular text should have the same color everywhere.

If you want to have a button with different colored text you can do that as you describe but it won't change with themes and it could happen that your custom button text could be unreadable on certain themes if the button background was of a similar color.

So it's best not to do that and just let the button have the standard text color.

- Michael