about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/App.axaml
blob: bc69400b803cc814c4df9c9e4ef79aff0dd1c345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<Application xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             x:Class="MatrixUtils.Desktop.App"
             RequestedThemeVariant="Default">
             <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

    <Application.Styles>
        <FluentTheme />
    </Application.Styles>
</Application>