From df4acaedbafd8910047e35213fef3e8355a6a33d Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 15 Sep 2022 10:53:54 +0900 Subject: [PATCH 01/17] Change Shadow Style --- Flow.Launcher.Core/Resource/Theme.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher.Core/Resource/Theme.cs b/Flow.Launcher.Core/Resource/Theme.cs index 205abcd34..b6468f28c 100644 --- a/Flow.Launcher.Core/Resource/Theme.cs +++ b/Flow.Launcher.Core/Resource/Theme.cs @@ -238,9 +238,10 @@ namespace Flow.Launcher.Core.Resource Property = Border.EffectProperty, Value = new DropShadowEffect { - Opacity = 0.4, - ShadowDepth = 2, - BlurRadius = 15 + Opacity = 0.3, + ShadowDepth = 12, + Direction = 270, + BlurRadius = 30 } }; From f44aadbdac5aebbc2b674b2ca6525f870f2066d7 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 15 Sep 2022 10:59:37 +0900 Subject: [PATCH 02/17] Fix Hyperlink Align --- Flow.Launcher/SettingWindow.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index ba6569771..dc83532f4 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -2419,7 +2419,7 @@ @@ -2465,7 +2465,7 @@ From 2c8cfa51df8a0cf44c3992d2115e216a9361896a Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 15 Sep 2022 11:01:13 +0900 Subject: [PATCH 03/17] Add Margin for Shadow --- Flow.Launcher.Core/Resource/Theme.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Core/Resource/Theme.cs b/Flow.Launcher.Core/Resource/Theme.cs index b6468f28c..872c4543e 100644 --- a/Flow.Launcher.Core/Resource/Theme.cs +++ b/Flow.Launcher.Core/Resource/Theme.cs @@ -17,7 +17,7 @@ namespace Flow.Launcher.Core.Resource { public class Theme { - private const int ShadowExtraMargin = 12; + private const int ShadowExtraMargin = 32; private readonly List _themeDirectories = new List(); private ResourceDictionary _oldResource; @@ -251,7 +251,7 @@ namespace Flow.Launcher.Core.Resource marginSetter = new Setter() { Property = Border.MarginProperty, - Value = new Thickness(ShadowExtraMargin), + Value = new Thickness(ShadowExtraMargin, 12, ShadowExtraMargin, ShadowExtraMargin), }; windowBorderStyle.Setters.Add(marginSetter); } From 523d8fe64cfd8f5eda17545dd7e2d1c8165f5f1f Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 15 Sep 2022 12:22:01 +0900 Subject: [PATCH 04/17] Adjust Blur themes --- Flow.Launcher/Themes/BlurBlack Darker.xaml | 111 ++++++++++++----- Flow.Launcher/Themes/BlurBlack.xaml | 110 +++++++++++----- Flow.Launcher/Themes/BlurWhite.xaml | 138 +++++++++++++++------ Flow.Launcher/Themes/League.xaml | 94 ++++++++++---- 4 files changed, 331 insertions(+), 122 deletions(-) diff --git a/Flow.Launcher/Themes/BlurBlack Darker.xaml b/Flow.Launcher/Themes/BlurBlack Darker.xaml index 98ab77314..d0fe74fb6 100644 --- a/Flow.Launcher/Themes/BlurBlack Darker.xaml +++ b/Flow.Launcher/Themes/BlurBlack Darker.xaml @@ -1,79 +1,130 @@ - + True - - + - - - - - - - - - - - #356ef3 + #19ffffff - - - - + - - - - - - - - - - - #356ef3 + #19c9c9c9 - - - - - + - + + - + + + + + - - - - - - #356ef3 - - - - - + - - - - - - - - - + + #192026 - - - - - - - + - - - - #198F8F8F - - - - - - - From f0d6961ede622e816168c7540d53f2e79c32883e Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:00:53 +0800 Subject: [PATCH 17/17] Remove all Segoe UI usage. --- Flow.Launcher/ActionKeywords.xaml | 1 - Flow.Launcher/CustomQueryHotkeySetting.xaml | 1 - Flow.Launcher/PriorityChangeWindow.xaml | 1 - Flow.Launcher/Resources/CustomControlTemplate.xaml | 1 - Flow.Launcher/SelectBrowserWindow.xaml | 1 - Flow.Launcher/SelectFileManagerWindow.xaml | 1 - .../Views/CustomBrowserSetting.xaml | 1 - .../Views/ActionKeywordSetting.xaml | 1 - Plugins/Flow.Launcher.Plugin.Program/AddProgramSource.xaml | 1 - Plugins/Flow.Launcher.Plugin.Program/ProgramSuffixes.xaml | 1 - Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceSetting.xaml | 1 - 11 files changed, 11 deletions(-) diff --git a/Flow.Launcher/ActionKeywords.xaml b/Flow.Launcher/ActionKeywords.xaml index e94aac9f6..740b0d402 100644 --- a/Flow.Launcher/ActionKeywords.xaml +++ b/Flow.Launcher/ActionKeywords.xaml @@ -58,7 +58,6 @@ diff --git a/Flow.Launcher/SelectBrowserWindow.xaml b/Flow.Launcher/SelectBrowserWindow.xaml index 98bc391dd..88fd581b4 100644 --- a/Flow.Launcher/SelectBrowserWindow.xaml +++ b/Flow.Launcher/SelectBrowserWindow.xaml @@ -62,7 +62,6 @@