mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
style: change tool warning color to orange hex code
This commit is contained in:
parent
84b5433ace
commit
d92605c447
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class InputOutput:
|
||||||
user_input_color="blue",
|
user_input_color="blue",
|
||||||
tool_output_color=None,
|
tool_output_color=None,
|
||||||
tool_error_color="red",
|
tool_error_color="red",
|
||||||
tool_warning_color="yellow",
|
tool_warning_color="#FFA500",
|
||||||
encoding="utf-8",
|
encoding="utf-8",
|
||||||
dry_run=False,
|
dry_run=False,
|
||||||
llm_history_file=None,
|
llm_history_file=None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue