There was an error while loading. Please reload this page.
1 parent dc9b48a commit 7540c22Copy full SHA for 7540c22
tests/test_all_solutions.py
@@ -13,7 +13,7 @@ class colors: # ANSI escape codes for colors
13
ENDC = "\033[0m"
14
BOLD = "\033[1m"
15
UNDERLINE = "\033[4m"
16
- BRIGHTMAGENTA = "\033[95;1m"
+ BRIGHTMAGENTA = "\033[35;1m"
17
18
def color_string(color, string):
19
return color + string + colors.ENDC
0 commit comments