presence/Presence.Desktop/App.axaml

14 lines
482 B
Plaintext
Raw Normal View History

2024-11-24 18:05:17 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Presence.Desktop.App"
RequestedThemeVariant="Default">
2024-12-16 04:10:04 +00:00
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
2024-11-24 18:05:17 +00:00
2024-12-16 04:10:04 +00:00
<Application.Styles>
<FluentTheme />
2024-12-19 07:27:17 +00:00
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
2024-12-16 04:10:04 +00:00
</Application.Styles>
2024-12-19 07:27:17 +00:00
</Application>