2025-01-22 13:34:31 +00:00
|
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2025-01-28 12:36:03 +00:00
|
|
|
x:Class="demo_2023.App"
|
2025-01-22 13:34:31 +00:00
|
|
|
RequestedThemeVariant="Default">
|
|
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
|
|
|
|
<Application.Styles>
|
|
|
|
<FluentTheme />
|
|
|
|
</Application.Styles>
|
|
|
|
</Application>
|