Consolonia.Themes 11.3.12.6

dotnet add package Consolonia.Themes --version 11.3.12.6
                    
NuGet\Install-Package Consolonia.Themes -Version 11.3.12.6
                    
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.3.12.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia.Themes" Version="11.3.12.6" />
                    
Directory.Packages.props
<PackageReference Include="Consolonia.Themes" />
                    
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 Consolonia.Themes --version 11.3.12.6
                    
#r "nuget: Consolonia.Themes, 11.3.12.6"
                    
#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 Consolonia.Themes@11.3.12.6
                    
#: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=Consolonia.Themes&version=11.3.12.6
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia.Themes&version=11.3.12.6
                    
Install as a Cake Tool

logo

Consolonia.Themes.TurboVision

This package provides themes when creating console apps using Consolonia.

themes

This package contains the following Consolonia Themes:

  • ModernTheme - Modern theme
  • TurboVisionTheme - TurboVision theme
  • TurboVisionCompatibleTheme - TurboVision theme identical to TurboVisionDark
  • TurboVisionGrayTheme - TurboVision theme identical to TurboVisionDark
  • TurboVisionElegantTheme - TurboVision theme identical to TurboVisionDark

Usage

You add themes via application styles and RequestedThemeVariant=[Light|Dark|Default]

App.axaml

<Application xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:console="https://github.com/jinek/consolonia"
             RequestedThemeVariant="Default">
    <Application.Styles>
        <console:ModernTheme />
    </Application.Styles>
</Application>
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.  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 (4)

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

Package Downloads
Consolonia

This package is meta package for building Console applications using Consolonia.

Consolonia.ManagedWindows

Adds support for ManagedWindow, MessageBox, and IStorageProvider/IStorageFile/IStorageFolder.

Consolonia.Controls.DataGrid

DataGrid templates, styles and helpers for Consolonia with multi-theme support

Consolonia.Modal

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.12.6 264 5/5/2026
11.3.12.6-alpha.2574 65 5/8/2026
11.3.12.6-alpha.2570 59 5/8/2026
11.3.12.6-alpha.2569 63 5/8/2026
11.3.12.6-alpha.2563 52 5/7/2026
11.3.12.5 323 5/1/2026
11.3.12.5-alpha.2547 58 5/5/2026
11.3.12.5-alpha.2543 57 5/5/2026
11.3.12.5-alpha.2538 57 5/5/2026
11.3.12.5-alpha.2536 55 5/5/2026
11.3.12.5-alpha.2534 60 5/5/2026
11.3.12.5-alpha.2531 55 5/5/2026
11.3.12.5-alpha.2530 50 5/5/2026
11.3.12.5-alpha.2527 50 5/5/2026
11.3.12.5-alpha.2525 63 5/5/2026
11.3.12.5-alpha.2521 55 5/5/2026
11.3.12.4-beta.2506 54 5/1/2026
11.3.12.4-beta.2504 52 5/1/2026
11.3.12.4-beta.2503 48 5/1/2026
11.3.12.4-alpha.2510 63 5/1/2026
Loading failed