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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@pveyes/aperture

v0.0.13

Published

Color theme for VSCode to help you focus

Downloads

3

Readme

Color theme for VSCode to help you focus

Color Pallete

Aperture Color Pallete

  • Anti-Flash White #F2F7F2
  • Licorice #141414
  • Dark Pink #E75A7C
  • Dark Terra Cotta #D05353
  • Neon Carrot #F9A03F
  • Tuscan #F8DDA4
  • Medium Spring Bud #C3E88D
  • French Sky Blue #82AAFF
  • Lavender Purple #A67DB8
  • Mauve #DBB9F1

All colors (and their name) are retrieved from Coolors

Variants

There are 2 variants of this theme.

  • Large Aperture. Main theme which designed to perform best in low light condition (at night).
  • Small Aperture. Alternative theme to use when you're working under bright sunlight.

When using Small Aperture theme, color pallete are generated by darkening 25-50% (depending on how good its contrast ratio), except for background & foreground which uses invert method + minor adjustment.

Screenshot

Large Aperture:

Small Aperture:

Supported Languages

Generally, all languages with good syntax highlighting support are already supported, but here's list of languages that I personally tested:

  • Web (HTML, CSS, JavaScript, JSON)
  • JavaScript+ (JSX, TypeScript)
  • Golang
  • Rust
  • Markdown

Usage in Web

You can also use this theme in web using shiki syntax highlighter. First you need to install this dependency:

yarn add @pveyes/aperture -D

Then before highlighting, call loadTheme to the theme path. You can choose whether to use dark-mode or light-mode theme:

const shiki = require('shiki')
const theme = shiki.loadTheme('./node_modules/@pveyes/aperture/themes/Large-Aperture.json');

shiki.getHighlighter({ theme })

LICENSE

MIT