2024-11-29 15:14:56 +00:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
x:Class="Presence.Desktop.App"
|
|
|
|
RequestedThemeVariant="Default">
|
2025-04-30 01:13:44 +00:00
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
2024-11-29 15:14:56 +00:00
|
|
|
<Application.Styles>
|
2025-04-30 01:13:44 +00:00
|
|
|
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
|
2024-11-29 15:14:56 +00:00
|
|
|
<FluentTheme />
|
|
|
|
</Application.Styles>
|
|
|
|
</Application>
|