diff --git a/OwnChar.App.Desktop/Program.cs b/OwnChar.App.Desktop/Program.cs index e73b8b9..0b87702 100644 --- a/OwnChar.App.Desktop/Program.cs +++ b/OwnChar.App.Desktop/Program.cs @@ -30,7 +30,7 @@ internal static class Program // Prepair user interface Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - ThemeResolutionService.ApplicationThemeName = new Office2019LightTheme().ThemeName; + ThemeResolutionService.ApplicationThemeName = new Windows11CompactTheme().ThemeName; // Load plugins OwnCharPlugins.Instance.LoadOwnPlugins();