Consolonia.Themes 11.2.5-beta.965

This is a prerelease version of Consolonia.Themes.
dotnet add package Consolonia.Themes --version 11.2.5-beta.965                
NuGet\Install-Package Consolonia.Themes -Version 11.2.5-beta.965                
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="Consolonia.Themes" Version="11.2.5-beta.965" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Consolonia.Themes --version 11.2.5-beta.965                
#r "nuget: Consolonia.Themes, 11.2.5-beta.965"                
#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.
// Install Consolonia.Themes as a Cake Addin
#addin nuget:?package=Consolonia.Themes&version=11.2.5-beta.965&prerelease

// Install Consolonia.Themes as a Cake Tool
#tool nuget:?package=Consolonia.Themes&version=11.2.5-beta.965&prerelease                

Consolonia.Themes.TurboVision

Consolonia is a TUI (Text User Interface) (GUI Framework) implementation for Avalonia UI

Supports XAML, data bindings, animation, styling and the rest from Avalonia.

Showcase (click picture to see video)

datagridpic

This package contains the following Consolonia Themes:

  • MaterialTheme - Material Design theme
  • FluentTheme - Fluent Design theme
  • TurboVisionTheme - TurboVision theme
  • TurboVisionDarkTheme - TurboVision Dark theme
  • TurboVisionBlackTheme - TurboVision Black theme

Usage

Define an application with a theme

Define an application

Themes are styles which are applied to the application.

HelloWorldApp.cs

// use HelloWorldWindow as the MainWindow for the application
public class HelloWorldApp : ConsoloniaApplication<HelloWorldWindow>
{
    public override void Initialize()
    {
        // set the theme
        Styles.Add(new MaterialTheme());
    }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Consolonia.Themes:

Package Downloads
Consolonia

Text User Interface implementation of Avalonia UI (GUI Framework)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.2.5-beta.965 66 3/1/2025
11.2.5-beta.959 53 2/28/2025
11.2.3-beta.954 73 2/27/2025
11.2.3-beta.946 87 2/24/2025
11.2.3-beta.936 105 2/7/2025
11.2.3-beta.920 80 2/6/2025
11.2.3-beta.906 99 2/2/2025
11.2.3-beta.902 70 2/1/2025
11.2.3-beta.887 87 1/27/2025
11.2.3-beta.883 54 1/27/2025
11.2.3-beta.876 84 1/26/2025
11.2.3-beta.874 52 1/26/2025
11.2.3-beta.866 67 1/24/2025
11.2.3-beta.862 47 1/24/2025
11.2.3-beta.860 49 1/23/2025
11.2.3-beta.849 84 1/23/2025
11.2.3-beta.845 55 1/23/2025
11.2.3-beta.841 60 1/22/2025
11.2.3-beta.838 65 1/20/2025
11.2.3-beta.826 76 1/19/2025
11.2.3-beta.819 54 1/18/2025
11.2.3-beta.802 73 1/17/2025
11.2.3-beta.798 45 1/17/2025
11.2.3-beta.793 43 1/17/2025
11.2.3-beta.789 48 1/17/2025
11.2.3-beta.784 40 1/16/2025
11.2.1-alpha-782 39 1/16/2025
11.2.1-alpha-770 43 1/15/2025
11.2.1-alpha-764 21 1/15/2025
11.2.1-alpha-756 32 1/14/2025
11.2.1-alpha-748 129 1/10/2025
11.2.1-alpha-713 58 1/6/2025
11.2.1-alpha-711 76 1/4/2025
11.2.1-alpha-709 72 1/4/2025
11.2.1-alpha-701 79 1/4/2025
11.2.1-alpha-698 78 1/3/2025
11.2.1-alpha-678 75 1/1/2025
11.2.1-alpha-668 52 12/26/2024
11.2.1-alpha-664 46 12/26/2024
11.2.1-alpha-661 46 12/26/2024
11.2.1-alpha-652 56 12/25/2024
11.2.1-alpha-648 53 12/25/2024
11.2.1-alpha-646 52 12/25/2024
11.2.1-alpha-631 52 12/24/2024
11.2.1-alpha-626 52 12/23/2024
11.2.1-alpha-614 48 12/23/2024
11.2.1-alpha-606 360 12/21/2024
11.2.1-alpha-604 55 12/20/2024
11.2.1-alpha-598 51 12/19/2024
11.2.1-alpha-595 59 12/17/2024
11.2.1-alpha-593 50 12/17/2024
11.2.1-alpha-579 65 12/15/2024
11.2.1-alpha-577 58 12/15/2024
11.2.1-alpha-574 55 12/15/2024
11.2.1-alpha-568 59 12/15/2024
11.2.1-alpha-559 60 12/14/2024
11.2.1-alpha-547 69 12/13/2024
11.2.1-alpha-545 54 12/13/2024
11.2.1-alpha-540 55 12/13/2024
11.2.1-alpha-538 57 12/13/2024
11.2.1-alpha-523 64 12/8/2024
11.2.1-alpha-517 107 12/8/2024