From bfa00500bd9d48f1e3aed9601cca8fcb05f39c14 Mon Sep 17 00:00:00 2001 From: Schedel Pascal Date: Tue, 23 Jul 2024 09:07:22 +0200 Subject: [PATCH] use Windows 11 theme --- OwnChar.App.Desktop/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();