mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Rollback Default theme to win11light from win11system
This commit is contained in:
parent
20b0db3f30
commit
ebe824b2f9
4 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ namespace Flow.Launcher.Infrastructure
|
||||||
|
|
||||||
public static readonly string QueryTextBoxIconImagePath = $"{ProgramDirectory}\\Images\\mainsearch.svg";
|
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 Light = "Light";
|
||||||
public const string Dark = "Dark";
|
public const string Dark = "Dark";
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
<ui:XamlControlsResources />
|
<ui:XamlControlsResources />
|
||||||
<ResourceDictionary Source="pack://application:,,,/Resources/CustomControlTemplate.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/Resources/CustomControlTemplate.xaml" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/Resources/SettingWindowStyle.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/Resources/SettingWindowStyle.xaml" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/Themes/Win11System.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/Themes/Win11Light.xaml" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|
|
||||||
|
|
@ -466,6 +466,7 @@
|
||||||
<Grid
|
<Grid
|
||||||
Width="Auto"
|
Width="Auto"
|
||||||
Height="34"
|
Height="34"
|
||||||
|
MinWidth="140"
|
||||||
Margin="0">
|
Margin="0">
|
||||||
<StackPanel Margin="12 0" Orientation="Horizontal">
|
<StackPanel Margin="12 0" Orientation="Horizontal">
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue