🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@lanetix/colors

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@lanetix/colors

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 22 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts