Consolonia.Themes 11.2.1-alpha-661

This is a prerelease version of Consolonia.Themes.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Consolonia.Themes --version 11.2.1-alpha-661                
NuGet\Install-Package Consolonia.Themes -Version 11.2.1-alpha-661                
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.1-alpha-661" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Consolonia.Themes --version 11.2.1-alpha-661                
#r "nuget: Consolonia.Themes, 11.2.1-alpha-661"                
#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.1-alpha-661&prerelease

// Install Consolonia.Themes as a Cake Tool
#tool nuget:?package=Consolonia.Themes&version=11.2.1-alpha-661&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. 
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.1-alpha-668 0 12/26/2024
11.2.1-alpha-664 0 12/26/2024
11.2.1-alpha-661 26 12/26/2024
11.2.1-alpha-652 35 12/25/2024
11.2.1-alpha-648 32 12/25/2024
11.2.1-alpha-646 31 12/25/2024
11.2.1-alpha-631 38 12/24/2024
11.2.1-alpha-626 36 12/23/2024
11.2.1-alpha-614 30 12/23/2024
11.2.1-alpha-606 141 12/21/2024
11.2.1-alpha-604 40 12/20/2024
11.2.1-alpha-598 32 12/19/2024
11.2.1-alpha-595 39 12/17/2024
11.2.1-alpha-593 37 12/17/2024
11.2.1-alpha-579 50 12/15/2024
11.2.1-alpha-577 43 12/15/2024
11.2.1-alpha-574 37 12/15/2024
11.2.1-alpha-568 44 12/15/2024
11.2.1-alpha-559 43 12/14/2024
11.2.1-alpha-547 48 12/13/2024
11.2.1-alpha-545 40 12/13/2024
11.2.1-alpha-540 37 12/13/2024
11.2.1-alpha-538 42 12/13/2024
11.2.1-alpha-523 51 12/8/2024
11.2.1-alpha-517 46 12/8/2024