From ebe824b2f9a998fb2080bd60c5cb3e2b508d5ded Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 2 Jun 2024 22:46:57 +0900 Subject: [PATCH] Rollback Default theme to win11light from win11system --- Flow.Launcher.Infrastructure/Constant.cs | 2 +- Flow.Launcher/App.xaml | 2 +- Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml | 1 + Flow.Launcher/Themes/{Win11System.xaml => Win11Light.xaml} | 0 4 files changed, 3 insertions(+), 2 deletions(-) rename Flow.Launcher/Themes/{Win11System.xaml => Win11Light.xaml} (100%) diff --git a/Flow.Launcher.Infrastructure/Constant.cs b/Flow.Launcher.Infrastructure/Constant.cs index 464a2cbde..8a95ee79f 100644 --- a/Flow.Launcher.Infrastructure/Constant.cs +++ b/Flow.Launcher.Infrastructure/Constant.cs @@ -37,7 +37,7 @@ namespace Flow.Launcher.Infrastructure public static readonly string QueryTextBoxIconImagePath = $"{ProgramDirectory}\\Images\\mainsearch.svg"; - public const string DefaultTheme = "Win11System"; + public const string DefaultTheme = "Win11Light"; public const string Light = "Light"; public const string Dark = "Dark"; diff --git a/Flow.Launcher/App.xaml b/Flow.Launcher/App.xaml index 76a613c3f..13e943c95 100644 --- a/Flow.Launcher/App.xaml +++ b/Flow.Launcher/App.xaml @@ -25,7 +25,7 @@ - + diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 99916491a..919078b66 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -466,6 +466,7 @@