Skip to content

Instantly share code, notes, and snippets.

@ShivKumarSaini
Created February 14, 2018 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShivKumarSaini/0a1a133d41f3c05827513a25126737dc to your computer and use it in GitHub Desktop.
Save ShivKumarSaini/0a1a133d41f3c05827513a25126737dc to your computer and use it in GitHub Desktop.
Colored console messages

It is based on JS. Use below code syntax to produce colored messages in console windows:

  console.log('%chello', 'color:aqua');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment