InkForge/app/InkForge.Desktop/App.axaml

11 lines
500 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">
2024-02-09 13:02:20 +01:00
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
2024-02-08 00:54:45 +01:00
<Application.Styles>
<FluentTheme />
2024-02-10 23:47:45 +01:00
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
2024-02-08 00:54:45 +01:00
</Application.Styles>
</Application>