pi-themes-rose-pine

Rosé Pine themes for pi (main, moon, dawn)

Package details

theme

Install pi-themes-rose-pine from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-themes-rose-pine
Package
pi-themes-rose-pine
Version
0.1.0
Published
Apr 27, 2026
Downloads
113/mo · 113/wk
Author
georgetsouvaltzis
License
MIT
Types
theme
Size
8.6 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

pi-themes-rose-pine

Rosé Pine theme pack for pi.

Includes all 3 official variants:

  • rose-pine
  • rose-pine-moon
  • rose-pine-dawn

Install

From npm:

pi install npm:pi-themes-rose-pine

From local source:

pi install ./pi-themes-rose-pine

Use

In pi, open /settings and select one of:

  • rose-pine
  • rose-pine-moon
  • rose-pine-dawn

Or set directly in settings JSON:

{
  "theme": "rose-pine"
}

Package layout

themes/
  rose-pine.json
  rose-pine-moon.json
  rose-pine-dawn.json

Configured in package.json:

{
  "pi": {
    "themes": ["./themes"]
  }
}

Publish (maintainers)

npm login
npm whoami
npm pack --dry-run
npm publish

Scoped package publish:

npm publish --access public

Recommended release flow:

npm version patch   # or minor/major
git push && git push --tags
npm publish