Created
July 11, 2017 03:20
-
-
Save GeneralTesler/f290235cb90075c8291e33d8d1452c5c to your computer and use it in GitHub Desktop.
bash terminal colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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