# pi-dracula

Dracula theme for the [pi coding agent](https://github.com/badlogic/pi-mono).

A port of the classic [Dracula](https://draculatheme.com/) color palette, tuned for pi's TUI — readable diffs, subdued borders, and a warm orange accent.

## Install

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

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

Or install globally and reference by path:

```bash
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
