mauve
v1.1.2
Published
Does what colors does, except with hex values boiled down to xterm colors
Downloads
8
Readme
#mauve
Hex-y colors in the terminal
##Usage
var mauve = require('mauve');
/* Set individual colors */
mauve.set('happy','#FF9933');
/* Set themes */
mauve.set({
armor: "#4d1b7b",
gown: "#0ff800"
});
//Apply colors just like in colors
console.log('This is a happy color'.happy);