Added new SVG variations of the color palette components.
Can be used for showcases or any kind of branding concepts. (@arcticicestudio, 78ef70b8)
Created Travis CI (.travis.yml
) and Circle CI (circle.yml
) configuration files for continuous builds against the Gulp tasks compile-css-template
and sassdoc
. (@arcticicestudio, #4, 00beff7d)
The "Adobe Photoshop Color Palette" nord.ase
is now fully compatible to Adobe Photoshop CS6.
The original file has been created via Gpick and has been recreated using Adobe Photoshop CS6 to be fully compatible to the vendor format. (@arcticicestudio, #5, 30ae2f4b)
Switched the color definitions for nord8
and nord14
.
The accent color nord8
is now used for methods and functions while strings and attribute values are now colored by nord14
instead.
This is design has already been implemented in all port projects before, but is now officially stated with this release version. (@arcticicestudio, #1, 2a95e4c0)
Switched the color of punctuations and variables/constants.
The nord4
color is now used for variables and constants while punctuations are now colored by nord6
instead.
This design has also already been implemented in all port projects before, but is now officially stated with this release version. (@arcticicestudio, #2, f8231acd)
nord13
is now used to colorize all kind of regular expressions. (@arcticicestudio, #3, adfcac5c)
Added new official port projects. (@arcticicestudio, eacf9078, 51f46d1b, d51a995b)
Added NPM registry badges to show the latest published version and amount of downloads. (@arcticicestudio, 2c061e15)
- Implemented the
nord.scss
stylesheet - Implemented the
template-css.scss
stylesheet.
This template can be compiled to anord.css
stylesheet via Gulp:npm install gulp compile-css-template
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.
- Implemented the
nord.less
stylesheet
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.
Added various native color palette files:
- Adobe Photoshop:
nord.aco
(binary) - Adobe Swatch Exchange:
nord.ase
(binary) - Gpick Palette:
nord.gpa
(binary) - GIMP/Inkscape/CinePaint/Krita Palette:
nord.gpl
- Alias/WaveFront Material:
nord.mtl
Project Initialization