Skip to content

Commit e4fbce4

Browse files
committed
Adjust Scrollbar color and win11light theme
1 parent e7a3226 commit e4fbce4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Flow.Launcher/Resources/Dark.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#33FFFFFF" />
1414
<SolidColorBrush x:Key="SearchIconForeground" Color="#33FFFFFF" />
1515
<SolidColorBrush x:Key="SeparatorForeground" Color="#24FFFFFF" />
16-
<SolidColorBrush x:Key="ThumbColor" Color="#9a9a9a" />
16+
<SolidColorBrush x:Key="ThumbColor" Color="#28F7F3FF" />
1717
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
1818
<SolidColorBrush x:Key="HotkeyForeground" Color="#33FFFFFF" />
1919
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#33FFFFFF" />

Flow.Launcher/Resources/Light.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#72767d" />
1414
<SolidColorBrush x:Key="SearchIconForeground" Color="#20000000" />
1515
<SolidColorBrush x:Key="SeparatorForeground" Color="#20000000" />
16-
<SolidColorBrush x:Key="ThumbColor" Color="#868686" />
16+
<SolidColorBrush x:Key="ThumbColor" Color="#1F000000" />
1717
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
1818
<SolidColorBrush x:Key="HotkeyForeground" Color="#51000000" />
1919
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#51000000" />

Flow.Launcher/Themes/Win11Light.xaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,17 @@
3333
<Setter Property="CornerRadius" Value="2" />
3434
<Setter Property="Background" Value="{DynamicResource BasicSystemAccentColor}" />
3535
</Style>
36+
<Style x:Key="ImageIconStyle" TargetType="{x:Type Image}">
37+
<Setter Property="Height" Value="32" />
38+
<Setter Property="Width" Value="32" />
39+
<Setter Property="Margin" Value="-2 0 0 0" />
40+
</Style>
3641
<Style
3742
x:Key="ItemGlyph"
3843
BasedOn="{StaticResource BaseGlyphStyle}"
3944
TargetType="{x:Type TextBlock}">
4045
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
41-
<Setter Property="Margin" Value="0 0 0 0" />
46+
<Setter Property="Margin" Value="-2 0 0 0" />
4247
</Style>
4348
<Style
4449
x:Key="QueryBoxStyle"
@@ -182,7 +187,7 @@
182187
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
183188
<Setter Property="VerticalAlignment" Value="Center" />
184189
<Setter Property="HorizontalAlignment" Value="Center" />
185-
<Setter Property="Margin" Value="0 0 0 0" />
190+
<Setter Property="Margin" Value="-2 0 0 0" />
186191
<Setter Property="Width" Value="25" />
187192
<Setter Property="Height" Value="25" />
188193
<Setter Property="FontSize" Value="25" />

0 commit comments

Comments
 (0)