@gravewhisper/pi-theme-monokai-classic

A Monokai Classic theme for Pi with softer borders, balanced code colors, and neutral tool panels.

Package details

theme

Install @gravewhisper/pi-theme-monokai-classic from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@gravewhisper/pi-theme-monokai-classic
Package
@gravewhisper/pi-theme-monokai-classic
Version
0.1.0
Published
Mar 25, 2026
Downloads
84/mo · 26/wk
Author
gravewhisper
License
MIT
Types
theme
Size
5.1 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 Theme: Monokai Classic

A Monokai Classic theme package for Pi, inspired by the classic Monokai palette and the VS Code Monokai theme.

This theme aims to keep the familiar Monokai feel while adapting it to Pi's terminal UI:

  • softer borders
  • neutralized tool panels
  • balanced code colors
  • Monokai-style thinking borders
  • dark, readable message surfaces

Included theme

  • monokai-classic

Install

pi install npm:@gravewhisper/pi-theme-monokai-classic

Then select it in Pi with /settings, or set it in ~/.pi/agent/settings.json:

{
  "theme": "monokai-classic"
}

Design notes

  • Built for dark terminals
  • Based on classic Monokai colors
  • Tuned specifically for Pi surfaces like:
    • tool output boxes
    • markdown and code blocks
    • selected rows
    • editor thinking borders

Local development

Install directly from a local path:

pi install /absolute/path/to/pi-theme-monokai-classic

Create a tarball:

npm pack

Publish to npm:

npm login
npm publish --access public

Attribution

Inspired by Microsoft's VS Code Monokai theme and the classic Monokai color palette.

License

MIT