Skip to content

Commit 7540c22

Browse files
authored
Changed magenta color code
1 parent dc9b48a commit 7540c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_all_solutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class colors: # ANSI escape codes for colors
1313
ENDC = "\033[0m"
1414
BOLD = "\033[1m"
1515
UNDERLINE = "\033[4m"
16-
BRIGHTMAGENTA = "\033[95;1m"
16+
BRIGHTMAGENTA = "\033[35;1m"
1717

1818
def color_string(color, string):
1919
return color + string + colors.ENDC

0 commit comments

Comments
 (0)