about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/App.axaml
blob: 9c99838483eb412c7ab28ce0a1ab1d860cad9755 (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="MatrixRoomUtils.Desktop.App"
             RequestedThemeVariant="Default">
             <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

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