slimak/App.axaml
2024-09-05 12:20:33 +05:00

10 lines
304 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Slimak.App"
RequestedThemeVariant="Dark">
<Application.Styles>
<SimpleTheme />
</Application.Styles>
</Application>