Color options for text terminal mac

broken image
broken image
broken image
broken image

Note %s is where in the string (the second argument) gets injected. Below you can find colors reference of text to command when running node.js application: console.log('\x1b[36m%s\x1b[0m', 'I am cyan') //cyanĬonsole.log('\x1b[33m%s\x1b[0m', stringToMakeYellow) //yellow