forked from sim0n00ps/OF-DL
10 lines
386 B
XML
10 lines
386 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:fluent="clr-namespace:Avalonia.Themes.Fluent;assembly=Avalonia.Themes.Fluent"
|
|
RequestedThemeVariant="Light"
|
|
x:Class="OF_DL.Gui.App">
|
|
<Application.Styles>
|
|
<fluent:FluentTheme />
|
|
</Application.Styles>
|
|
</Application>
|