Flow.Launcher/Flow.Launcher/App.axaml
2024-01-18 21:46:21 -06:00

14 lines
No EOL
571 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Flow.Launcher.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Resources>
<FontFamily x:Key="UIFont">avares://Flow.Launcher/Resources/#Segoe Fluent Icons</FontFamily>
</Application.Resources>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>