More theme compliance changes.

This commit is contained in:
kevinepope 2014-03-22 10:04:31 -07:00
parent ac6e25cc41
commit 868e6d7f6e
5 changed files with 9 additions and 9 deletions

View file

@ -255,7 +255,7 @@ namespace MatterHackers.MatterControl
this.tabLabelSelectedColor = new RGBA_Bytes(255, 255, 255);
this.tabLabelUnselectedColor = new RGBA_Bytes(180, 180, 180);
this.primaryTextColor = new RGBA_Bytes(255, 255, 255);
this.secondaryTextColor = new RGBA_Bytes(40, 40, 40);
this.secondaryTextColor = new RGBA_Bytes(240, 240, 240);
}
else