Skip to content

Commit

Permalink
Merge pull request #298 from yuzh0816/main
Browse files Browse the repository at this point in the history
Update App.axaml
  • Loading branch information
kikipoulet authored Oct 8, 2024
2 parents 2b1e469 + 411cfc0 commit 02f2a32
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions SukiUI.Demo/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
</TrayIcons>
</TrayIcon.Icons>

<!--
Refer to the link below to customize your font.
https://kikipoulet.github.io/SukiUI/documentation/faq/custom-font.html#how-to-use-custom-font
-->
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand All @@ -38,9 +42,7 @@
</Application.Resources>
<Application.Styles>
<FluentTheme></FluentTheme>

<StyleInclude Source="avares://SukiUI.Dock/Index.axaml" />

<StyleInclude Source="avares://Avalonia.Controls.ColorPicker/Themes/Fluent/Fluent.xaml" />
<StyleInclude Source="avares://AvaloniaEdit/Themes/Fluent/AvaloniaEdit.xaml" />
<suki:SukiTheme ThemeColor="Blue"/>
Expand All @@ -49,10 +51,6 @@
<StyleInclude Source="avares://SukiUI.Demo/Styles/TextStyles.axaml" />
<StyleInclude Source="avares://SukiUI.Demo/Styles/GlassCardStyles.axaml" />
<avalonia:MaterialIconStyles />

<!--
<StyleInclude Source="avares://SukiUI/CustomFont/MiSans/ChineseSupport.axaml"></StyleInclude>
-->
</Application.Styles>

</Application>

0 comments on commit 02f2a32

Please sign in to comment.