npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-catppuccin-tui

v0.1.3

Published

Exact Catppuccin themes for Pi, plus optional Catppuccin TUI polish.

Downloads

773

Readme

pi-catppuccin-tui

Exact Catppuccin themes for Pi, with optional Catppuccin-flavored TUI polish.

Preview

What is included

  • catppuccin-tui-latte
  • catppuccin-tui-frappe
  • catppuccin-tui-macchiato
  • catppuccin-tui-mocha
  • Optional /catppuccin-tui command 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:

Pi saves the selected theme in settings.json, so it should remain active after /new, /reload, and restart.

| 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:

  • indicator changes the inline streaming indicator to a small Macchiato pulse.
  • status adds a Catppuccin status entry to Pi's footer status area.
  • footer replaces the default footer with a compact Catppuccin telemetry line showing the current model, git branch, token counts, and cost.
  • Enabled enhancements persist after /reload and new sessions once you opt in. /catppuccin-tui reset clears the saved opt-in.

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:

  1. Install the local package with pi install /absolute/path/to/pi-catppuccin-tui.
  2. Select each theme in /settings.
  3. Inspect editor borders, footer, markdown, tool boxes, diffs, and thinking-level colors.
  4. Toggle the optional enhancements with /catppuccin-tui.
  5. Run /reload and confirm enabled enhancements stay on.

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