12 lines
479 B
XML
12 lines
479 B
XML
<Application
|
|
RequestedThemeVariant="Default"
|
|
x:Class="PhotoRenamerGui.App"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml" />
|
|
</Application.Styles>
|
|
</Application> |