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

nord

v0.2.1

Published

A arctic, north-bluish color palette

Downloads

4,012

Readme


The color palette it divided into four named components to represent the different color effects.

Nord Palette Overview

Nord colors are numbered from nord0 to nord15 where each component contains a different amount of colors:

  1. Polar Night nord0 - nord3
  2. Snow Storm nord4 - nord6
  3. Frost nord7 - nord10
  4. Aurora nord11 - nord15

This naming convention allows an uncomplicated use for terminals and preserves the compatibility to similar projects like base16.

Usage

To show a list of all available Gulp tasks run gulp or gulp help.

CSS

The CSS specification supports the usage of primitive value types to define custom properties which can be used to create e.g. color variables.
Nord provides the template-css.scss template file to compile a nord.css stylesheet.

The generated file contains all Nord color variables prefixed with -- inside the :root pseudo-class.
The :root pseudo-class represents an element that is the root of the document.
This is always the HTML (<html>) element which allows to use the Nord color variables for the whole document.

The nord.css stylesheet can be compiled via Gulp:

npm install
gulp compile-css-template

Sass

Copy the nord.scss file into your project and import it in your Sass files:

@import "nord";

The .scss file extension is optional.

SassDoc

Nord Sass sources are documented using the SassDoc documentation syntax which can be compiled to a HTML documentation via Gulp:

npm install
gulp sassdoc

The Sassdoc theme can be changed by editing the .sassdocrc configuration file.

LESSCSS

Copy the nord.less file into your project and import it in your LESSCSS files:

@import "nord";

Information about how the @import statement handles imports with different file extensions can be found in the official LESSCSS documentation.

KSS

Nord LESSCSS sources are documented using the KSS documentation syntax.
Information about the generation of a styleguide can be found in the official KSS documentation.

Color Swatches

Nord is available in various native formats:

  • .aco Adobe Photoshop Palette
  • .ase Adobe Swatch Exchange
  • .gpa Gpick Palette
  • .gpl GIMP/Inkscape/CinePaint/Krita Palette
  • .mtl Alias/WaveFront Material

A list of detailed information about each file format can be found here.

Port Projects

Nord Atom Syntax
Nord Atom UI
Nord Eclipse Syntax
Nord gedit
Nord IntelliJ IDEA Syntax
Nord Java
Nord Notepad++
Nord Terminix
Nord Vim

Forks

Development

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.