13 lines
598 B
Plaintext
Raw Normal View History

2023-01-20 23:08:33 +08:00
<Application
x:Class="Semi.Avalonia.Demo.App"
2023-01-20 23:08:33 +08:00
xmlns="https://github.com/avaloniaui"
2024-02-21 16:32:48 +08:00
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:semi="https://irihi.tech/semi">
2023-01-20 23:08:33 +08:00
<Application.Styles>
2024-07-10 18:36:51 +08:00
<!-- You can still reference in old way. -->
<!-- <StyleInclude Source="avares://Semi.Avalonia/Themes/Index.axaml" /> -->
<semi:SemiTheme Locale="zh-CN" />
2023-06-04 23:10:03 +08:00
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
<StyleInclude Source="avares://Semi.Avalonia.ColorPicker/Index.axaml" />
2023-01-20 23:08:33 +08:00
</Application.Styles>
</Application>