@janvitos/pi-theme-opencode
v0.1.0
Published
An unofficial OpenCode-inspired dark theme for the Pi coding agent.
Maintainers
Readme
OpenCode Theme for Pi
An unofficial, OpenCode-inspired dark theme for the Pi coding agent.
The palette combines a near-black background with warm peach accents, blue links, purple headings and distinct semantic colors for tools, syntax, diffs and thinking levels.
| Role | Color |
| --- | --- |
| Background | #0a0a0a |
| Primary | #fab283 |
| Secondary | #5c9cf5 |
| Accent | #9d7cd8 |
| Text | #eeeeee |
| Success | #7fd88f |
| Error | #e06c75 |
Install
Install from npm:
pi install npm:@janvitos/pi-theme-opencodeOr install from GitHub:
pi install git:github.com/janvitos/pi-theme-opencodeRestart Pi after installation, or run /reload in an existing session. Select opencode in /settings.
You can also select it directly in ~/.pi/agent/settings.json:
{
"theme": "opencode"
}Development
npm test
npm pack --dry-runThe validation checks every required Pi theme token and verifies all color and variable references before publication.
Attribution
This independent theme is inspired by the visual palette of OpenCode. It is unofficial and is not affiliated with, endorsed by or maintained by the OpenCode project.
OpenCode is referenced only to describe the theme's inspiration and compatibility target. All trademarks belong to their respective owners.
