@ineersa/my-pi-themes

Color themes for pi: cyberpunk, nord, gruvbox, tokyo-night, catppuccin, and more.

Package details

theme

Install @ineersa/my-pi-themes from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ineersa/my-pi-themes
Package
@ineersa/my-pi-themes
Version
0.1.10
Published
May 5, 2026
Downloads
1,171/mo · 21/wk
Author
ineersa
License
MIT
Types
theme
Size
19 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

@ineersa/my-pi-themes

Curated color themes for pi.

These themes are adapted from oh-pi and bundled for this my-pi workspace.

Included themes

  • catppuccin-mocha
  • cyberpunk
  • gruvbox-dark
  • nord
  • oh-p-dark
  • tokyo-night

Install

pi install npm:@ineersa/my-pi-themes

Local development (from this repo):

pi install ./packages/themes -l

Swap themes

Use either:

  1. /settings in pi (interactive), or
  2. Set theme in .pi/settings.json (project) or ~/.pi/agent/settings.json (global):
{
  "theme": "tokyo-night"
}

If you are in this monorepo, you can use the helper command:

npm run theme:set -- tokyo-night