pi-catppuccin-tui
Exact Catppuccin themes for Pi, plus optional Catppuccin TUI polish.
Package details
Install pi-catppuccin-tui from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-catppuccin-tui- Package
pi-catppuccin-tui- Version
0.1.1- Published
- Jun 2, 2026
- Downloads
- not available
- Author
- rowlet17
- License
- MIT
- Types
- extension, theme
- Size
- 33.4 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"themes": [
"./themes"
],
"extensions": [
"./extensions/catppuccin-tui.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-catppuccin-tui
Exact Catppuccin themes for Pi, with optional Catppuccin-flavored TUI polish.
What is included
catppuccin-tui-lattecatppuccin-tui-frappecatppuccin-tui-macchiatocatppuccin-tui-mocha- Optional
/catppuccin-tuicommand for a working indicator, status text, and compact footer
The optional TUI enhancements are off by default. Installing the package gives you the themes and the command, but it does not replace your footer or spinner until you enable them.
Install
From npm after publish:
pi install npm:pi-catppuccin-tui
For local testing from this repository:
pi install /absolute/path/to/pi-catppuccin-tui
Select a theme
Open Pi settings:
/settings
Then choose one of:
| Flavor | Pi theme name | Mood |
|---|---|---|
| Latte | catppuccin-tui-latte |
Light, soft, readable |
| Frappé | catppuccin-tui-frappe |
Muted dark pastel |
| Macchiato | catppuccin-tui-macchiato |
Cozy terminal cockpit |
| Mocha | catppuccin-tui-mocha |
Deep dark Catppuccin |
Macchiato is the signature flavor for this package.
Optional TUI enhancements
Enable one enhancement at a time:
/catppuccin-tui indicator on
/catppuccin-tui status on
/catppuccin-tui footer on
Enable everything:
/catppuccin-tui all on
Disable one enhancement:
/catppuccin-tui footer off
Reset all enhancements:
/catppuccin-tui reset
Notes:
indicatorchanges the inline streaming indicator to a small Macchiato pulse.statusadds a Catppuccin status entry to Pi's footer status area.footerreplaces the default footer with a compact Catppuccin footer showing theme, model, git branch, token counts, and cost.
Verify before publishing
npm run build:themes
find themes -name '*.json' -print0 | xargs -0 jq empty
npm run validate
npm pack --dry-run --json
Manual checks before publishing:
- Install the local package with
pi install /absolute/path/to/pi-catppuccin-tui. - Select each theme in
/settings. - Inspect editor borders, footer, markdown, tool boxes, diffs, and thinking-level colors.
- Toggle the optional enhancements with
/catppuccin-tui.
Do not publish until the local install and visual pass are complete.
Palette source
Palette values are copied from the official Catppuccin palette:
- https://catppuccin.com/palette/
- https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md
License
MIT