pi-dracula

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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