mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
19 lines
879 B
XML
19 lines
879 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="Needlework.Net.Desktop.App"
|
|
RequestedThemeVariant="Dark"
|
|
xmlns:local="using:Needlework.Net.Desktop"
|
|
xmlns:sukiUi="clr-namespace:SukiUI;assembly=SukiUI"
|
|
xmlns:materialIcons="clr-namespace:Material.Icons.Avalonia;assembly=Material.Icons.Avalonia">
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
<Application.DataTemplates>
|
|
<local:ViewLocator/>
|
|
</Application.DataTemplates>
|
|
|
|
<Application.Styles>
|
|
<FluentTheme></FluentTheme>
|
|
<sukiUi:SukiTheme ThemeColor="Blue" />
|
|
<materialIcons:MaterialIconStyles />
|
|
<StyleInclude Source="avares://AvaloniaEdit/Themes/Fluent/AvaloniaEdit.xaml" />
|
|
</Application.Styles>
|
|
</Application> |