1.0.0 • Published 9 years ago

@lanetix/colors v1.0.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

node-lanetix-colors

Re-usable library containing the hex values for the Lanetix color set

Usage

var colors = require('@lanetix/colors')();

console.log(colors.red);

Overrides

var colors = require('@lanetix/colors')({
  red: '#fff',
  blue: 'rgb(123,456,789)',
  ...
});

console.log(colors.red);

Updating or adding a color value

  • Adding: Add a new entry to the colors.json file
  • Changing: Modify the relevant entry in the colors.json file
  • Removing: Remove the relevant entry in the colors.json file
1.0.0

9 years ago