Skip to content

Commit b2cf8ad

Browse files
author
Dylan Huang
authored
Change color of the "Yes" (#370)
1 parent c2f8e24 commit b2cf8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/cli_commands/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _prompt_select_interactive(tests: list[DiscoveredTest]) -> list[DiscoveredTe
235235
[
236236
("qmark", "fg:#673ab7 bold"),
237237
("question", "bold"),
238-
("answer", "fg:#f44336 bold"),
238+
("answer", "fg:#2196f3 bold"),
239239
("pointer", "fg:#673ab7 bold"),
240240
("highlighted", "fg:#673ab7 bold"),
241241
("selected", "fg:#cc5454"),

0 commit comments

Comments
 (0)