InkForge/app/InkForge.Desktop/App.axaml

16 lines
686 B
Text
Raw Normal View History

2024-02-08 00:54:45 +01:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2024-02-16 02:23:58 +01:00
x:Class="InkForge.Desktop.App"
2024-02-08 00:54:45 +01:00
RequestedThemeVariant="Default">
<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml" />
2024-02-26 18:08:18 +01:00
<DockFluentTheme />
2024-02-08 00:54:45 +01:00
</Application.Styles>
<Application.Resources>
<FontFamily x:Key="FluentSystemIcons-Filled">/Assets/Fonts#FluentSystemIcons-Filled</FontFamily>
<FontFamily x:Key="FluentSystemIcons-Regular">/Assets/Fonts#FluentSystemIcons-Regular</FontFamily>
</Application.Resources>
2024-02-08 00:54:45 +01:00
</Application>