mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Scrollbar color and win11light theme
This commit is contained in:
parent
e7a3226605
commit
e4fbce47bd
3 changed files with 9 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#33FFFFFF" />
|
||||
<SolidColorBrush x:Key="SearchIconForeground" Color="#33FFFFFF" />
|
||||
<SolidColorBrush x:Key="SeparatorForeground" Color="#24FFFFFF" />
|
||||
<SolidColorBrush x:Key="ThumbColor" Color="#9a9a9a" />
|
||||
<SolidColorBrush x:Key="ThumbColor" Color="#28F7F3FF" />
|
||||
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
|
||||
<SolidColorBrush x:Key="HotkeyForeground" Color="#33FFFFFF" />
|
||||
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#33FFFFFF" />
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<SolidColorBrush x:Key="SubTitleSelectedForeground" Color="#72767d" />
|
||||
<SolidColorBrush x:Key="SearchIconForeground" Color="#20000000" />
|
||||
<SolidColorBrush x:Key="SeparatorForeground" Color="#20000000" />
|
||||
<SolidColorBrush x:Key="ThumbColor" Color="#868686" />
|
||||
<SolidColorBrush x:Key="ThumbColor" Color="#1F000000" />
|
||||
<SolidColorBrush x:Key="InlineHighlight" Color="#0078d7" />
|
||||
<SolidColorBrush x:Key="HotkeyForeground" Color="#51000000" />
|
||||
<SolidColorBrush x:Key="HotkeySelectedForeground" Color="#51000000" />
|
||||
|
|
|
|||
|
|
@ -33,12 +33,17 @@
|
|||
<Setter Property="CornerRadius" Value="2" />
|
||||
<Setter Property="Background" Value="{DynamicResource BasicSystemAccentColor}" />
|
||||
</Style>
|
||||
<Style x:Key="ImageIconStyle" TargetType="{x:Type Image}">
|
||||
<Setter Property="Height" Value="32" />
|
||||
<Setter Property="Width" Value="32" />
|
||||
<Setter Property="Margin" Value="-2 0 0 0" />
|
||||
</Style>
|
||||
<Style
|
||||
x:Key="ItemGlyph"
|
||||
BasedOn="{StaticResource BaseGlyphStyle}"
|
||||
TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
|
||||
<Setter Property="Margin" Value="0 0 0 0" />
|
||||
<Setter Property="Margin" Value="-2 0 0 0" />
|
||||
</Style>
|
||||
<Style
|
||||
x:Key="QueryBoxStyle"
|
||||
|
|
@ -182,7 +187,7 @@
|
|||
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="HorizontalAlignment" Value="Center" />
|
||||
<Setter Property="Margin" Value="0 0 0 0" />
|
||||
<Setter Property="Margin" Value="-2 0 0 0" />
|
||||
<Setter Property="Width" Value="25" />
|
||||
<Setter Property="Height" Value="25" />
|
||||
<Setter Property="FontSize" Value="25" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue