Gum.Themes.Meadow.Raylib 2026.6.16.1-preview.3

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

Gum.Themes.Meadow

A cozy cottagecore theme for Gum UI Forms controls. Pairs chunky sky-blue pill buttons (with a flat "stacked card" drop shadow), dashed-outline cream panels, sage selection accents, and coral sliders, in the rounded Baloo 2 + Quicksand typefaces — for a warm, handmade look.

Install

Pick the package matching your runtime:

  • MonoGame: dotnet add package Gum.Themes.Meadow.MonoGame
  • KNI: dotnet add package Gum.Themes.Meadow.Kni
  • raylib: dotnet add package Gum.Themes.Meadow.Raylib

Usage

Call the parameterless MeadowTheme.Apply() once after initializing Gum — the same call on every backend:

using Gum.Themes.Meadow;

protected override void Initialize()
{
    GumService.Default.Initialize(this);
    MeadowTheme.Apply();
    base.Initialize();
}

Every default Forms control now renders in the Meadow style.

On MonoGame/KNI a legacy MeadowTheme.Apply(GraphicsDevice) overload remains for source compatibility; the graphics device is now resolved internally, so prefer Apply().

Licensing

  • Theme code: MIT (same as Gum).
  • Bundled Baloo 2 and Quicksand fonts: SIL Open Font License (see Baloo2-OFL.txt and Quicksand-OFL.txt).
  • Bundled DejaVu Sans Mono icon font: Bitstream Vera / DejaVu license (see DejaVuSansMono-LICENSE.txt).
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.6.16.1-preview.3 39 6/16/2026