@ineersa/my-pi-themes
Color themes for pi: cyberpunk, nord, gruvbox, tokyo-night, catppuccin, and more.
Package details
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-piand bundled for thismy-piworkspace.
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:
/settingsin pi (interactive), or- Set
themein.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