diff --git a/src/WinReform/WinReform.Domain/Settings/ApplicationSettings.cs b/src/WinReform/WinReform.Domain/Settings/ApplicationSettings.cs index d2dfa06..b3ccca6 100644 --- a/src/WinReform/WinReform.Domain/Settings/ApplicationSettings.cs +++ b/src/WinReform/WinReform.Domain/Settings/ApplicationSettings.cs @@ -9,7 +9,7 @@ public class ApplicationSettings /// Gets or Sets an idicator that defines if dark theme should be used /// Defaults to /// - public bool UseDarkTheme { get; set; } = false; + public bool UseDarkTheme { get; set; } = true; /// /// Gets or Sets an indicator that defines if the PID of Active Windows should be replaced with the window location