From d92605c447a75bfbb5c12f5eb1798784ac6931a2 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 3 Sep 2024 12:42:41 -0700 Subject: [PATCH] style: change tool warning color to orange hex code --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 4ff4f08c1..d756505a2 100644 --- a/aider/io.py +++ b/aider/io.py @@ -176,7 +176,7 @@ class InputOutput: user_input_color="blue", tool_output_color=None, tool_error_color="red", - tool_warning_color="yellow", + tool_warning_color="#FFA500", encoding="utf-8", dry_run=False, llm_history_file=None,