Devolutions.AvaloniaTheme.Linux 2025.12.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Devolutions.AvaloniaTheme.Linux --version 2025.12.4
                    
NuGet\Install-Package Devolutions.AvaloniaTheme.Linux -Version 2025.12.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Devolutions.AvaloniaTheme.Linux" Version="2025.12.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Devolutions.AvaloniaTheme.Linux" Version="2025.12.4" />
                    
Directory.Packages.props
<PackageReference Include="Devolutions.AvaloniaTheme.Linux" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Devolutions.AvaloniaTheme.Linux --version 2025.12.4
                    
#r "nuget: Devolutions.AvaloniaTheme.Linux, 2025.12.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Devolutions.AvaloniaTheme.Linux@2025.12.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Devolutions.AvaloniaTheme.Linux&version=2025.12.4
                    
Install as a Cake Addin
#tool nuget:?package=Devolutions.AvaloniaTheme.Linux&version=2025.12.4
                    
Install as a Cake Tool

image

Custom Avalonia Themes developed by Devolutions

License: MIT Build Status NuGet Version NuGet Downloads

Linux Theme [Work in Progress]

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 style definitions targeting a Linux look similar to Ubuntu’s default “Yaru” GTK theme..

While we are prioritizing controls for Devolutions Remote Desktop Manager, we welcome contributions from the Avalonia community to add more controls.

Installation

Install the Devolutions.AvaloniaTheme.Linux package via NuGet:

Install-Package Devolutions.AvaloniaTheme.Linux

or .NET

dotnet add package Devolutions.AvaloniaTheme.Linux

In your App.axaml, replace the existing theme (e.g. <FluentTheme /> or <SimpleTheme />) with the Linux theme:

<Application ...>
  <Application.Styles>
     <StyleInclude Source="avares://Devolutions.AvaloniaTheme.Linux/LinuxTheme.axaml" />
  </Application.Styles>
</Application>

Styled Controls

<h3>AdornerLayer</h3>
<h3>AutoCompleteBox</h3>
<h3>Button</h3>
<h3>ButtonSpinner</h3>
<h3>Calendar</h3>
<h3>CalendarButton</h3>
<h3>CalendarDatePicker</h3>
<h3>CalendarDayButton</h3>
<h3>CalendarItem</h3>
<h3>CaptionButtons</h3>
<h3>Carousel</h3>
<h3>CheckBox</h3>
<h3>ComboBox</h3> <h4>ComboBoxItem</h4>
<img alt="ComboBox" src="https://github.com/user-attachments/assets/dffff816-a0d8-4dc1-8906-ae5b4946690c" style="width: 360px; max-width: 100%;" /> <img alt="ComboBox - dark mode" src="https://github.com/user-attachments/assets/3010743c-f9dd-4446-9a31-cc717504cfc6" style="width: 360px; max-width: 100%;" />
<h3>ContextMenu</h3>
<h3>DataGrid</h3>
<h3>DataValidationErrors</h3>
<h3>DatePicker</h3>
<h3>DateTimePickerShared</h3>
<h3>DropDownButton</h3>
<h3>EmbeddableControlRoot</h3>
<h3>Expander</h3>
<h3>FluentControls</h3>
<h3>FlyoutPresenter</h3>
<h3>GridSplitter</h3>
<h3>HeaderedContentControl</h3>
<h3>HyperlinkButton</h3>
<h3>ItemsControl</h3>
<h3>Label</h3>
<h3>ListBox</h3>
<h3>ListBoxItem</h3>
<h3>ManagedFileChooser</h3>
<h3>Menu</h3>
<h3>MenuFlyoutPresenter</h3>
<h3>MenuItem</h3>
<h3>MenuScrollViewer</h3>
<h3>NotificationCard</h3>
<h3>NumericUpDown</h3>
<h3>OverlayPopupHost</h3>
<h3>PathIcon</h3>
<h3>PopupRoot</h3>
<h3>ProgressBar</h3>
<h3>RadioButton</h3>
<h3>RefreshContainer</h3>
<h3>RefreshVisualizer</h3>
<h3>RepeatButton</h3>
<h3>ScrollViewer</h3> <h4>ScrollBar</h4>
<h3>SelectableTextBlock</h3>
<h3>Separator</h3>
<h3>Slider</h3>
<h3>SplitButton</h3>
<h3>SplitView</h3>
<h3>TabControl</h3> <h4>TabItem<h4>
<h3>TabStrip</h3>
<h3>TabStripItem</h3>
<h3>TextBox</h3>
<h3>TextSelectionHandle</h3>
<h3>ThemeVariantScope</h3>
<h3>TimePicker</h3>
<h3>TitleBar</h3>
<h3>ToggleButton</h3>
<h3>ToggleSwitch</h3>
<h3>ToolTip</h3>
<h3>TransitioningContentControl</h3>
<h3>TreeView</h3> <h4>TreeViewItem<h4>
<h3>Window</h3>
<h3>WindowNotificationManager</h3>
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Devolutions.AvaloniaTheme.Linux:

Repository Stars
bitbound/ControlR
Open-source, self-hostable remote control and remote access.
Version Downloads Last Updated
2026.2.20 121 2/20/2026
2026.2.17 90 2/17/2026
2026.1.26 178 1/26/2026
2026.1.20 97 1/20/2026
2025.12.17 353 12/17/2025
2025.12.16 360 12/16/2025
2025.12.4 254 12/4/2025
2025.11.26 199 11/26/2025
2025.11.20 477 11/20/2025
2025.11.19 418 11/19/2025
2025.11.5 258 11/5/2025
2025.10.30 208 10/30/2025
2025.10.17 261 10/17/2025
2025.10.6 211 10/6/2025
2025.9.10 254 9/10/2025
2025.9.4 230 9/4/2025
2025.8.28 246 8/28/2025
2025.8.27.2 300 8/27/2025
2025.8.27 250 8/27/2025
2025.8.26 255 8/26/2025
Loading failed