UNPKG

sick-colors

Version:
54 lines (37 loc) 1.16 kB
# Sick colors palette <p align="center"> <img src="https://raw.githubusercontent.com/pablopunk/art/master/sick-colors/terminal.svg?sanitize=true" alt="screenshot"> </p> ## Usage ```bash $ npm install sick-colors ``` ```js 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) ``` ```bash #272935 #dadada #6ef8be #c481ff #01b569 #2281d8 ``` Check [index.js](./index.js) to see the full list of colors. ## Used by - [hyper-sick](https://github.com/pablopunk/hyper-sick): A hyper theme - [hyper-native-dark](https://github.com/pablopunk/hyper-native-dark): A hyper plugin - [sick-code](https://github.com/pablopunk/sick-code): Visual Studio Code theme - [vimcolors.org](https://vimcolors.org): It uses sick palette by default ## License ISC ## Author | ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) | | ---------------------------------------------------------------------------- | | [Pablo Varela](https://pablo.life) |