Consolonia.Themes 11.3.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Consolonia.Themes --version 11.3.10
                    
NuGet\Install-Package Consolonia.Themes -Version 11.3.10
                    
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.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia.Themes" Version="11.3.10" />
                    
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.10
                    
#r "nuget: Consolonia.Themes, 11.3.10"
                    
#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.10
                    
#: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.10
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia.Themes&version=11.3.10
                    
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.4 274 4/17/2026
11.3.12.4-beta.2495 41 4/27/2026
11.3.12.4-beta.2494 39 4/27/2026
11.3.12.4-beta.2493 42 4/27/2026
11.3.12.4-beta.2492 42 4/26/2026
11.3.12.4-beta.2491 40 4/25/2026
11.3.12.4-beta.2490 40 4/25/2026
11.3.12.4-beta.2489 41 4/25/2026
11.3.12.4-beta.2486 53 4/25/2026
11.3.12.4-beta.2485 44 4/22/2026
11.3.12.4-beta.2482 46 4/21/2026
11.3.12.4-beta.2480 45 4/21/2026
11.3.12.4-beta.2479 52 4/21/2026
11.3.12.4-beta.2477 45 4/19/2026
11.3.12.4-beta.2475 49 4/19/2026
11.3.12.3 545 4/10/2026
11.3.10 480 4/4/2026
11.3.9 847 3/22/2026
11.3.9-beta.2378 50 3/22/2026
11.3.9-beta.2218 678 12/5/2025
Loading failed