@pi-orca/themes
v0.0.5
Published
Oceanic Pi coding agent themes inspired by the pi-orca brand
Maintainers
Readme
@pi-orca/themes
Oceanic color themes for the Pi coding agent, inspired by the pi-orca brand palette.
Themes
pi-orca-dark
Deep ocean navy background with teal and seafoam accents. Colors extracted directly from the pi-orca brand imagery — deep navy blues, steel ocean tones, and pale aqua highlights.
pi-orca-light
Shallow water palette with frost and ice-blue backgrounds. Deep teal accents provide clear contrast while maintaining the soothing oceanic feel.
Installation
npm install @pi-orca/themesUsage
Select a theme via /settings in pi:
pi-orca-dark— for dark terminalspi-orca-light— for light terminals
Or in settings.json:
{
"theme": "pi-orca-dark"
}Preview
cd packages/themes
npm run preview
# Open http://localhost:8765/The preview page shows both themes side-by-side with all 51 color tokens, a palette bar, and a live UI demo. It auto-reloads when theme files change.
Color Source
All colors are derived from the pi-orca brand palette, extracted from web/images/pi-orca-card.png using ImageMagick color quantization. The palette flows from deep navy (#041A34) through steel blues, teals, and seafoam greens to near-white frost (#F6FAFC).
