I know we can see the current theme with:
NinjaTrader.Core.Globals.GeneralOptions.Skin
Draw.Text(this, "myText", "black Text", -4, High[0] - ((High[0] - Low[0]) / 2));
Also followup: If anyone can explain how a user could change this in indicator options that would be awesome.

Comment