https://github.com/Devolutions/avalonia-extensions
Custom Avalonia Themes developed by Devolutions
https://github.com/Devolutions/avalonia-extensions
Last synced: 3 months ago
JSON representation
Custom Avalonia Themes developed by Devolutions
- Host: GitHub
- URL: https://github.com/Devolutions/avalonia-extensions
- Owner: Devolutions
- License: mit
- Created: 2024-11-28T15:39:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-15T20:58:45.000Z (4 months ago)
- Last Synced: 2025-10-16T15:14:39.383Z (4 months ago)
- Language: C#
- Homepage:
- Size: 1.79 MB
- Stars: 41
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-avalonia - Devolutions Avalonia-Extensions - Avalonia Themes for a MacOS or DevExpress look. (Libraries & Extensions / Theme & Icons)
README
[](https://devolutions.net/)
# avalonia-themes
Custom Avalonia Themes developed by [Devolutions](https://devolutions.net/)
➡️ [MacOS Theme](https://github.com/Devolutions/avalonia-themes/blob/master/src/Devolutions.AvaloniaTheme.MacOS/README.md)
➡️ [DevExpress Theme](https://github.com/Devolutions/avalonia-themes/blob/master/src/Devolutions.AvaloniaTheme.DevExpress/README.md)
➡️ [Linux Theme](https://github.com/Devolutions/avalonia-themes/blob/master/src/Devolutions.AvaloniaTheme.Linux/README.md)
➡️ [Avalonia Controls](https://github.com/Devolutions/avalonia-themes/blob/master/src/Devolutions.AvaloniaControls/README.md)
# Sample App
Contributors can use the SampleApp to test, debug and document styles for the various controls under each theme.
## Debugging
The SampleApp attaches the Avalonia Dev Tools for inspecting controls (open with F12).
### Support for new AvaloniaUI Developer Tools
If you own a licence for the new Dev Tools in _Avalonia Accelerate_, you can set an environment variable in your IDE's debug configuration.
For example, in Rider:
- Open **Run > Edit Configurations**
- Pick your configuration for the SampleApp
- In the **Environment Variables** field add `USE_AVALONIA_ACCELERATE_TOOLS=true`
Make sure DeveloperTools are installed:
```batch
dotnet tool install --global AvaloniaUI.DeveloperTools.
```
(replace `` with `Windows`, `macOS` or `Linux`)
The F12 key then opens the new Dev Tools, and F10 opens the old version