mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change the default theme for fresh install
This commit is contained in:
parent
8942e5567a
commit
2ecf57e980
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ namespace Flow.Launcher.Infrastructure
|
|||
|
||||
public static readonly string QueryTextBoxIconImagePath = $"{ProgramDirectory}\\Images\\mainsearch.svg";
|
||||
|
||||
public const string DefaultTheme = "Darker";
|
||||
public const string DefaultTheme = "Win11Light";
|
||||
|
||||
public const string Themes = "Themes";
|
||||
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@
|
|||
<ResourceDictionary.MergedDictionaries>
|
||||
<ui:ThemeResources RequestedTheme="Light" />
|
||||
<ui:XamlControlsResources />
|
||||
<ResourceDictionary Source="pack://application:,,,/Themes/Darker.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/Themes/Win11Light.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue