A Cursor-inspired dark theme for the pi coding agent.
Inspiration: Based on the Cursor theme from the opencode project.
Install from npm:
pi install npm:pi-cursor-themeOr install from git:
pi install git:github.com/dkmnx/pi-cursor-themeThe cursor-dark theme features a carefully balanced color palette inspired by
Cursor's dark mode, optimized for readability in the pi TUI interface.
| Name | Color |
|---|---|
| Background | #181818 |
| Panel | #141414 |
| Element | #262626 |
| Foreground | #e4e4e4 |
| Muted | #888888 |
| Border | #333333 |
| Name | Color |
|---|---|
| Cyan | #88c0d0 |
| Blue | #81a1c1 |
| Green | #3fa266 |
| Green Bright | #70b489 |
| Red | #e34671 |
| Red Bright | #fc6b83 |
| Yellow | #f1b467 |
| Orange | #d2943e |
| Pink | #E394DC |
| Purple | #AAA0FA |
| Teal | #82D2CE |
After installation, use the theme by passing it to pi:
pi --theme cursor-darkTo make it default, use the /settings command and select the theme.
Or add it directly to ~/.pi/agent/settings.json:
{
"theme": "cursor-dark"
}Or use pi config to enable it interactively:
pi configThen use space to toggle the cursor-dark theme.