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

198 lines
14 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>
<!-- 高对比度主题AQUATIC. -->
<Color x:Key="SystemColorWindowTextColor">#FFFFFF</Color>
<Color x:Key="SystemColorWindowColor">#202020</Color>
<Color x:Key="SystemColorHighlightTextColor">#263B50</Color>
<Color x:Key="SystemColorHighlightColor">#8EE3F0</Color>
<Color x:Key="SystemColorButtonTextColor">#FFFFFF</Color>
<Color x:Key="SystemColorButtonFaceColor">#202020</Color>
<Color x:Key="SystemColorHotlightColor">#75E9FC</Color>
<Color x:Key="SystemColorGrayTextColor">#A6A6A6</Color>
<Color x:Key="ApplicationBackgroundColor">#202020</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" />
<!-- 从Dark拷贝而来 -->
<Color x:Key="SystemFillColorAttention">#60CDFF</Color>
<Color x:Key="SystemFillColorSuccess">#6CCB5F</Color>
<Color x:Key="SystemFillColorCaution">#FCE100</Color>
<Color x:Key="SystemFillColorCritical">#FF99A4</Color>
<Color x:Key="SystemFillColorNeutral">#8BFFFFFF</Color>
<Color x:Key="SystemFillColorSolidNeutral">#9D9D9D</Color>
<Color x:Key="SystemFillColorAttentionBackground">#08FFFFFF</Color>
<Color x:Key="SystemFillColorSuccessBackground">#393D1B</Color>
<Color x:Key="SystemFillColorCautionBackground">#433519</Color>
<Color x:Key="SystemFillColorCriticalBackground">#442726</Color>
<Color x:Key="SystemFillColorNeutralBackground">#08FFFFFF</Color>
<Color x:Key="SystemFillColorSolidAttentionBackground">#2E2E2E</Color>
<Color x:Key="SystemFillColorSolidNeutralBackground">#2E2E2E</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>