pi-dracula

Dracula theme for the pi coding agent

Package details

theme

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

$ pi install npm:pi-dracula
Package
pi-dracula
Version
0.1.0
Published
Apr 15, 2026
Downloads
133/mo · 21/wk
Author
danmademe
License
MIT
Types
theme
Size
3.8 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "themes": [
    "./themes/dracula.json"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-dracula

Dracula theme for the pi coding agent.

A port of the classic Dracula color palette, tuned for pi's TUI — readable diffs, subdued borders, and a warm orange accent.

Install

Add to your ~/.pi/agent/settings.json:

{
  "packages": [
    "npm:pi-dracula"
  ],
  "theme": "dracula"
}

Or install globally and reference by path:

npm install -g pi-dracula

Palette

Token Hex
bg #282a36
foreground #f8f8f2
comment #6272a4
cyan #8be9fd
green #50fa7b
orange #ffb86c
pink #ff79c6
purple #bd93f9
red #ff5555
yellow #f1fa8c

License

MIT