Ejemplo n.º 1
0
 public void SetStandard()
 {
     var themeManager = ApplicationThemeManager.Instance;
     AccentColor = themeManager.AccentColors.First(x => x.Name == "Blue");
     AppTheme = themeManager.AppThemes.First(x => x.Name == "BaseLight");
     ApplicationBackground = null;
     AudioVisualisation = DefaultAudioVisualisations[0];
 }
Ejemplo n.º 2
0
        public void SetStandard()
        {
            var themeManager = ApplicationThemeManager.Instance;

            AccentColor           = themeManager.AccentColors.First(x => x.Name == "Blue");
            AppTheme              = themeManager.AppThemes.First(x => x.Name == "BaseLight");
            ApplicationBackground = null;
            AudioVisualisation    = DefaultAudioVisualisations[0];
        }