2023-07-19 11:16:10 +08:00
|
|
|
<ResourceDictionary
|
|
|
|
|
xmlns="https://github.com/avaloniaui"
|
2025-04-12 21:55:12 +08:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2025-03-10 11:19:56 +08:00
|
|
|
<StaticResource x:Key="ColorViewRadioButtonFontWeight" ResourceKey="SemiFontWeightBold" />
|
2023-07-19 11:16:10 +08:00
|
|
|
<Thickness x:Key="ColorViewRadioButtonPadding">16 4</Thickness>
|
|
|
|
|
<x:Double x:Key="ColorViewNumericUpDownWidth">70</x:Double>
|
|
|
|
|
|
2025-03-10 11:11:24 +08:00
|
|
|
<StaticResource x:Key="ColorViewSpectrumIconGlyph" ResourceKey="SemiIconEyedropper" />
|
|
|
|
|
<StaticResource x:Key="ColorViewPaletteIconGlyph" ResourceKey="SemiIconColorPalette" />
|
|
|
|
|
<StaticResource x:Key="ColorViewComponentsIconGlyph" ResourceKey="SemiIconList" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
2025-03-10 10:52:12 +08:00
|
|
|
<StaticResource x:Key="ColorSliderWidth" ResourceKey="SemiSpacingBase" />
|
|
|
|
|
<StaticResource x:Key="ColorSliderCornerRadius" ResourceKey="SemiBorderRadiusMedium" />
|
|
|
|
|
<StaticResource x:Key="ColorSliderThumbBorderBrush" ResourceKey="SemiThicknessSuperTight" />
|
|
|
|
|
<StaticResource x:Key="ColorSliderThumbCornerRadius" ResourceKey="SemiBorderRadiusFull" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
|
|
|
|
<x:Double x:Key="ColorPreviewerAccentSectionWidth">80</x:Double>
|
|
|
|
|
<x:Double x:Key="ColorPreviewerAccentSectionHeight">20</x:Double>
|
|
|
|
|
<x:Double x:Key="ColorPreviewerHeight">48</x:Double>
|
2025-03-10 11:19:56 +08:00
|
|
|
<StaticResource x:Key="ColorPreviewerCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
2025-03-11 16:50:42 +08:00
|
|
|
<StaticResource x:Key="ColorSpectrumCornerRadius" ResourceKey="SemiBorderRadiusMedium" />
|
|
|
|
|
|
|
|
|
|
<StaticResource x:Key="ColorPickerMinHeight" ResourceKey="SemiHeightControlDefault" />
|
|
|
|
|
<StaticResource x:Key="ColorPickerCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
2024-01-27 16:13:46 +08:00
|
|
|
<PlacementMode x:Key="ColorPickerFlyoutPlacement">AnchorAndGravity</PlacementMode>
|
2024-08-12 16:35:51 +08:00
|
|
|
<PlacementMode x:Key="SimpleColorPickerFlyoutPlacement">BottomEdgeAlignedLeft</PlacementMode>
|
2023-07-19 11:16:10 +08:00
|
|
|
</ResourceDictionary>
|