Custom Avalonia Themes developed by Devolutions
(Inspired by @MikeCodesDotNET's earlier draft)
This theme is currently based on Avalonia.Themes.Fluent, both as a fallback for any controls not covered yet and as starting point for our (somewhat simplified) style definitions targeting AppKit macOS look.
While we are prioritizing controls for Devolutions Remote Desktop Manager initially, the goal is to create a theme that helps all of the Avalonia community to bring a native look to their macOS apps.
- Installation
- Styled Controls
- ✅ Available in the current build
- 🚧 In progress
- DataGrid
- Dark mode
- 🔮 Next on the road map ...
- Menu
Install the MacOS.Avalonia.Theme package via NuGet:
Install-Package MacOS.Avalonia.Theme
or .NET
dotnet add package MacOS.Avalonia.Theme
In your App.axaml, replace the existing theme (e.g. <FluentTheme />
or <SimpleTheme />
) with the macOS theme:
<Application ...>
<Application.Styles>
<StyleInclude Source="avares://MacOS.Avalonia.Theme/MacOSTheme.axaml" />
</Application.Styles>
</Application>
Notes | ||
---|---|---|
✅ | ||
✅ | ||
✅ | ||
ScrollBar not done yet | ||
✅ | ||
Vertical tabs may still need some work | ||
✅ | ||
ScrollBar for multiline text input not done yet There appears to be no easy way for styling the caret thickness and margin |
||
✅ | ||