Skip to content

Instantly share code, notes, and snippets.

@caidanw
Created November 13, 2019 07:45
Show Gist options
  • Save caidanw/f60431cde57f8c6cfa2489f6c4c42fc4 to your computer and use it in GitHub Desktop.
Save caidanw/f60431cde57f8c6cfa2489f6c4c42fc4 to your computer and use it in GitHub Desktop.
Common terminal color codes
class Colors:
PURPLE = '\033[95m'
BLUE = '\033[94m'
GREEN = '\033[92m'
ORANGE = '\033[93m'
RED = '\033[91m'
END = '\033[0m'
BOLD = '\033[1m'
UNDERLINE = '\033[4m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment