pi-dracula
v0.1.0
Published
Dracula theme for the pi coding agent
Maintainers
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-draculaPalette
| Token | Hex |
| --------- | --------- |
| bg | #282a36 |
| foreground| #f8f8f2 |
| comment | #6272a4 |
| cyan | #8be9fd |
| green | #50fa7b |
| orange | #ffb86c |
| pink | #ff79c6 |
| purple | #bd93f9 |
| red | #ff5555 |
| yellow | #f1fa8c |
License
MIT
