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

flexoki-pi-theme

v1.0.1

Published

Flexoki color scheme theme for pi

Readme

flexoki-pi-theme

Flexoki color scheme themes for pi.

Flexoki was created by Steph Ango. Thanks for the beautiful, inky palette.

Install

pi install npm:flexoki-pi-theme
# or from git:
pi install git:github.com/LutfiGarzon/flexoki-pi-theme

Usage

Select via /settings in pi, or in settings.json:

{ "theme": "flexoki-dark" }

Two variants are included:

| Theme | Background | Best for | |-------|-----------|----------| | flexoki-dark | #100F0F (black) | Dark terminals | | flexoki-light | #FFFCF0 (paper) | Light terminals |

Color Palette

Flexoki is an inky color scheme with high contrast and warm tones. The palette is shared by both variants with adjusted luminance.

Base Colors

| Token | Dark | Light | Role | |-------|------|-------|------| | black / paper | #100F0F | #FFFCF0 | Background | | bg2 | #282726 | #F2F0E5 | Secondary background | | ui | #343331 | #E6E4D9 | UI elements | | uiHover | #403E3C | #DAD8CE | Hover state | | uiActive | #575653 | #CECDC3 | Active state |

Text

| Token | Dark | Light | Role | |-------|------|-------|------| | tx | #CECDC3 | #878580 | Primary text | | txMuted | #878580 | #9F9D96 | Muted text | | txFaint | #575653 | #CECDC3 | Dim text |

Accents

| Token | Dark | Light | Role | |-------|------|-------|------| | re | #D14D41 | #AF3029 | Red (errors, removed) | | or | #DA702C | #BC5215 | Orange | | ye | #D0A215 | #AD8301 | Yellow (warnings, headings) | | gr | #879A39 | #66800B | Green (success, added) | | cy | #3AA99F | #24837B | Cyan (accent) | | bl | #4385BE | #205EA6 | Blue (links, keywords) | | pu | #8B7EC8 | #5E409D | Purple (custom labels) | | ma | #CE5D97 | #A02F6F | Magenta |

Theme Tokens

Each theme defines all 51 required pi color tokens across these categories:

  • Core UI (11): accent, borders, text, states
  • Backgrounds & Content (11): message bubbles, tool status boxes
  • Markdown (10): headings, links, code, quotes, lists
  • Tool Diffs (3): added, removed, context lines
  • Syntax Highlighting (9): comment, keyword, function, variable, string, number, type, operator, punctuation
  • Thinking Levels (6): border colors for thinking modes
  • Bash Mode (1): editor border for ! prefix

For the full token reference, see the pi themes documentation.

Customizing

  1. Copy the theme you want to modify:
    cp themes/flexoki-dark.json ~/.pi/agent/themes/flexoki-dark-custom.json
  2. Change "name" to "flexoki-dark-custom" (must be unique).
  3. Edit colors — pi hot-reloads the active theme file on save.
  4. Select via /settings.

Contributing

  • Report issues or suggest improvements on the issue tracker.
  • Pull requests welcome for color refinements, new variants, or palette additions.

License

MIT