notepad/NotePad/App.axaml
Greg Gauthier 01acd4d6e6
Some checks failed
Release / release (push) Failing after 55s
notepad initial commit
2026-02-14 14:15:52 +00:00

10 lines
412 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="NotePad.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>