mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
WIP
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
x:Class="Needlework.Net.Desktop.App"
|
||||
RequestedThemeVariant="Dark"
|
||||
xmlns:local="using:Needlework.Net.Desktop"
|
||||
xmlns:converters="using:Needlework.Net.Desktop.Converters"
|
||||
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. -->
|
||||
@@ -12,8 +13,14 @@
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme></FluentTheme>
|
||||
<sukiUi:SukiTheme ThemeColor="Blue" />
|
||||
<sukiUi:SukiTheme ThemeColor="Blue" />
|
||||
<materialIcons:MaterialIconStyles />
|
||||
<StyleInclude Source="avares://AvaloniaEdit/Themes/Fluent/AvaloniaEdit.xaml" />
|
||||
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
|
||||
</Application.Styles>
|
||||
|
||||
<Application.Resources>
|
||||
<converters:EnumerableBoolConverter x:Key="EnumerableBoolConverter"/>
|
||||
<converters:NullBoolConverter x:Key="NullBoolConverter"/>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user