@benvargas/pi-themes
v1.0.0
Published
Theme collection for pi
Maintainers
Readme
@benvargas/pi-themes
A collection of themes for pi.
Included Themes
| Theme | Appearance | Description |
|-------|------------|-------------|
| github-light-default | Light | GitHub Light Default-inspired interface, Markdown, tool, diff, syntax, and thinking-level colors |
| orng-light | Light | Adaptation of OpenCode's warm orange Orng theme |
Install
pi install npm:@benvargas/pi-themesOr try it without installing:
pi -e npm:@benvargas/pi-themesFor local development from this repository:
pi -e ./packages/pi-themesSelect a Theme
Choose an installed theme from /settings, or set its name in ~/.pi/agent/settings.json:
{
"theme": "github-light-default"
}GitHub Light Default
github-light-default is designed for a terminal with a light background, ideally #ffffff or #f6f8fa. Pi does not set the terminal's full background, so dark terminal profiles will not display this theme correctly.
Its palette is adapted from the MIT-licensed GitHub VS Code theme by Primer. The pi token mapping was designed as a light companion to Benjamin Davis's github-dark-default theme.
This project is not affiliated with or endorsed by GitHub.
Orng Light
orng-light adapts the light variant of OpenCode's built-in Orng theme. It preserves the orange, blue, cyan, red, gold, and warm neutral palette while mapping OpenCode's interface, Markdown, syntax, and diff roles to pi's theme tokens.
The original Orng theme was created by Matt Silverlock and is distributed with OpenCode under the MIT license. This adaptation uses a darker recurring muted-text color for readability while retaining Orng's original #8a8a8a for deliberately dim content such as comments.
Like the other light theme, orng-light expects a terminal with a light background.
Versioning
This package follows Semantic Versioning. See CHANGELOG.md for release history.
Uninstall
pi remove npm:@benvargas/pi-themesLicense
MIT. See THIRD_PARTY_NOTICES.md for upstream palette licenses.
