Made the default theme blue - light.

Moved setting to UserrSettingsKey
This commit is contained in:
Lars Brubaker 2016-08-30 17:30:31 -07:00
parent cd5f3dec26
commit 698426858e
6 changed files with 9 additions and 7 deletions

View file

@ -11,6 +11,7 @@ namespace MatterHackers.MatterControl
public const string UpdateFeedType = nameof(UpdateFeedType);
public const string ApplicationDisplayMode = nameof(ApplicationDisplayMode);
public const string defaultRenderSetting = nameof(defaultRenderSetting);
public const string ActiveThemeIndex = nameof(ActiveThemeIndex);
}
public class UserSettings