From 7f56b35d7f187cea9536ade947b6bf41a701d522 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 23 Nov 2022 17:54:41 +0900 Subject: [PATCH] - Adjust Themes - Add Bullet Layout --- Flow.Launcher/MainWindow.xaml | 119 ++++++++------- Flow.Launcher/ResultListBox.xaml | 90 ++++++----- Flow.Launcher/Themes/Base.xaml | 23 ++- Flow.Launcher/Themes/BlackAndWhite.xaml | 195 +++++++++++++++++++----- Flow.Launcher/Themes/Darker.xaml | 109 ++++++++++--- Flow.Launcher/Themes/Gray.xaml | 127 ++++++++++----- Flow.Launcher/Themes/Light.xaml | 17 ++- Flow.Launcher/Themes/Win11Light.xaml | 6 + 8 files changed, 488 insertions(+), 198 deletions(-) diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 69e52003d..f6f52d3ef 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -184,64 +184,67 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,42 +80,57 @@ - - - - - - - - - + + + + + + - + Style="{DynamicResource BulletStyle}" /> + + + + + + + + + + + + + + diff --git a/Flow.Launcher/Themes/Base.xaml b/Flow.Launcher/Themes/Base.xaml index 4f82f3a1d..19a285f9e 100644 --- a/Flow.Launcher/Themes/Base.xaml +++ b/Flow.Launcher/Themes/Base.xaml @@ -3,20 +3,32 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib" xmlns:userSettings="clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"> - 8 + 0 0 0 + + + + - - - + + + + - - - - - - #494949 - + + + + + 0 + 0 + 0 0 0 4 + + \ No newline at end of file diff --git a/Flow.Launcher/Themes/Darker.xaml b/Flow.Launcher/Themes/Darker.xaml index b255c4d9e..afbc9c048 100644 --- a/Flow.Launcher/Themes/Darker.xaml +++ b/Flow.Launcher/Themes/Darker.xaml @@ -2,6 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib"> + @@ -9,32 +10,41 @@ x:Key="ItemGlyph" BasedOn="{StaticResource BaseGlyphStyle}" TargetType="{x:Type TextBlock}"> - + + + + - #4d4d4d - + #202938 + + + + + + 8 + 10 0 10 0 + 0 0 0 10 - + \ No newline at end of file diff --git a/Flow.Launcher/Themes/Gray.xaml b/Flow.Launcher/Themes/Gray.xaml index 1cacc8ec2..435beb78b 100644 --- a/Flow.Launcher/Themes/Gray.xaml +++ b/Flow.Launcher/Themes/Gray.xaml @@ -1,36 +1,63 @@ - - + + + + + - + + - #787878 + #f1f1f1 + + - + TargetType="{x:Type ScrollBar}" /> + + + + 5 + 10 0 10 0 + 0 0 0 10 - + \ No newline at end of file diff --git a/Flow.Launcher/Themes/Light.xaml b/Flow.Launcher/Themes/Light.xaml index 489aa05eb..555eb458b 100644 --- a/Flow.Launcher/Themes/Light.xaml +++ b/Flow.Launcher/Themes/Light.xaml @@ -17,7 +17,6 @@ BasedOn="{StaticResource BaseQueryBoxStyle}" TargetType="{x:Type TextBox}"> - @@ -36,7 +35,8 @@ x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}"> - + + @@ -117,6 +117,7 @@ + \ No newline at end of file diff --git a/Flow.Launcher/Themes/Win11Light.xaml b/Flow.Launcher/Themes/Win11Light.xaml index df6d20bb4..4c58681d7 100644 --- a/Flow.Launcher/Themes/Win11Light.xaml +++ b/Flow.Launcher/Themes/Win11Light.xaml @@ -11,6 +11,12 @@ TargetType="{x:Type TextBlock}"> +