Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Kinnara authored Nov 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 78170d8 commit 0a05d10
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
@@ -245,8 +245,8 @@

<Color x:Key="AccentAAFillColorDisabled">#28FFFFFF</Color>

<Color x:Key="ControlStrokeColorDefault">#14FFFFFF</Color>
<Color x:Key="ControlStrokeColorSecondary">#4C000000</Color>
<Color x:Key="ControlStrokeColorDefault">#12FFFFFF</Color>
<Color x:Key="ControlStrokeColorSecondary">#18FFFFFF</Color>
<Color x:Key="ControlStrokeColorOnAccentDefault">#14FFFFFF</Color>
<Color x:Key="ControlStrokeColorOnAccentSecondary">#23000000</Color>
<Color x:Key="ControlStrokeColorOnAccentTertiary">#37000000</Color>
@@ -403,9 +403,6 @@
<!-- Elevation border brushes-->

<LinearGradientBrush x:Key="ControlElevationBorderBrush" MappingMode="Absolute" StartPoint="0,0" EndPoint="0,3">
<LinearGradientBrush.RelativeTransform>
<ScaleTransform ScaleY="-1" CenterY="0.5"/>
</LinearGradientBrush.RelativeTransform>
<LinearGradientBrush.GradientStops>
<GradientStop Offset="0.33" Color="{StaticResource ControlStrokeColorSecondary}"/>
<GradientStop Offset="1.0" Color="{StaticResource ControlStrokeColorDefault}"/>
@@ -414,8 +411,8 @@

<LinearGradientBrush x:Key="CircleElevationBorderBrush" MappingMode="RelativeToBoundingBox" StartPoint="0,0" EndPoint="0,1">
<LinearGradientBrush.GradientStops>
<GradientStop Offset="0.50" Color="{StaticResource ControlStrokeColorDefault}"/>
<GradientStop Offset="0.70" Color="{StaticResource ControlStrokeColorSecondary}"/>
<GradientStop Offset="0.50" Color="{StaticResource ControlStrokeColorDefault}"/>
</LinearGradientBrush.GradientStops>
</LinearGradientBrush>

0 comments on commit 0a05d10

Please sign in to comment.