InkForge/app/InkForge.Desktop/App.axaml

18 lines
775 B
Text
Raw Permalink 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 />
2024-05-02 21:44:13 +02:00
<StyleInclude Source="avares://AvaloniaEdit/Themes/Fluent/AvaloniaEdit.xaml" />
<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-05-02 21:44:13 +02:00
</Application>