Skip to content

Commit 2ecf57e

Browse files
committed
change the default theme for fresh install
1 parent 8942e55 commit 2ecf57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class Constant
3333

3434
public static readonly string QueryTextBoxIconImagePath = $"{ProgramDirectory}\\Images\\mainsearch.svg";
3535

36-
public const string DefaultTheme = "Darker";
36+
public const string DefaultTheme = "Win11Light";
3737

3838
public const string Themes = "Themes";
3939

Flow.Launcher/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<ResourceDictionary.MergedDictionaries>
231231
<ui:ThemeResources RequestedTheme="Light" />
232232
<ui:XamlControlsResources />
233-
<ResourceDictionary Source="pack://application:,,,/Themes/Darker.xaml" />
233+
<ResourceDictionary Source="pack://application:,,,/Themes/Win11Light.xaml" />
234234
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
235235
</ResourceDictionary.MergedDictionaries>
236236
</ResourceDictionary>

0 commit comments

Comments
 (0)