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

vscode-bauhaus-theme

v1.0.1

Published

Bauhaus primary colors on warm black and paper. Dark and light themes, every syntax color WCAG AA.

Readme

Bauhaus Dark and Bauhaus Light on TypeScript, Python, CSS and Markdown

paypal coinbase twitter bluesky

Features

  • Bauhaus palette: red, blue and yellow primaries on warm black or paper.
  • Readable by design: every syntax color is tuned in OKLCH to reach 4.5:1 against the editor (WCAG AA).
  • Dark and Light: same hues, same roles.
  • Color blocks: flat primary fills for the status bar, active items and badges, with three accent styles to dial them up or down.

Install

Install from the Visual Studio Marketplace, or run in Quick Open (Cmd/Ctrl+P):

ext install dmnsgn.vscode-bauhaus-theme

Then pick Bauhaus Dark or Bauhaus Light with Preferences: Color Theme.

Accent styles

  • Tricolor (default): red focus, badges and buttons, blue status bar and panel tab, yellow activity bar item, red when debugging.
  • Blocks: red status bar and active items, yellow when debugging, blue when no folder is open.
  • Restrained: neutral status bar, red active items, red when debugging.

To switch, add the matching snippet to your settings.json.

Blocks

{
  "workbench.colorCustomizations": {
    "[Bauhaus Dark]": {
      "modernActivityBarItem.activeBackground": "#95171d",
      "modernActivityBarItem.activeForeground": "#f2f2f2",
      "modernTab.activeBackground": "#95171d",
      "activityBar.activeBorder": "#95171d",
      "activityBarTop.activeBorder": "#95171d",
      "panelTitle.activeBorder": "#95171d",
      "statusBar.background": "#95171d",
      "statusBar.border": "#95171d",
      "statusBar.debuggingBackground": "#cb9820",
      "statusBar.debuggingForeground": "#2b2119",
      "statusBar.debuggingBorder": "#cb9820",
      "statusBar.noFolderBackground": "#30436a",
      "statusBarItem.remoteBackground": "#30436a",
      "statusBarItem.remoteForeground": "#f2f2f2",
      "statusBarItem.remoteHoverBackground": "#45567a",
      "terminal.tab.activeBorder": "#95171d"
    },
    "[Bauhaus Light]": {
      "modernActivityBarItem.activeBackground": "#95171d",
      "modernActivityBarItem.activeForeground": "#f2f2f2",
      "modernTab.activeBackground": "#95171d",
      "activityBar.activeBorder": "#95171d",
      "activityBarTop.activeBorder": "#95171d",
      "panelTitle.activeBorder": "#95171d",
      "statusBar.background": "#95171d",
      "statusBar.border": "#95171d",
      "statusBar.debuggingBackground": "#cb9820",
      "statusBar.debuggingForeground": "#2b2119",
      "statusBar.debuggingBorder": "#cb9820",
      "statusBar.noFolderBackground": "#30436a",
      "statusBarItem.remoteBackground": "#30436a",
      "statusBarItem.remoteForeground": "#f2f2f2",
      "statusBarItem.remoteHoverBackground": "#303f60",
      "terminal.tab.activeBorder": "#95171d"
    }
  }
}

Restrained

{
  "workbench.colorCustomizations": {
    "[Bauhaus Dark]": {
      "modernActivityBarItem.activeBackground": "#95171d",
      "modernActivityBarItem.activeForeground": "#f2f2f2",
      "modernTab.activeBackground": "#95171d",
      "activityBar.activeBorder": "#95171d",
      "activityBarTop.activeBorder": "#95171d",
      "panelTitle.activeBorder": "#95171d",
      "statusBar.background": "#2b2119",
      "statusBar.foreground": "#9a9a9a",
      "statusBar.border": "#574d43",
      "statusBar.noFolderBackground": "#2b2119",
      "statusBar.noFolderForeground": "#9a9a9a",
      "statusBarItem.remoteBackground": "#95171d",
      "statusBarItem.remoteForeground": "#f2f2f2",
      "statusBarItem.remoteHoverBackground": "#a33936",
      "statusBarItem.hoverBackground": "#9a9a9a1f",
      "statusBarItem.activeBackground": "#9a9a9a33",
      "statusBarItem.prominentBackground": "#9a9a9a26",
      "terminal.tab.activeBorder": "#95171d"
    },
    "[Bauhaus Light]": {
      "modernActivityBarItem.activeBackground": "#95171d",
      "modernActivityBarItem.activeForeground": "#f2f2f2",
      "modernTab.activeBackground": "#95171d",
      "activityBar.activeBorder": "#95171d",
      "activityBarTop.activeBorder": "#95171d",
      "panelTitle.activeBorder": "#95171d",
      "statusBar.background": "#e5dbd3",
      "statusBar.foreground": "#616161",
      "statusBar.border": "#c9bfb8",
      "statusBar.noFolderBackground": "#e5dbd3",
      "statusBar.noFolderForeground": "#616161",
      "statusBarItem.remoteBackground": "#95171d",
      "statusBarItem.remoteForeground": "#f2f2f2",
      "statusBarItem.remoteHoverBackground": "#881c1d",
      "statusBarItem.hoverBackground": "#6161611f",
      "statusBarItem.activeBackground": "#61616133",
      "statusBarItem.prominentBackground": "#61616126",
      "terminal.tab.activeBorder": "#95171d"
    }
  }
}

