From 62b9959f36289dbcfa0f48529f3edb72bb28fa0b Mon Sep 17 00:00:00 2001 From: Finn Date: Wed, 25 Nov 2015 13:17:57 -0800 Subject: [PATCH] Bold colors --- tests.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests.py b/tests.py index 8b4d8dd..f2b207a 100755 --- a/tests.py +++ b/tests.py @@ -6,12 +6,9 @@ import sys REQUIRED_FIELDS = ['publicKey', 'password', 'contact'] -RED = '\033[91m' -GREEN = '\033[92m' -YELLOW = '\033[93m' -LIGHT_PURPLE = '\033[94m' -PURPLE = '\033[95m' -END = '\033[0m' +RED = '\x1b[01;31m' +GREEN = '\x1b[01;32m' +END = '\x1b[0m' def validate(path):