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

@fezchat/themes

v0.1.1

Published

The classics, worn by fez — Dracula, Nord, Catppuccin, Solarized, One Dark, Tokyo Night, GitHub, Rosé Pine, Everforest. Each a light/dark pair, mapped onto fez's tokens from the projects' published palettes.

Downloads

16

Readme

@fezchat/themes

The classics, worn by fez. Install once, pick in Settings → theme — every pack is a light/dark pair, so "auto" follows your OS.

The GUI part is declarative data: npm run build writes dist/gui.json with { "themes": { "name": { "light": {}, "dark": {} } } }. Fez validates and registers these token maps without running extension JavaScript or CSS. The annotated palette source stays in src/gui.ts; no per-theme UI is needed.

| Theme | Dark side | Light side | Upstream | License | |---|---|---|---|---| | dracula | Dracula | Alucard (official) | draculatheme.com | MIT | | nord | Nord | Snow Storm (derived — Nord ships no light) | nordtheme.com | MIT | | catppuccin | Mocha | Latte | catppuccin.com | MIT | | solarized | Dark | Light | ethanschoonover.com/solarized | MIT | | one | One Dark | One Light | Atom | MIT | | tokyo-night | Night | Day | folke/tokyonight.nvim | Apache-2.0 | | github | GitHub Dark | GitHub Light | primer / github-vscode-theme | MIT | | rose-pine | Main | Dawn | rosepinetheme.com | MIT | | everforest | Medium | Light | sainnhe/everforest | MIT | | monokai | Monokai | (derived) | VS Code / TextMate | MIT | | night-owl | Night Owl | Light Owl (official) | sdras/night-owl-vscode-theme | MIT | | ayu | Dark | Light | ayu-theme | MIT | | palenight | Palenight | Material Lighter | Material Theme | MIT | | horizon | Horizon | Bright (official) | jolaleye/horizon-theme-vscode | MIT | | synthwave-84 | SynthWave '84 | (derived) | robb0wen/synthwave-vscode | MIT | | cobalt2 | Cobalt2 | (derived) | wesbos/cobalt2-vscode | MIT | | zenburn | Zenburn | (derived) | Jani Nurminen's classic | permissive | | kanagawa | Wave | Lotus (official) | rebelot/kanagawa.nvim | MIT | | flexoki | Dark | Light | kepano/flexoki | MIT |

Gruvbox is absent on purpose: fez's built-in default theme already wears the Gruvbox palette.

How the mapping works

fez themes are eighteen CSS tokens. Each port maps semantically, not literally: the theme's signature color becomes --accent, its grounds become bg0/bg1/bg2, its own light variant supplies the day side — never an inversion. Tokens with no upstream equivalent (the --bg-mine pool behind your own messages, the rail, some hairlines) are derived from the palette's grounds and tinted toward the accent; every derived value is marked derived in src/gui.ts. Fonts are untouched — these are color themes.

All palettes belong to their authors; this package only re-expresses them as fez token packs, with gratitude.