Arcadia.Theme 1.0.0-beta.22

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

<p align="center"> <strong>Arcadia.Theme</strong><br> <em>Design tokens, dark/light themes, and CSS custom properties for Blazor</em> </p>

Quick Start

dotnet add package Arcadia.Theme

Add one line to your App.razor:

<link href="_content/Arcadia.Theme/css/arcadia.css" rel="stylesheet" />

That's it. You get 80+ CSS custom properties, dark mode, and density variants.

What You Get

Colors--arcadia-color-primary, --arcadia-color-success, --arcadia-color-danger, and 20+ semantic color tokens that adapt to light/dark mode automatically.

Spacing — Consistent spacing scale from --arcadia-spacing-1 (4px) to --arcadia-spacing-16 (64px).

Typography — Font sizes, weights, and line heights via --arcadia-text-sm, --arcadia-font-bold, etc.

Dark Mode — Wrap your app in <ThemeProvider> and call ThemeService.ToggleTheme(). All Arcadia components adapt instantly.

// Program.cs
builder.Services.AddScoped<ThemeService>();
<ThemeProvider>
    <Router ... />
</ThemeProvider>

Tailwind CSS Compatible

All tokens map to Tailwind utility classes via the Arcadia Tailwind plugin. Use bg-arcadia-primary alongside standard Tailwind classes.

Docs · GitHub

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 is compatible.  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 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.22 71 5/20/2026
1.0.0-beta.21 83 4/4/2026
1.0.0-beta.19 77 3/30/2026
1.0.0-beta.18 71 3/30/2026
1.0.0-beta.17 67 3/29/2026
1.0.0-beta.16 65 3/29/2026
1.0.0-beta.15 67 3/29/2026
1.0.0-beta.13 77 3/27/2026
1.0.0-beta.12 63 3/27/2026
1.0.0-beta.11 65 3/26/2026
1.0.0-beta.10 69 3/26/2026
1.0.0-beta.9 69 3/26/2026
1.0.0-beta.8 65 3/24/2026
1.0.0-beta.7 66 3/24/2026
1.0.0-beta.6 67 3/24/2026
1.0.0-beta.5 68 3/24/2026
1.0.0-beta.4 67 3/24/2026
1.0.0-beta.3 68 3/23/2026
1.0.0-beta.2 70 3/23/2026