Fix BlurWhite theme

This commit is contained in:
DB p 2025-03-16 11:31:28 +09:00
parent 9ec6d5c95f
commit fa5bfd3195

View file

@ -44,7 +44,9 @@
<Style
x:Key="QuerySuggestionBoxStyle"
BasedOn="{StaticResource BaseQuerySuggestionBoxStyle}"
TargetType="{x:Type TextBox}" />
TargetType="{x:Type TextBox}">
<Setter Property="Foreground" Value="#39000000" />
</Style>
<Style
x:Key="WindowBorderStyle"
@ -110,7 +112,7 @@
x:Key="SeparatorStyle"
BasedOn="{StaticResource BaseSeparatorStyle}"
TargetType="{x:Type Rectangle}">
<Setter Property="Fill" Value="#c6c6c6" />
<Setter Property="Fill" Value="#22000000" />
<Setter Property="Height" Value="1" />
<Setter Property="Margin" Value="12 0 12 8" />
</Style>
@ -123,7 +125,7 @@
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Border
Background="#bebebe"
Background="#3C000000"
BorderBrush="Transparent"
BorderThickness="0"
CornerRadius="2"