Skip to content

Instantly share code, notes, and snippets.

@xxczaki
Last active July 3, 2018 19:09
Show Gist options
  • Select an option

  • Save xxczaki/b5b1ae6f5e3f09ac27eb4f8c8005e0e4 to your computer and use it in GitHub Desktop.

Select an option

Save xxczaki/b5b1ae6f5e3f09ac27eb4f8c8005e0e4 to your computer and use it in GitHub Desktop.
const chalk = require('chalk');
console.log(chalk.hex('#FF0000')("Lorem ipsum dolor sit amet, consectetur adipiscing elit."));
console.log(chalk.rgb(123, 45, 67)("Lorem ipsum dolor sit amet, consectetur adipiscing elit."));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment