Skip to content

Commit f5e29c3

Browse files
committed
Fix Suggestion Display
1 parent f09d4f2 commit f5e29c3

File tree

10 files changed

+2
-10
lines changed

10 files changed

+2
-10
lines changed

Flow.Launcher/Themes/Darker Glass.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
x:Key="QuerySuggestionBoxStyle"
2525
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
2626
TargetType="{x:Type TextBox}">
27-
<Setter Property="Foreground" Value="Transparent" />
27+
<Setter Property="Foreground" Value="#ebebeb" />
28+
<Setter Property="Opacity" Value="0.2" />
2829
</Style>
2930

3031
<Style

Flow.Launcher/Themes/Discord Dark.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
BasedOn="{StaticResource BaseQueryBoxStyle}"
1717
TargetType="{x:Type TextBox}">
1818
<Setter Property="Foreground" Value="#dcddde" />
19-
<Setter Property="Background" Value="#36393f" />
2019
<Setter Property="CaretBrush" Value="#ffffff" />
2120
<Setter Property="SelectionBrush" Value="#0a68d8" />
2221
<Setter Property="Height" Value="42" />

Flow.Launcher/Themes/Dracula.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
TargetType="{x:Type TextBox}">
1818
<Setter Property="SelectionBrush" Value="#ff79c6" />
1919
<Setter Property="FontSize" Value="24" />
20-
<Setter Property="Background" Value="#282a36" />
2120
<Setter Property="Foreground" Value="#f8f8f2" />
2221
<Setter Property="CaretBrush" Value="#ffb86c" />
2322
<Setter Property="FontSize" Value="26" />

Flow.Launcher/Themes/League.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
x:Key="QueryBoxStyle"
1010
BasedOn="{StaticResource BaseQueryBoxStyle}"
1111
TargetType="{x:Type TextBox}">
12-
<Setter Property="Background" Value="#161614" />
1312
<Setter Property="Foreground" Value="#b88f3a" />
1413
<Setter Property="CaretBrush" Value="#b88f3a" />
1514
<Setter Property="Padding" Value="0,0,66,0" />

Flow.Launcher/Themes/Nord Darker.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
x:Key="QueryBoxStyle"
1414
BasedOn="{StaticResource BaseQueryBoxStyle}"
1515
TargetType="{x:Type TextBox}">
16-
<Setter Property="Background" Value="#2e3440" />
1716
<Setter Property="Foreground" Value="#eceff4" />
1817
<Setter Property="FontSize" Value="30" />
1918
</Style>

Flow.Launcher/Themes/Pink.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
x:Key="QueryBoxStyle"
1313
BasedOn="{StaticResource BaseQueryBoxStyle}"
1414
TargetType="{x:Type TextBox}">
15-
<Setter Property="Background" Value="#1f1d1f" />
1615
<Setter Property="Foreground" Value="#cc1081" />
1716
<Setter Property="CaretBrush" Value="#cc1081" />
1817
<Setter Property="SelectionBrush" Value="#e564b1" />

Flow.Launcher/Themes/Sublime.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
BasedOn="{StaticResource BaseQueryBoxStyle}"
1717
TargetType="{x:Type TextBox}">
1818
<Setter Property="FontSize" Value="24" />
19-
<Setter Property="Background" Value="#303840" />
2019
<Setter Property="Foreground" Value="#d2d8e5" />
2120
<Setter Property="CaretBrush" Value="#FFAA47" />
2221
<Setter Property="FontSize" Value="26" />

Flow.Launcher/Themes/Win10Light.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<Setter Property="SelectionBrush" Value="#0a68d8" />
1919
<Setter Property="FontSize" Value="24" />
2020
<Setter Property="Foreground" Value="#000000" />
21-
<Setter Property="Background" Value="#dddddd" />
2221
<Setter Property="CaretBrush" Value="#000000" />
2322
<Setter Property="BorderBrush" Value="Black" />
2423
<Setter Property="BorderThickness" Value="0" />

Flow.Launcher/Themes/Win11Dark.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
TargetType="{x:Type TextBox}">
1818
<Setter Property="SelectionBrush" Value="#4a5459" />
1919
<Setter Property="FontSize" Value="24" />
20-
<Setter Property="Background" Value="#202020" />
2120
<Setter Property="Foreground" Value="#FFFFFF" />
2221
<Setter Property="CaretBrush" Value="#FFFFFF" />
2322
<Setter Property="FontSize" Value="26" />

Flow.Launcher/Themes/Win11System.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
TargetType="{x:Type TextBox}">
2525
<Setter Property="SelectionBrush" Value="{DynamicResource QuerySelectionBrush}" />
2626
<Setter Property="FontSize" Value="24" />
27-
<Setter Property="Background" Value="{DynamicResource Color01B}" />
2827
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
2928
<Setter Property="CaretBrush" Value="{DynamicResource Color05B}" />
3029
<Setter Property="FontSize" Value="26" />

0 commit comments

Comments
 (0)