2023-07-09 09:24:41 +08:00
|
|
|
<Application
|
|
|
|
x:Class="Semi.Avalonia.Demo.Drm.App"
|
|
|
|
xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
RequestedThemeVariant="Light">
|
|
|
|
|
2023-07-09 23:03:11 +08:00
|
|
|
<Application.Styles>
|
|
|
|
<!--<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />-->
|
|
|
|
<StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" />
|
|
|
|
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
|
|
|
|
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
|
|
|
|
</Application.Styles>
|
2023-07-09 09:24:41 +08:00
|
|
|
</Application>
|