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

@piex-dev/theme-dark-terminal

v0.1.1

Published

Dark Terminal theme for pi — high-contrast terminal-inspired dark theme with vivid green, blue, and red accents

Readme

@piex-dev/theme-dark-terminal

High-contrast terminal-inspired dark theme for pi, adapted from opencode-themes/dark-terminal.

Palette

| Color | Hex | |-------|-----| | Green (primary accent) | #00ff00 | | Blue (secondary accent) | #00aaff | | Cyan (info / variable) | #00ffcc | | Red (error / string) | #ff0000 | | Yellow (warning / function) | #ffff00 | | Text | #e0e0e0 | | Background | #050505 |

A full-on terminal aesthetic — pure #00ff00 green on #050505 black, with vivid cyan, blue, red, and yellow accents. No gradients, no pastels, no compromises.

Design Notes

Key mapping decisions from dark-terminal:

| dark-terminal role | pi tokens | rationale | |---|---|---| | green #00ff00 | accent, success, mdHeading, mdListBullet, syntaxNumber, syntaxType, toolDiffAdded, bashMode | Terminal green dominates — accent is always green, syntax types and diffs follow | | blue #00aaff | border, mdLink, customMessageLabel, syntaxKeyword | Blue for structural elements: borders, links, and language keywords | | cyan #00ffcc | borderAccent, dim, thinkingMedium, syntaxVariable | Cyan for highlighted borders, status/footer dim info, variables, and mid-level thinking intensity | | red #ff0000 | error, syntaxString, thinkingXhigh | Pure red for errors, string literals, and the highest thinking level | | yellow #ffff00 | warning, syntaxFunction, thinkingHigh | Yellow for function names and warnings; bright and attention-grabbing | | dimGray #aaaaaa | muted, syntaxOperator, syntaxPunctuation, thinkingText, thinkingMinimal | Readable gray for secondary text and low-priority syntax elements | | darkGray #555555 | borderMuted, mdQuoteBorder, mdHr, thinkingOff | Dark gray for borders and dividers; visually recessive | | bg #050505 / panelBg #0a0a0a | selectedBg, userMessageBg, toolPendingBg, export.pageBg | Near-black backgrounds: pure #050505 for page, slightly lifted for panels | | successBg #001100 / errorBg #110000 | toolSuccessBg, toolErrorBg | Deeply tinted backgrounds for tool success/error states; subtle but recognizable | | thinkingMax | #ff0088 (new) | No direct equivalent in dark-terminal; bright pink adds a terminal-appropriate top-level thinking indicator |

Install

pi install npm:@piex-dev/theme-dark-terminal

Select

/settings

Set "theme": "dark-terminal".

License

MIT