Skip to content

Instantly share code, notes, and snippets.

@GeneralTesler
Created July 11, 2017 03:20
Show Gist options
  • Save GeneralTesler/f290235cb90075c8291e33d8d1452c5c to your computer and use it in GitHub Desktop.
Save GeneralTesler/f290235cb90075c8291e33d8d1452c5c to your computer and use it in GitHub Desktop.
bash terminal colors
class colors:
PURPLE = '\033[95m'
BLUE = '\033[94m'
GREEN = '\033[92m'
YELLOW = '\033[93m'
RED = '\033[91m'
CLOSE = '\033[0m'
BOLD = '\033[1m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment