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

ameno-cyberdyne

v1.0.1

Published

A high-contrast cyberpunk Pi theme inspired by synthwave aesthetics - electric cyan, hot pink, acid green, and golden amber

Readme

🔮 Ameno Cyberdyne

A high-contrast cyberpunk theme for Pi — the AI coding agent harness. Designed specifically for the Pi coding agent terminal interface.

Inspired by synthwave aesthetics and neon-drenched code editors, this theme transforms your terminal into a futuristic coding environment with electric cyan, hot pink, acid green, and golden amber.

Theme Preview

✨ Features

  • High Contrast: Vibrant neon colors pop against deep void black
  • Semantic Coloring: Each syntax element has distinct personality
  • Thinking Level Indicators: Visual hierarchy from cyan (minimal) → magenta (extreme)
  • Tool State Feedback: Success glows green, errors pulse magenta
  • Hot Reload Compatible: Edit the theme and see changes instantly

🎨 Color Palette

| Color | Hex | Usage | |-------|-----|-------| | Electric Cyan | #00f5ff | Keywords, accent, primary actions | | Hot Pink | #ff2a6d | Variables, links | | Acid Green | #39ff14 | Strings, success states | | Golden Amber | #ffb800 | Functions, warnings | | Violet | #bd00ff | Types, numbers | | Magenta | #ff0080 | Errors, extreme thinking | | Void Black | #0a0a0f | Background base |

🔄 Variations

Having trouble with the bright cyan on certain backgrounds? Try these alternatives:

| Variant | Primary Color | Best For | File | |---------|--------------|----------|------| | Teal (#00d4aa) | Deep teal | Reduced eye strain, all backgrounds | ameno-cyberdyne-teal.json | | Blue (#0080ff) | Electric blue | Classic terminal look | ameno-cyberdyne-blue.json | | Soft (#4dd0e1) | Soft cyan | Modern, subtle elegance | ameno-cyberdyne-soft.json |

See COLOR_VARIATIONS.md for detailed comparison and background compatibility matrix.

📦 Installation

Option 1: Global Installation (Recommended)

Install once, use everywhere:

# Clone the repository
git clone https://github.com/ameno-/ameno-cyberdyne.git

# Copy to Pi's global themes directory
mkdir -p ~/.pi/agent/themes
cp ameno-cyberdyne/themes/ameno-cyberdyne.json ~/.pi/agent/themes/

Or use npm:

npm install -g ameno-cyberdyne
# The theme will be automatically discovered via pi.themes

Option 2: Project-Local Installation

Add to a specific project:

# Copy to your project's .pi directory
mkdir -p .pi/themes
cp ameno-cyberdyne/themes/ameno-cyberdyne.json .pi/themes/

Option 3: Manual Download

# Direct download
curl -o ~/.pi/agent/themes/ameno-cyberdyne.json \
  https://raw.githubusercontent.com/ameno-/ameno-cyberdyne/main/themes/ameno-cyberdyne.json

🚀 Activation

  1. In Pi, type /settings
  2. Change the Theme dropdown to ameno-cyberdyne
  3. The theme applies immediately

Or edit your Pi settings directly:

{
  "theme": "ameno-cyberdyne"
}

🔧 Customization

The theme supports hot reloading. Edit ~/.pi/agent/themes/ameno-cyberdyne.json while Pi is running to see changes instantly.

Customizing Colors

The theme uses CSS variables in the vars section:

{
  "vars": {
    "cyan": "#00f5ff",
    "pink": "#ff2a6d",
    "acid": "#39ff14"
  }
}

Reference these variables in the colors section:

{
  "colors": {
    "accent": "cyan",
    "syntaxKeyword": "pink"
  }
}

📋 Requirements

  • Pi v0.1.0 or higher
  • A terminal with truecolor support (iTerm2, Kitty, WezTerm, Windows Terminal, VS Code)

📝 License

MIT © ameno-

🙏 Credits


Made with 💜 and neon lights