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
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
- hyper-sick: A hyper theme
- hyper-native-dark: A hyper plugin
- sick-code: Visual Studio Code theme
- vimcolors.org: It uses sick palette by default
License
ISC
Author
Pablo Varela |