Consolonia.Themes
11.3.4-beta.1545
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.
See the version list below for details.
dotnet add package Consolonia.Themes --version 11.3.4-beta.1545
NuGet\Install-Package Consolonia.Themes -Version 11.3.4-beta.1545
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.4-beta.1545" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia.Themes" Version="11.3.4-beta.1545" />
<PackageReference Include="Consolonia.Themes" />
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.4-beta.1545
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Consolonia.Themes, 11.3.4-beta.1545"
#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.4-beta.1545
#: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.4-beta.1545&prerelease
#tool nuget:?package=Consolonia.Themes&version=11.3.4-beta.1545&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Consolonia.Themes.TurboVision
This package provides themes when creating console apps using Consolonia.
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 | Versions 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.
-
net8.0
- Avalonia (>= 11.3.4)
- Consolonia.Core (>= 11.3.4-beta.1545)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Consolonia.Themes:
Package | Downloads |
---|---|
Consolonia
This package is meta package for building Console applications using Consolonia. |
GitHub repositories
This package is not used by any popular GitHub repositories.