We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f8e24 commit b99794cCopy full SHA for b99794c
eval_protocol/cli_commands/utils.py
@@ -235,7 +235,7 @@ def _prompt_select_interactive(tests: list[DiscoveredTest]) -> list[DiscoveredTe
235
[
236
("qmark", "fg:#673ab7 bold"),
237
("question", "bold"),
238
- ("answer", "fg:#f44336 bold"),
+ ("answer", "fg:#2196f3 bold"),
239
("pointer", "fg:#673ab7 bold"),
240
("highlighted", "fg:#673ab7 bold"),
241
("selected", "fg:#cc5454"),
0 commit comments