diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index 12ca4e785..583a5fcc4 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -855,8 +855,8 @@ - - + + @@ -867,9 +867,9 @@ - - - + + + @@ -880,9 +880,9 @@ - - - + + + @@ -1304,16 +1304,16 @@ Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" - BorderBrush="#e5e5e5" - BorderThickness="1,1,1,0" + BorderBrush="{DynamicResource CustomComboOutline}" + BorderThickness="{DynamicResource CustomComboOutlineThickness}" CornerRadius="4"> - + - + - - - + + + - + - - - + + + - + @@ -1735,9 +1735,9 @@ Grid.RowSpan="1" Grid.Column="0" Grid.ColumnSpan="2" - Background="#fbfbfb" - BorderBrush="#E5E5E5" - BorderThickness="1,1,1,1" + Background="{DynamicResource CustomTextBoxBG}" + BorderBrush="{DynamicResource CustomTextBoxOutline}" + BorderThickness="{DynamicResource CustomTextBoxOutlineThickness}" CornerRadius="4"> - + @@ -2053,7 +2053,7 @@ Fill="{DynamicResource ToggleSwitchFillOff}" RadiusX="10" RadiusY="10" - Stroke="#5a5a5a" + Stroke="{DynamicResource ToggleSwitchStrokeOff}" StrokeThickness="{DynamicResource ToggleSwitchOuterBorderStrokeThickness}" /> + Fill="{DynamicResource ToggleSwitchKnobFillOff}" /> @@ -2290,9 +2290,9 @@ - - - + + + @@ -2300,9 +2300,9 @@ - - - + + + diff --git a/Flow.Launcher/Resources/Dark.xaml b/Flow.Launcher/Resources/Dark.xaml index 958eb5ecf..9cac6738f 100644 --- a/Flow.Launcher/Resources/Dark.xaml +++ b/Flow.Launcher/Resources/Dark.xaml @@ -6,6 +6,7 @@ xmlns:primitives="http://schemas.modernwpf.com/2019" xmlns:sys="clr-namespace:System;assembly=mscorlib"> + @@ -22,6 +23,15 @@ + + + + + + + + + #202020 #2b2b2b #1d1d1d @@ -38,11 +48,21 @@ #3f3f3f #5d5d5d #434343 + #cccccc + #999999 + #2a2a2a + #303030 + #464646 + #3c3c3c + #272727 + #9a9a9a + #323232 + - + @@ -64,7 +84,36 @@ - 2,2,2,2 + + + + + + + + + + + + + + + 1,1,1,1 + 0,0,0,0 + 1,1,1,1 + 1,1,1,1 + + + + + + + + 1,1,1,1 + 0,0,0,1 + + + 4,4,4,4 4,4,4,4 @@ -517,11 +566,11 @@ - + - - + + @@ -529,11 +578,11 @@ - + - + - + @@ -543,9 +592,9 @@ - - - + + + @@ -559,8 +608,8 @@ 0 0,4,0,4 Normal - - + + @@ -611,7 +660,7 @@ - + @@ -1216,23 +1265,23 @@ - + - + - - + + - + @@ -1393,15 +1442,15 @@ - + - - - + + + - + @@ -1409,13 +1458,13 @@ - + - - - + + + @@ -1465,9 +1514,9 @@ - + - + @@ -1479,7 +1528,7 @@ - + diff --git a/Flow.Launcher/Resources/Light.xaml b/Flow.Launcher/Resources/Light.xaml index 7a9db5387..6ee7e110d 100644 --- a/Flow.Launcher/Resources/Light.xaml +++ b/Flow.Launcher/Resources/Light.xaml @@ -6,11 +6,12 @@ xmlns:primitives="http://schemas.modernwpf.com/2019" xmlns:sys="clr-namespace:System;assembly=mscorlib"> + - + @@ -22,6 +23,12 @@ + + + + + + #f3f3f3 #ffffff #e5e5e5 @@ -38,6 +45,12 @@ #d3d3d3 #5d5d5d #f6f6f6 + #868686 + #b7b7b7 + #dcdcdc + #5a5a5a + #cccccc + #f0f0f0 @@ -54,8 +67,8 @@ 0,0,0,2 1,1,1,1 0,0,0,1 - 1,1,1,0 - 0,0,0,1 + 1,1,1,1 + 0,0,0,0 @@ -64,9 +77,39 @@ + + + + + + + + + + + + + + 1,1,1,0 + 0,0,0,2 + 1,1,1,1 + 1,1,1,1 + + + + + + + + 1,1,1,1 + 0,0,0,1 + + + 2,2,2,2 4,4,4,4 + @@ -504,8 +547,8 @@ - - + + @@ -515,9 +558,9 @@ - - - + + + @@ -527,9 +570,9 @@ - - - + + + @@ -1395,13 +1438,13 @@ - - - + + + - - - + + + @@ -1411,9 +1454,9 @@ - - - + + + diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index c20ec2f73..b7559027d 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -68,7 +68,7 @@