Modern control styles and themes for Avalonia apps.
Add nuget package:
dotnet add package SynthoraUpdate your App.axaml:
<Application.Styles>
<SynthoraTheme />
</Application.Styles>The following instructions are for packaging the SynthoraDemo application.
- Install Inno Setup
- Run the build script:
.\Demo\Synthora.Demo.Desktop\win-build\build.bat- Install DMG Canvas
- Run the build script:
chmod +x Demo/Synthora.Demo.Desktop/mac-build/build.command
./Demo/Synthora.Demo.Desktop/mac-build/build.commandIf the app cannot be opened after installation, run the following command to remove the quarantine attribute:
xattr -cr /Applications/SynthoraDemo.app

