Gum.Themes.Bubblegum.Raylib
2026.6.16.1-preview.3
dotnet add package Gum.Themes.Bubblegum.Raylib --version 2026.6.16.1-preview.3
NuGet\Install-Package Gum.Themes.Bubblegum.Raylib -Version 2026.6.16.1-preview.3
<PackageReference Include="Gum.Themes.Bubblegum.Raylib" Version="2026.6.16.1-preview.3" />
<PackageVersion Include="Gum.Themes.Bubblegum.Raylib" Version="2026.6.16.1-preview.3" />
<PackageReference Include="Gum.Themes.Bubblegum.Raylib" />
paket add Gum.Themes.Bubblegum.Raylib --version 2026.6.16.1-preview.3
#r "nuget: Gum.Themes.Bubblegum.Raylib, 2026.6.16.1-preview.3"
#:package Gum.Themes.Bubblegum.Raylib@2026.6.16.1-preview.3
#addin nuget:?package=Gum.Themes.Bubblegum.Raylib&version=2026.6.16.1-preview.3&prerelease
#tool nuget:?package=Gum.Themes.Bubblegum.Raylib&version=2026.6.16.1-preview.3&prerelease
Gum.Themes.Bubblegum
A pastel pink "casual game" theme for Gum UI Forms controls. Pairs rounded pill buttons with soft drop shadows and the Nunito typeface for a friendly, approachable look.
Install
Pick the package matching your runtime:
- MonoGame:
dotnet add package Gum.Themes.Bubblegum.MonoGame - KNI:
dotnet add package Gum.Themes.Bubblegum.Kni - raylib:
dotnet add package Gum.Themes.Bubblegum.Raylib
Usage
Call the parameterless BubblegumTheme.Apply() once after initializing Gum — the same call on every backend:
using Gum.Themes.Bubblegum;
protected override void Initialize()
{
GumService.Default.Initialize(this);
BubblegumTheme.Apply();
base.Initialize();
}
Every default Forms control now renders in the Bubblegum style.
On MonoGame/KNI a legacy
BubblegumTheme.Apply(GraphicsDevice)overload remains for source compatibility; the graphics device is now resolved internally, so preferApply().
Licensing
- Theme code: MIT (same as Gum).
- Bundled Nunito font: SIL Open Font License (see
OFL.txtpacked at the root of the NuGet).
| 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. |
-
net8.0
- FlatRedBall.GumCommon (>= 2026.6.16.1-preview.3)
- Gum.raylib (>= 2026.6.16.1-preview.3)
- KernSmith.RaylibGum (>= 2026.6.16.1-preview.3)
- Raylib-cs (>= 7.0.1)
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 | 40 | 6/16/2026 |