JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q49501F
  • License ISC

Sick colors palette

Package Exports

  • sick-colors

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sick-colors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Sick colors palette

screenshot

Usage

$ npm install sick-colors
const colors = require('.')

console.log(colors.background)
console.log(colors.foreground)
console.log(colors.green)
console.log(colors.magenta)
console.log(colors.light.green)
console.log(colors.light.blue)
#272935
#dadada
#6ef8be
#c481ff
#01b569
#2281d8

Check index.js to see the full list of colors.

Used by

License

ISC

Author

me
Pablo Varela