GithubHelp home page GithubHelp logo

nord's Introduction

An arctic, north-bluish color palette.

Created for the clean- and minimal flat design pattern to achieve a optimal focus and readability for code syntax highlighting and UI. It consists of a total of sixteen, carefully selected, dimmed pastel colors for a eye-comfortable, but yet colorful ambiance.


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 Coda
Nord dircolors
Nord Eclipse Syntax
Nord gedit
Nord GNOME Terminal
Nord Guake
Nord Hyper
Nord IntelliJ IDEA Syntax
Nord iTerm2
Nord Java
Nord Konsole
Nord Mintty
Nord PuTTY
Nord Terminal.app
Nord Terminator
Nord Terminix
Nord Termite
Nord Vim
Nord Visual Studio Code
Nord XFCE Terminal
Nord Xresources

Forks

Component Cards


Development

Contribution

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

Copyright © 2016 Arctic Ice Studio

nord's People

Contributors

arcticicestudio avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.