Palettes

Contrast is WCAG 2.0 against the editor background.

Dark

| Surface | Color | | ---------- | --------- | | editor | #3b3128 | | chrome | #2b2119 | | line | #574d43 | | fg.default | #f2f2f2 | | fg.muted | #9a9a9a |

| Hue | Ink | Bright (terminal) | | ------ | --------- | ----------------- | | red | #ff6963 | #ffaba3 | | orange | #ef7a04 | #feaf7b | | yellow | #c59208 | #f6b606 | | green | #8aa441 | #afcc69 | | cyan | #15acaa | #52d3d1 | | blue | #769ae2 | #a2c1fe | | violet | #d873e1 | #f8a2ff |

| Syntax role | Color | Contrast on editor | WCAG 2.0 | | ----------- | --------- | ------------------ | -------- | | text | #f2f2f2 | 11.33:1 | AAA | | comment | #9a9a9a | 4.51:1 | AA | | keyword | #ff6963 | 4.5:1 | AA | | operator | #15acaa | 4.54:1 | AA | | function | #769ae2 | 4.52:1 | AA | | type | #c59208 | 4.52:1 | AA | | string | #8aa441 | 4.51:1 | AA | | constant | #ef7a04 | 4.5:1 | AA | | variable | #d873e1 | 4.5:1 | AA | | invalid | #ff6963 | 4.5:1 | AA |

| Fill | Text | Contrast | WCAG 2.0 | | ---------------- | --------- | -------- | -------- | | red #95171d | #f2f2f2 | 7.76:1 | AAA | | blue #30436a | #f2f2f2 | 8.78:1 | AAA | | green #495821 | #f2f2f2 | 6.94:1 | AA | | yellow #cb9820 | #2b2119 | 6.03:1 | AA |

Light

| Surface | Color | | ---------- | --------- | | editor | #f5ebe3 | | chrome | #e5dbd3 | | line | #c9bfb8 | | fg.default | #2b2119 | | fg.muted | #616161 |

| Hue | Ink | Bright (terminal) | | ------ | --------- | ----------------- | | red | #c5031e | #8f0113 | | orange | #9a4c00 | #703500 | | yellow | #7e5c05 | #5a4100 | | green | #546903 | #3b4b01 | | cyan | #036d6c | #034d4c | | blue | #4060a3 | #254283 | | violet | #9935a3 | #790d83 |

| Syntax role | Color | Contrast on editor | WCAG 2.0 | | ----------- | --------- | ------------------ | -------- | | text | #2b2119 | 13.4:1 | AAA | | comment | #616161 | 5.27:1 | AA | | keyword | #c5031e | 5.25:1 | AA | | operator | #036d6c | 5.25:1 | AA | | function | #4060a3 | 5.23:1 | AA | | type | #7e5c05 | 5.23:1 | AA | | string | #546903 | 5.26:1 | AA | | constant | #9a4c00 | 5.25:1 | AA | | variable | #9935a3 | 5.27:1 | AA | | invalid | #c5031e | 5.25:1 | AA |

| Fill | Text | Contrast | WCAG 2.0 | | ---------------- | --------- | -------- | -------- | | red #95171d | #f2f2f2 | 7.76:1 | AAA | | blue #30436a | #f2f2f2 | 8.78:1 | AAA | | green #495821 | #f2f2f2 | 6.94:1 | AA | | yellow #cb9820 | #2b2119 | 6.03:1 | AA |

License

MIT. See license file.