Gum.Themes.Editor.MonoGame 2026.5.18.2-preview.2

This is a prerelease version of Gum.Themes.Editor.MonoGame.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Gum.Themes.Editor.MonoGame --version 2026.5.18.2-preview.2
                    
NuGet\Install-Package Gum.Themes.Editor.MonoGame -Version 2026.5.18.2-preview.2
                    
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="Gum.Themes.Editor.MonoGame" Version="2026.5.18.2-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gum.Themes.Editor.MonoGame" Version="2026.5.18.2-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="Gum.Themes.Editor.MonoGame" />
                    
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 Gum.Themes.Editor.MonoGame --version 2026.5.18.2-preview.2
                    
#r "nuget: Gum.Themes.Editor.MonoGame, 2026.5.18.2-preview.2"
                    
#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 Gum.Themes.Editor.MonoGame@2026.5.18.2-preview.2
                    
#: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=Gum.Themes.Editor.MonoGame&version=2026.5.18.2-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Gum.Themes.Editor.MonoGame&version=2026.5.18.2-preview.2&prerelease
                    
Install as a Cake Tool

Gum.Themes.Editor

An editor-focused theme for Gum UI. Provides styled visuals for building tool and editor interfaces.

The theme ships per rendering backend. Install the one matching your runtime:

dotnet add package Gum.Themes.Editor.MonoGame
dotnet add package Gum.Themes.Editor.Kni

Usage

Call EditorTheme.Apply after initializing Gum:

using Gum.Themes.Editor;

protected override void Initialize()
{
    GumService.Default.Initialize(this, DefaultVisualsVersion.Newest);

    EditorTheme.Apply(GraphicsDevice);

    var button = new Button();
    button.Text = "Click Me";
}

Documentation

Full documentation — including the included control list, PropertyGridVisual, and Expander — lives in the Gum docs:

https://docs.flatredball.com/gum/code/styling/themes/editor-theme

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

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
2026.5.30.1-preview.6 32 5/30/2026
2026.5.27.1-preview.5 40 5/27/2026
2026.5.20.2-preview.4 44 5/20/2026
2026.5.20.1-preview.3 44 5/20/2026
2026.5.18.2-preview.2 48 5/18/2026
2026.5.18.1-preview.1 49 5/18/2026
2026.5.12.1-preview.1 55 5/12/2026
2026.5.8.1 101 5/8/2026
2026.5.2.1 90 5/2/2026
2026.5.1.1-preview.16 42 5/1/2026
2026.5.1.1-preview.15 49 5/1/2026
2026.5.1.1-preview.14 46 5/1/2026
2026.5.1.1-preview.13 47 5/1/2026
2026.5.1.1-preview.12 48 5/1/2026
2026.4.29.1-preview.11 46 4/29/2026
2026.4.28.1-preview.10 58 4/28/2026
2026.4.28.1-preview.9 65 4/28/2026
2026.4.27.1-preview.8 53 4/28/2026
2026.4.27.1-preview.7 59 4/27/2026
2026.4.23.1-preview.6 58 4/24/2026
Loading failed