From c2e9a1ced188514285edb23756d97a3b906ca942 Mon Sep 17 00:00:00 2001 From: AKruimink <43521957+AKruimink@users.noreply.github.com> Date: Sun, 2 Mar 2025 03:50:12 +0000 Subject: [PATCH] Defaulted the theme to dark mode --- src/WinReform/WinReform.Domain/Settings/ApplicationSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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