mauve

Does what colors does, except with hex values boiled down to xterm colors

Usage no npm install needed!

<script type="module">
  import mauve from 'https://cdn.skypack.dev/mauve';
</script>

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);