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

@kung-fu/vigil

v0.0.1

Published

Vigil — the halloween.cafe colour palette and CSS theme (open & closed seasonal registers)

Readme

Vigil

The halloween.cafe colour palette and CSS theme — oxblood leather on char, lit by a hearth from below. A seasonal property: open in season, banked the rest of the year.

Vigil is the sibling of @kung-fu/sulfur (the yellow.vision palette) and inherits four of its pigments — oxblood, foxing-sepia, vellum, bone — duplicated locally, never imported. But where sulfur's registers are tonal (Illuminated / Carcosa), vigil's are temporal, switched by a single attribute on the root element:

  • Open (default) — the season, September 1 – November 2.
  • Closed — the banked off-season: hearth nearly out, one link left burning.

Installation

Via NPM

npm install @kung-fu/vigil
<link rel="stylesheet" href="path/to/vigil.css">

Via CDN

<link rel="stylesheet" href="https://unpkg.com/@kung-fu/vigil/dist/vigil.min.css">

Usage

vigil.css defines the raw palette plus a set of semantic tokens that you build with. Style against the semantic tokens and your UI re-skins itself when the register changes.

.placard {
    background: var(--bg-raised);
    color: var(--text);
    border: 1px solid var(--rule);
    box-shadow: var(--hearth-glow);   /* lit from beneath */
}
.placard a { color: var(--accent); }             /* ember */
.band      { background: var(--accent-2);        /* oxblood as leather… */
             color: var(--vellum); }             /* …vellum on top */

Switching registers

Open is the default. Bank the palette with data-palette on the root element:

<html>                          <!-- open (default) · Sept 1 – Nov 2 -->
<html data-palette="closed">    <!-- banked off-season -->

The seasonal flip is one attribute: add data-palette="closed" on November 3, remove it on September 1.

Palette

Native

| Token | Hex | Role | |---|---|---| | Char | #1A0F0C | Ground — roasted, not tarry | | Ember | #CB6045 | Links & small accents (open) | | Banked Ember | #BA624A | The one live link (closed) | | Tallow | #DECFAF | Body text | | Scorched Ash | #3B2C26 | Rules & hairlines |

Inherited from @kung-fu/sulfur

| Token | Hex | Role | |---|---|---| | Oxblood | #6E1F1A | Surfaces — never fine lines | | Foxing Sepia | #8A6A38 | Wordmark, colophon, quiet labels | | Vellum | #E7DCC2 | Headings; text on oxblood | | Bone | #D8CFB8 | Hover states, secondary light |

Semantic tokens

--bg, --bg-raised, --bg-sunken, --text, --text-dim, --heading, --accent, --accent-2, --rule, --hearth-mix, --hearth-glow, plus --font-display (IM Fell English), --font-display-sc (IM Fell English SC), --font-body (Alegreya), --font-body-sc (Alegreya SC), and --font-mono (JetBrains Mono). Load the fonts yourself if you want the matching type.

Usage rules

  1. The light comes from below. The hearth glow anchors at the page foot and breathes (cycle ≥9s; static under prefers-reduced-motion; banked and static when closed).
  2. Oxblood is a surface, not a line — 1.68:1 on char. Buttons, bands, spines ≥2px, with vellum or bone on top. Ember carries anything small.
  3. Ember carries the interactive layer — 4.74:1 on char (AA); banked-ember 4.58:1 when closed.
  4. No gold. No bold. Gold belongs to the sibling palette; Fell ships one weight, so hierarchy comes from size, italic, and small caps.

Typography

  • Display: IM Fell English (+ IM Fell English SC — a separate family)
  • Body: Alegreya (+ Alegreya SC for true small caps)
  • Mono (colophon/hex labels only): JetBrains Mono

All SIL OFL 1.1. The package ships CSS only, no font binaries — consumers use the Fontsource packages (@fontsource/im-fell-english, @fontsource/im-fell-english-sc, @fontsource/alegreya, @fontsource/alegreya-sc) or self-host.

License

GPL-3.0-only — see LICENSE file for details.