This commit is contained in:
ShrlAlgo
2025-07-11 09:20:23 +08:00
parent c7b104f44f
commit 4d35cadb56
840 changed files with 102347 additions and 11595 deletions

View File

@@ -11,7 +11,7 @@
<sys:Double x:Key="DynamicLineButtonWidth">12</sys:Double>
<Style x:Key="DynamicScrollBarLineButton" TargetType="{x:Type RepeatButton}">
<Setter Property="Foreground" Value="{DynamicResource ScrollBarButtonArrowForeground}" />
<Setter Property="Foreground" Value="{DynamicResource ControlStrongFillColorDefaultBrush}" />
<Setter Property="Width" Value="{StaticResource DynamicLineButtonWidth}" />
<Setter Property="Height" Value="{StaticResource DynamicLineButtonHeight}" />
<Setter Property="Margin" Value="0" />
@@ -27,7 +27,7 @@
Width="{TemplateBinding Width}"
Height="{TemplateBinding Height}"
Margin="{TemplateBinding Margin}"
Background="{DynamicResource ScrollBarButtonBackground}"
Background="{DynamicResource SubtleFillColorTransparentBrush}"
CornerRadius="6">
<controls:SymbolIcon
Margin="0,0,0,0"
@@ -86,7 +86,7 @@
</Style>
<Style x:Key="DynamicScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="Background" Value="{DynamicResource ScrollBarThumbFill}" />
<Setter Property="Background" Value="{DynamicResource ControlStrongFillColorDefaultBrush}" />
<Setter Property="Border.CornerRadius" Value="4" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="OverridesDefaultStyle" Value="True" />
@@ -117,7 +117,7 @@
Grid.RowSpan="3"
Width="12"
HorizontalAlignment="Center"
Background="{DynamicResource ScrollBarTrackFillPointerOver}"
Background="{DynamicResource AcrylicBackgroundFillColorDefaultBrush}"
CornerRadius="6"
Opacity="0" />
<RepeatButton
@@ -261,7 +261,7 @@
Grid.ColumnSpan="3"
Height="12"
VerticalAlignment="Center"
Background="{DynamicResource ScrollBarButtonBackground}"
Background="{DynamicResource SubtleFillColorTransparentBrush}"
CornerRadius="6"
Opacity="0" />