Lots of theme and UI related updates.

This commit is contained in:
Kevin Pope 2014-03-21 16:18:47 -07:00
parent caa660fc22
commit 738b2d5a57
15 changed files with 275 additions and 151 deletions

View file

@ -189,7 +189,7 @@ namespace MatterHackers.Agg.UI
private void SetDisplayAttributes()
{
this.TextColor = RGBA_Bytes.White;
this.TextColor = ActiveTheme.Instance.PrimaryTextColor;
this.NormalColor = ActiveTheme.Instance.PrimaryBackgroundColor;
this.HoverColor = RGBA_Bytes.Gray;
this.MenuItemsBorderWidth = 1;