---
slug: "aliou-pi-theme-jellybeans"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/aliou/pi-theme-jellybeans@main/README.md"
repo: "https://github.com/aliou/pi-theme-jellybeans"
source_file: "README.md"
branch: "main"
---
# Jellybeans Theme

[![npm version](https://img.shields.io/npm/v/@aliou/pi-theme-jellybeans)](https://www.npmjs.com/package/@aliou/pi-theme-jellybeans)

Pi theme package for Jellybeans mono variants.

## Previews

Dark:

[![Jellybeans Mono (Dark)](https://assets.aliou.me/github/aliou/pi-theme-jellybeans/mono-2026-01-26.png)](https://assets.aliou.me/github/aliou/pi-theme-jellybeans/mono-2026-01-26.png)

Export preview: https://buildwithpi.ai/session/#5767748149f3ec673145a4aabcb74400

Light:

[![Jellybeans Mono (Light)](https://assets.aliou.me/github/aliou/pi-theme-jellybeans/mono-light-2026-01-26.png)](https://assets.aliou.me/github/aliou/pi-theme-jellybeans/mono-light-2026-01-26.png)

Export preview: https://buildwithpi.ai/session/#ea67a1e2dea7211d66879805fc5abe19

## Installation

Install from git:

```bash
pi install git:github.com/aliou/pi-extensions
```

Or selectively in `settings.json`:

```json
{
  "packages": [
    {
      "source": "git:github.com/aliou/pi-extensions",
      "themes": ["themes/jellybeans"]
    }
  ]
}
```

Or from npm:

```bash
pi install npm:@aliou/pi-theme-jellybeans
```

## Usage

Select a theme:

```bash
/theme jellybeans-mono
```

Or in `settings.json`:

```json
{ "theme": "jellybeans-mono" }
```
