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

@dsappz/theme-royal-knight

v1.1.12

Published

Royal Knight Tailwind CSS theme preset - structured/authoritative, navy command center aesthetic

Readme

@dsappz/theme-royal-knight

Igris-inspired dark armor aesthetic — violet shadow energy, burnished gold, steel/ash-teal metallics, crimson and ember accents. Built for command-center apps and high-drama dashboards. Dark only.

Install

pnpm add @dsappz/tokens @dsappz/theme-royal-knight

Setup

@import "@dsappz/tokens/base.css";
@import "@dsappz/theme-royal-knight/theme.css";
@import "@dsappz/theme-royal-knight/animations.css";  /* optional */
@import "@dsappz/theme-royal-knight/components.css";  /* optional — ds-* component classes */

Activation

<html data-theme="royal-knight">

Color Palette

| Token | Value | |-------|-------| | --background | #08060e | | --foreground | #e2dce8 | | --card | #12101e | | --popover | #1a1528 | | --primary | #a855f7 (Shadow Monarch violet) | | --secondary | #161222 | | --accent | #dc143c (crimson cape) | | --destructive | #dc143c | | --success | #2dd4bf | | --warning | #ea580c (ember) | | --info | #38bdf8 (Igris eye-glow cyan) | | --ring | #a855f7 |

Extended Tokens

Royal Knight ships a layered palette:

  • Surface depth scale--surface-1 through --surface-4 for elevation hierarchy
  • Violet/magenta--violet-dim, --violet-muted, --violet-faint, --magenta, --magenta-bright
  • Metallic accents--steel, --steel-bright, --steel-dim, --steel-faint, --ash-teal, --burnished (gold)
  • Hot accents--ember, --ember-bright, --crimson, --crimson-bright
  • Border variants--border-ember, --border-violet, --border-burnished
  • Chart tokens--ds-chart-color-0--ds-chart-color-4, --ds-chart-grid, --ds-chart-tick

Hover glow color: violet (rgba(168, 85, 247, ...)).

Fonts

  • Sans: IBM Plex Sans
  • Display: Rajdhani
  • Mono: JetBrains Mono

Radius

Barely rounded — armored, plate-like feel. --radius-xs: 0.0625rem--radius-lg: 0.375rem.

Dark Mode

Dark only — no class="dark" needed.


© 2026 dsappz · github.com/dsappz/dsappz-design · Proprietary