pi-madeofcode

The madeofcode TextMate theme for the Pi coding agent TUI, with protan and tritan colorblind-safe variants.

Packages

Package details

theme

Install pi-madeofcode from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-madeofcode
Package
pi-madeofcode
Version
1.0.1
Published
Jul 19, 2026
Downloads
279/mo · 279/wk
Author
marjoriejames
License
MIT
Types
theme
Size
14 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "themes": [
    "./themes"
  ]
}

Security note

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

README

pi-madeofcode

The madeofcode TextMate theme, ported to the Pi coding agent TUI.

A dark theme on a deep indigo background (#090a1b) with vivid, high-contrast accents. Ships three variants:

Theme name Variant Notes
madeofcode default The original palette
madeofcode-protan protanopia Colorblind-safe accent remapping
madeofcode-tritan tritanopia Colorblind-safe accent remapping

Palette

The core colors from the default madeofcode variant:

Color Hex Swatch
bg #090a1b
bg1 #12152e
bg2 #1c1e30
bg3 #363745
selection #05448d
search #233466
fg #f8f8f8
white #ffffff
gray #81818a
red #ff3854
orange #cf6a4c
green #8fff58
olive #99cf50
teal #00ffbc
yellow #f1d950
gold #e9c062
blue #0a9cff
blue2 #588aff
cyan #6fd3ff
lightblue #45c1ea
magenta #c050c2
pink #d97ddb

Install

pi install npm:pi-madeofcode

Activate

Run /settings inside Pi and pick madeofcode (or a variant), or set it in ~/.pi/agent/settings.json:

{ "theme": "madeofcode" }

Try before installing

pi --theme ./themes/madeofcode.json

Editing

When a madeofcode theme is active, Pi hot-reloads the JSON on save, so you get instant visual feedback while tweaking colors.

License

MIT