Files
Shrlalgo.RvKits/WPFluent/Themes/HCWhite.xaml
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

198 lines
14 KiB
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Colors depending on the theme should be changed by the Manager -->
<Color x:Key="SystemAccentColor">#4cc2ff</Color>
<Color x:Key="SystemAccentColorSecondary">#4cc2ff</Color>
<Color x:Key="SystemAccentColorTertiary">#4cc2ff</Color>
<!-- 高对比度主题: DESERT -->
<Color x:Key="SystemColorWindowTextColor">#3D3D3D</Color>
<Color x:Key="SystemColorWindowColor">#FFFAEF</Color>
<Color x:Key="SystemColorHighlightTextColor">#FFF5E3</Color>
<Color x:Key="SystemColorHighlightColor">#903909</Color>
<Color x:Key="SystemColorButtonTextColor">#202020</Color>
<Color x:Key="SystemColorButtonFaceColor">#FFFAEF</Color>
<Color x:Key="SystemColorHotlightColor">#1C5E75</Color>
<Color x:Key="SystemColorGrayTextColor">#676767</Color>
<Color x:Key="ApplicationBackgroundColor">#FFFAEF</Color>
<!-- Same as SystemColorWindowColor -->
<SolidColorBrush Color="{StaticResource ApplicationBackgroundColor}" x:Key="ApplicationBackgroundColorBrush" />
<Color x:Key="KeyboardFocusBorderColor">#3D3D3D</Color>
<!-- Same as SystemColorWindowTextColor -->
<SolidColorBrush Color="{StaticResource KeyboardFocusBorderColor}" x:Key="KeyboardFocusBorderColorBrush" />
<!-- 从Light拷贝而来 -->
<Color x:Key="SystemFillColorAttention">#0070CB</Color>
<Color x:Key="SystemFillColorSuccess">#0F7B0F</Color>
<Color x:Key="SystemFillColorCaution">#9D5D00</Color>
<Color x:Key="SystemFillColorCritical">#C42B1C</Color>
<Color x:Key="SystemFillColorNeutral">#72000000</Color>
<Color x:Key="SystemFillColorSolidNeutral">#8A8A8A</Color>
<Color x:Key="SystemFillColorAttentionBackground">#80F6F6F6</Color>
<Color x:Key="SystemFillColorSuccessBackground">#DFF6DD</Color>
<Color x:Key="SystemFillColorCautionBackground">#FFF4CE</Color>
<Color x:Key="SystemFillColorCriticalBackground">#FDE7E9</Color>
<Color x:Key="SystemFillColorNeutralBackground">#06000000</Color>
<Color x:Key="SystemFillColorSolidAttentionBackground">#F7F7F7</Color>
<Color x:Key="SystemFillColorSolidNeutralBackground">#F3F3F3</Color>
<!-- Brushes -->
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextFillColorPrimaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorGrayTextColor}" x:Key="TextFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="AccentTextFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextOnAccentFillColorSelectedTextBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextOnAccentFillColorPrimaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextOnAccentFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorGrayTextColor}" x:Key="TextOnAccentFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlFillColorDisabledBrush" />
<SolidColorBrush Color="Transparent" x:Key="ControlFillColorTransparentBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlFillColorInputActiveBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlStrongFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlStrongFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlSolidFillColorDefaultBrush" />
<SolidColorBrush Color="Transparent" x:Key="SubtleFillColorTransparentBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="SubtleFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="SubtleFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="SubtleFillColorDisabledBrush" />
<SolidColorBrush Color="Transparent" x:Key="ControlAltFillColorTransparentBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlAltFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlAltFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlAltFillColorQuarternaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlAltFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlOnImageFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlOnImageFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlOnImageFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="ControlOnImageFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="AccentFillColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorOnAccentDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorOnAccentSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorOnAccentTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorOnAccentDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrokeColorForStrongFillWhenOnImageBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="CardStrokeColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="CardStrokeColorDefaultSolidBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrongStrokeColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="ControlStrongStrokeColorDisabledBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="SurfaceStrokeColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="SurfaceStrokeColorFlyoutBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="SurfaceStrokeColorInverseBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="DividerStrokeColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="FocusStrokeColorOuterBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="FocusStrokeColorInnerBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="CardBackgroundFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="CardBackgroundFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SmokeFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerFillColorAltBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnAcrylicFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnAccentAcrylicFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnMicaBaseAltFillColorDefaultBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnMicaBaseAltFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnMicaBaseAltFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="LayerOnMicaBaseAltFillColorTransparentBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SolidBackgroundFillColorBaseBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SolidBackgroundFillColorSecondaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SolidBackgroundFillColorTertiaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SolidBackgroundFillColorQuarternaryBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SolidBackgroundFillColorBaseAltBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorSuccess}" x:Key="SystemFillColorSuccessBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorCaution}" x:Key="SystemFillColorCautionBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorCritical}" x:Key="SystemFillColorCriticalBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorNeutral}" x:Key="SystemFillColorNeutralBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorSolidNeutral}" x:Key="SystemFillColorSolidNeutralBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorAttentionBackground}" x:Key="SystemFillColorAttentionBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorSuccessBackground}" x:Key="SystemFillColorSuccessBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorCautionBackground}" x:Key="SystemFillColorCautionBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorCriticalBackground}" x:Key="SystemFillColorCriticalBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorNeutralBackground}" x:Key="SystemFillColorNeutralBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorSolidAttentionBackground}" x:Key="SystemFillColorSolidAttentionBackgroundBrush" />
<SolidColorBrush Color="{StaticResource SystemFillColorSolidNeutralBackground}" x:Key="SystemFillColorSolidNeutralBackgroundBrush" />
<!-- Elevation border brushes -->
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="ControlElevationBorderBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="CircleElevationBorderBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="AccentControlElevationBorderBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="TextControlElevationBorderBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowTextColor}" x:Key="SystemColorWindowTextColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorWindowColor}" x:Key="SystemColorWindowColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonFaceColor}" x:Key="SystemColorButtonFaceColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorButtonTextColor}" x:Key="SystemColorButtonTextColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorHighlightColor}" x:Key="SystemColorHighlightColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorHighlightTextColor}" x:Key="SystemColorHighlightTextColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorHotlightColor}" x:Key="SystemColorHotlightColorBrush" />
<SolidColorBrush Color="{StaticResource SystemColorGrayTextColor}" x:Key="SystemColorGrayTextColorBrush" />
<DrawingBrush
Stretch="UniformToFill"
TileMode="Tile"
Viewport="0,0,10,10"
ViewportUnits="Absolute"
x:Key="StripedBackgroundBrush">
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="#0DFFFFFF">
<GeometryDrawing.Geometry>
<GeometryGroup FillRule="Nonzero">
<PathGeometry>
<PathFigure StartPoint="0,0">
<LineSegment Point="25,0" />
<LineSegment Point="100,75" />
<LineSegment Point="100,100" />
<LineSegment Point="75,100" />
<LineSegment Point="0,25" />
<LineSegment Point="0,0" />
</PathFigure>
<PathFigure StartPoint="75,0">
<LineSegment Point="100,25" />
<LineSegment Point="100,0" />
</PathFigure>
<PathFigure StartPoint="0,75">
<LineSegment Point="25,100" />
<LineSegment Point="0,100" />
</PathFigure>
</PathGeometry>
</GeometryGroup>
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup.Children>
</DrawingGroup>
</DrawingBrush.Drawing>
</DrawingBrush>
</ResourceDictionary>