Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 813308f

Browse files
authored
Update color.py
1 parent 1602328 commit 813308f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pre_commit/color.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def bool_errcheck(result, func, args):
5656
else: # pragma: win32 no cover
5757
terminal_supports_color = True
5858

59-
RED = '\033[41m'
60-
GREEN = '\033[42m'
61-
YELLOW = '\033[43;30m'
62-
TURQUOISE = '\033[46;30m'
59+
RED = '\033[1;31m'
60+
GREEN = '\033[1;32m'
61+
YELLOW = '\033[1;33m'
62+
TURQUOISE = '\033[0;36m'
6363
SUBTLE = '\033[2m'
6464
NORMAL = '\033[m'
6565

0 commit comments

Comments
 (0)