原始内容
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