2023-02-05 23:26:45 +08:00
|
|
|
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2023-02-07 00:42:53 +08:00
|
|
|
<Styles.Resources>
|
|
|
|
|
<ResourceDictionary>
|
2023-02-08 02:00:06 +08:00
|
|
|
<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-08 02:00:06 +08:00
|
|
|
</ResourceDictionary.ThemeDictionaries>
|
2023-02-07 00:42:53 +08:00
|
|
|
<ResourceDictionary.MergedDictionaries>
|
2025-05-29 17:07:24 +08:00
|
|
|
<ResourceInclude Source="DataGrid.axaml" />
|
|
|
|
|
<ResourceInclude Source="Shared.axaml" />
|
2023-02-07 00:42:53 +08:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Styles.Resources>
|
2023-07-19 11:16:10 +08:00
|
|
|
</Styles>
|