@aliou/pi-theme-jellybeans

Jellybeans Mono themes for Pi in dark and light variants.

Package details

theme

Install @aliou/pi-theme-jellybeans from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@aliou/pi-theme-jellybeans
Package
@aliou/pi-theme-jellybeans
Version
0.1.4
Published
Mar 11, 2026
Downloads
109/mo · 32/wk
Author
aliou
License
MIT
Types
theme
Size
7.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "themes": [
    "./jellybeans-mono.json",
    "./jellybeans-mono-light.json"
  ],
  "image": "https://assets.aliou.me/pi-extensions/demos/pi-jellybeans-mono.png"
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Jellybeans Theme

npm version

Pi theme package for Jellybeans mono variants.

Previews

Dark:

Jellybeans Mono (Dark)

Export preview: https://buildwithpi.ai/session/#5767748149f3ec673145a4aabcb74400

Light:

Jellybeans Mono (Light)

Export preview: https://buildwithpi.ai/session/#ea67a1e2dea7211d66879805fc5abe19

Installation

Install from git:

pi install git:github.com/aliou/pi-extensions

Or selectively in settings.json:

{
  "packages": [
    {
      "source": "git:github.com/aliou/pi-extensions",
      "themes": ["themes/jellybeans"]
    }
  ]
}

Or from npm:

pi install npm:@aliou/pi-theme-jellybeans

Usage

Select a theme:

/theme jellybeans-mono

Or in settings.json:

{ "theme": "jellybeans-mono" }