amp-themes
v0.4.1
Published
Amp-inspired Pi UI suite: theme, editor chrome, and compact tool display.
Maintainers
Readme
amp-themes
Amp-inspired UI for Pi: Amp dark/light themes that auto-switch to follow device appearance, rounded editor chrome, synchronized thinking-level colors, compact user messages, and self-authored Amp-style tool rendering.
Install
pi install npm:amp-themesSet the theme in Pi settings, or in ~/.pi/agent/settings.json:
{
"theme": "amp-dark"
}Includes
amp-darkandamp-lightthemes (auto-switching to follow the device appearance; setAMP_APPEARANCE=darkorAMP_APPEARANCE=lightto force)- Amp-style editor chrome: session cost top-left, model · thinking-level · context-window usage top-right, live working status and
cwd (branch)on the bottom border - Working status integrated into the editor bottom border, with cwd and branch on the right
- Compact Amp-style user messages with thinking-level color sync
- Self-authored Amp-style tool rendering for the built-in tools (read, grep, find, ls, bash, edit, write): compact headers, collapsed output previews, a live bash spinner, and colored edit diffs (MCP tools keep Pi's default rendering)
Development
npm install
npm test
npm run typecheck
npm run check
npm run pack:checkFor local Pi testing:
pi install /Users/frank/Code/amp-themesSwitch back to the published package when done:
pi remove /Users/frank/Code/amp-themes
pi install npm:amp-themesRelease
Use the bundled release skill/checklist:
release-amp-themesAt minimum:
npm run release:check
npm publishSee CHANGELOG.md for release notes.
License
MIT
