Awesome
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
$ npm install sick-colors
const colors = require('sick-colors')
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.vim: A vim colorscheme
- sick-code: Visual Studio Code theme
- sick-iterm2: iterm2 theme
- vimcolors.org: It uses sick palette by default
- pablo.pink: Uses sick colors as css themes
License
ISC
Author
Pablo Varela |