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

blk-theme

v0.1.9

Published

A sleek, pitch-black AMOLED-friendly theme for VS Code.

Readme

BLK Theme

Features

  • True Black Background: Perfect for OLED displays and dark environment coding
  • High Contrast Syntax Highlighting: Carefully selected colors for optimal readability
  • Semantic Highlighting: Enhanced code understanding with semantic token coloring
  • Two Variants: Standard and Borderless options to suit your preference
  • Optimized for Long Sessions: Reduced eye strain during extended coding sessions
  • Language Support: Extensive language-specific syntax highlighting

Installation

  1. Open Extensions sidebar in VS Code (Ctrl+Shift+X / ⌘+Shift+X)
  2. Search for BLK Theme
  3. Click Install
  4. Click Reload to activate
  5. Open the Command Palette (Ctrl+Shift+P / ⌘+Shift+P) and select Preferences: Color Theme
  6. Select either BLK or BLK Borderless

Screenshots

Python

Python Example

Next.js/TSX/Typescript/Javascript

HTML/CSS Example

Theme Variants

BLK (Standard)

The standard variant includes subtle borders between UI elements for clear visual separation.

BLK Borderless (Work in Progress)

The borderless variant minimizes borders for a more seamless, distraction-free coding experience.

Color Palette

The BLK theme uses a carefully selected color palette:

| Scope | Color | Hex | | ------------- | ------ | --------- | | Background | Black | #000000 | | Foreground | White | #FFFFFF | | Strings | Green | #98c379 | | Keywords | Purple | #c678dd | | Functions | Blue | #61afef | | Variables | Red | #e06c75 | | Types/Classes | Yellow | #e5c07b | | Constants | Orange | #d19a66 | | Comments | Gray | #7f848e | | Operators | Cyan | #56b6c2 |

Recommended Settings

For the best experience with BLK Theme, consider these settings:

{
  "editor.fontFamily": "'Comic Code Ligatures', 'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 14,
  "editor.lineHeight": 1.5,
  "editor.cursorBlinking": "phase",
  "editor.cursorSmoothCaretAnimation": "on",
  "editor.renderLineHighlight": "all",
  "workbench.colorCustomizations": {
    "[BLK]": {
      // Add your custom overrides here
    }
  }
}

Font Recommendation: Comic Code Ligatures is a fantastic coding font that combines readability with personality.

Customization

You can customize the BLK theme by adding overrides in your settings.json:

"workbench.colorCustomizations": {
  "[BLK]": {
    "editor.background": "#000000",
    "editor.foreground": "#ffffff",
    // Add more customizations as needed
  }
}

Contributing

Contributions are welcome! Feel free to submit issues or pull requests on the GitHub repository.

License

This theme is released under the MIT License.

Acknowledgements

BLK Theme was inspired by various dark themes in the VS Code ecosystem, with a focus on creating a true black background experience optimized for OLED displays and night-time coding with a rainbow effect (I like rainbows).

Enjoy coding in the dark!