feat: initial commit

This commit is contained in:
tux
2025-06-28 19:21:26 +05:30
commit 85c914d65b
16 changed files with 768 additions and 0 deletions

11
App.axaml Normal file
View File

@@ -0,0 +1,11 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="highminded.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://IconPacks.Avalonia/Icons.axaml" />
</Application.Styles>
</Application>