@ineersa/my-pi-themes
v0.1.13
Published
Color themes for pi: cyberpunk, nord, gruvbox, tokyo-night, catppuccin, and more.
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-themesLocal development (from this repo):
pi install ./packages/themes -lSwap 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