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

awesome-pi-themes

v1.1.19

Published

A curated collection of 46 original dark themes for Pi Coding Agent with a live web preview

Readme

Awesome Pi Themes

npm version npm downloads license: MIT

A curated collection of 46 original dark themes for pi, with a standalone browser preview and ready-to-copy JSON theme files.

The goal of this project is to make pi feel more personal and readable during real coding sessions. Feedback is very welcome, especially on contrast, syntax colors, warnings/errors, diffs, and long-session readability.

Preview

Browse the live gallery:

https://isashi.github.io/awesome-pi-themes/

Featured theme:

Starry Night screenshot

Install

Install all themes from npm

pi install npm:awesome-pi-themes

Then select a theme from /settings, or set it in your pi settings file:

{
  "theme": "princess-nam-rom"
}

Install one theme manually

This uses pi's documented theme directory, honoring PI_CODING_AGENT_DIR when set.

PI_AGENT_DIR="${PI_CODING_AGENT_DIR:-$HOME/.pi/agent}"
mkdir -p "$PI_AGENT_DIR/themes"
curl -fsSL "https://raw.githubusercontent.com/isashi/awesome-pi-themes/main/themes/princess-nam-rom.json" \
  -o "$PI_AGENT_DIR/themes/princess-nam-rom.json"

Then select princess-nam-rom from /settings, or set it as your active theme.

Try a local theme without installing it

pi --theme ./themes/princess-nam-rom.json

Themes

Click a name to open the live preview for that theme.

| Theme | Screenshot | | --- | --- | | alien-candy | | | arctic-aurora | | | aurora-circuit | | | basalt-bloom | | | breezy-ocean | | | cinder-grove | | | cosmic-lagoon | | | copper-comet | | | crimson-noir | | | cyber-mint | | | dragon-lulu | | | eclipse-tide | | | ember-sunset | | | enchanted-forest | | | glitch-carnival | | | golden-dusk | | | iron-lotus | | | laser-swamp | | | lavender-mist | | | meomeo-mang | | | midnight-orchid | | | moonlit-terrace | | | moss-mirage | | | neon-sakura | | | nocturne-garden | | | noodle-nebula | | | obsidian-harbor | | | opal-matrix | | | paper-moon | | | plasma-pomegranate | | | polar-lantern | | | princess-nam-rom | | | quantum-pickle | | | radioactive-lullaby | | | rainbow-prism | | | sable-citadel | | | sapphire-ember | | | starry-night | | | static-dragonfruit | | | stormglass-forge | | | tuscan-sun | | | varigotti-sea | | | velvet-meteor | | | volcanic-bubblegum | | | willow-wraith | | | winter-wisp | |

Feedback wanted

If you try these themes, please open an issue with notes about:

  • readability during longer coding sessions
  • low-contrast text, borders, warnings, or errors
  • confusing diff colors
  • themes you would add, remove, rename, or tune
  • screenshots or terminal/font combinations where a theme looks worse than expected

Issues: https://github.com/isashi/awesome-pi-themes/issues

Local development

Requirements:

  • Node.js 18+
  • npm

Install dependencies:

npm install

Run the local preview server:

npm run preview

Use the project prompt template for the repeatable add-theme patch release workflow:

/new-theme-patch-release [optional style or name hint]

Build the static GitHub Pages site:

npm run build

Validate the project:

npm run check

Add a new theme

  1. Create a JSON file in themes/, for example themes/my-theme.json.
  2. Make sure the theme name matches the file slug, for example my-theme.
  3. Run:
npm run check
npm run build
  1. Commit the theme and regenerated docs/index.html.

Project structure

awesome-pi-themes/
  preview-themes-web.js
  package.json
  README.md
  themes/
    *.json
  docs/
    index.html
    screenshots/
      *.jpg

Changelog

See CHANGELOG.md.

License

MIT