From f8d82f3f9b5388bf22b2eb3ea93ec9f38fee6c77 Mon Sep 17 00:00:00 2001 From: DB P Date: Sat, 12 Apr 2025 08:57:04 +0900 Subject: [PATCH 01/18] Change default query font size Change showPlaceholder to true from false --- Flow.Launcher.Infrastructure/UserSettings/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index e304a1b5040..e1c6fbd1fb0 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -82,7 +82,7 @@ public string Theme /* Appearance Settings. It should be separated from the setting later.*/ public double WindowHeightSize { get; set; } = 42; public double ItemHeightSize { get; set; } = 58; - public double QueryBoxFontSize { get; set; } = 20; + public double QueryBoxFontSize { get; set; } = 18; public double ResultItemFontSize { get; set; } = 16; public double ResultSubItemFontSize { get; set; } = 13; public string QueryBoxFont { get; set; } = FontFamily.GenericSansSerif.Name; @@ -114,7 +114,7 @@ public string Theme public double? SettingWindowLeft { get; set; } = null; public WindowState SettingWindowState { get; set; } = WindowState.Normal; - bool _showPlaceholder { get; set; } = false; + bool _showPlaceholder { get; set; } = true; public bool ShowPlaceholder { get => _showPlaceholder; From 6264447057adcabf96773e09bbd0bff0b51fdcab Mon Sep 17 00:00:00 2001 From: DB P Date: Sat, 12 Apr 2025 12:45:40 +0900 Subject: [PATCH 02/18] Change theme reset value --- .../SettingPages/ViewModels/SettingsPaneThemeViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs index f78704ef2d5..aa8ab7c4c37 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs @@ -494,7 +494,7 @@ public void Reset() { SelectedQueryBoxFont = new FontFamily(DefaultFont); SelectedQueryBoxFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal }; - QueryBoxFontSize = 20; + QueryBoxFontSize = 18; SelectedResultFont = new FontFamily(DefaultFont); SelectedResultFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal }; From 1b8336bd266e0763cbef20707fe4402e57757bf7 Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 12 Apr 2025 14:05:03 +0900 Subject: [PATCH 03/18] Adjust Theme Color --- Flow.Launcher/Resources/Light.xaml | 4 ++-- Flow.Launcher/Themes/Circle System.xaml | 4 ++-- Flow.Launcher/Themes/Win11Light.xaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml index aaa23c8e2d5..f6a5444b333 100644 --- a/Flow.Launcher/Resources/Light.xaml +++ b/Flow.Launcher/Resources/Light.xaml @@ -18,9 +18,9 @@ - #0C000000 + #7EFFFFFF - + diff --git a/Flow.Launcher/Themes/Circle System.xaml b/Flow.Launcher/Themes/Circle System.xaml index 24c7bd65bc8..9fb43b645ae 100644 --- a/Flow.Launcher/Themes/Circle System.xaml +++ b/Flow.Launcher/Themes/Circle System.xaml @@ -14,8 +14,8 @@ True Auto - #E5E6E6E6 - #DF1F1F1F + #CEFAFAFA + #D6202020 @@ -68,6 +68,7 @@ x:Key="ItemTitleStyle" BasedOn="{StaticResource BaseItemTitleStyle}" TargetType="{x:Type TextBlock}"> + @@ -75,6 +76,7 @@ x:Key="ItemSubTitleStyle" BasedOn="{StaticResource BaseItemSubTitleStyle}" TargetType="{x:Type TextBlock}"> + @@ -84,7 +86,7 @@ TargetType="{x:Type Rectangle}"> - + #d6d4d7 @@ -113,7 +117,7 @@ + + + 6 4 0 4 0 @@ -172,7 +192,7 @@ BasedOn="{StaticResource ClockPanel}" TargetType="{x:Type StackPanel}"> - + @@ -206,7 +226,7 @@ x:Key="PreviewBorderStyle" BasedOn="{StaticResource BasePreviewBorderStyle}" TargetType="{x:Type Border}"> - + @@ -59,7 +59,7 @@ - + @@ -79,7 +79,9 @@ +