2023-02-09 18:43:02 +08:00
|
|
|
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<Styles.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.ThemeDictionaries>
|
2025-05-29 17:07:24 +08:00
|
|
|
<ResourceInclude x:Key="Default" Source="Light.axaml" />
|
|
|
|
|
<ResourceInclude x:Key="Dark" Source="Dark.axaml" />
|
2023-02-09 18:43:02 +08:00
|
|
|
</ResourceDictionary.ThemeDictionaries>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
2025-05-29 17:07:24 +08:00
|
|
|
<ResourceInclude Source="Controls/_index.axaml" />
|
|
|
|
|
<ResourceInclude Source="Shared.axaml" />
|
2023-02-09 18:43:02 +08:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Styles.Resources>
|
2023-07-19 11:16:10 +08:00
|
|
|
</Styles>
|