Skip to content

Instantly share code, notes, and snippets.

@hum-n
Last active May 15, 2020 17:16
Show Gist options
  • Save hum-n/d3a5bee7fad584eb39933d37010e266b to your computer and use it in GitHub Desktop.
Save hum-n/d3a5bee7fad584eb39933d37010e266b to your computer and use it in GitHub Desktop.
const styles = {
black: '\x1b[30m',
red: '\x1b[31m',
green: '\x1b[32m',
yellow: '\x1b[33m',
blue: '\x1b[34m',
magenta: '\x1b[35m',
cyan: '\x1b[36m',
white: '\x1b[37m',
bgBlack: '\x1b[40m',
bgRed: '\x1b[41m',
bgGreen: '\x1b[42m',
bgYellow: '\x1b[43m',
bgBlue: '\x1b[44m',
bgMagenta: '\x1b[45m',
bgCyan: '\x1b[46m',
bgWhite: '\x1b[47m'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment