2024-02-08 00:54:45 +01:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
x:Class="InkForge.Common.App"
|
|
|
|
|
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>
|