Skip to content

Commit 1ab9c08

Browse files
authored
Merge pull request #805 from Flow-Launcher/change_default_theme
change the default theme for fresh install
2 parents b7d5f4f + 78fafab commit 1ab9c08

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
@@ -10,7 +10,7 @@
1010
<ui:ThemeResources RequestedTheme="Light" />
1111
<ui:XamlControlsResources />
1212
<ResourceDictionary Source="pack://application:,,,/Resources/CustomControlTemplate.xaml" />
13-
<ResourceDictionary Source="pack://application:,,,/Themes/Darker.xaml" />
13+
<ResourceDictionary Source="pack://application:,,,/Themes/Win11Light.xaml" />
1414
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
1515
</ResourceDictionary.MergedDictionaries>
1616
</ResourceDictionary>

0 commit comments

Comments
 (0)