2025-04-23 21:23:19 +08:00
|
|
|
<Styles
|
|
|
|
|
x:Class="Semi.Avalonia.ColorPicker.ColorPickerSemiTheme"
|
|
|
|
|
xmlns="https://github.com/avaloniaui"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<Styles.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.ThemeDictionaries>
|
|
|
|
|
<ResourceInclude x:Key="Default" Source="Light.axaml" />
|
2026-03-21 17:57:56 +08:00
|
|
|
<ResourceInclude x:Key="Light" Source="Light.axaml" />
|
2025-04-23 21:23:19 +08:00
|
|
|
<ResourceInclude x:Key="Dark" Source="Dark.axaml" />
|
|
|
|
|
</ResourceDictionary.ThemeDictionaries>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<ResourceInclude Source="Controls/_index.axaml" />
|
|
|
|
|
<ResourceInclude Source="Shared.axaml" />
|
|
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Styles.Resources>
|
|
|
|
|
</Styles>
|