mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 06:34:59 +00:00
copy
This commit is contained in:
parent
dff814a7a8
commit
a2634224e2
5 changed files with 25 additions and 7 deletions
|
@ -192,9 +192,12 @@ cog.outl("```")
|
|||
## Set the color for tool output (default: None)
|
||||
#AIDER_TOOL_OUTPUT_COLOR=
|
||||
|
||||
## Set the color for tool error messages (default: red)
|
||||
## Set the color for tool error messages (default: #FF2222)
|
||||
#AIDER_TOOL_ERROR_COLOR=#FF2222
|
||||
|
||||
## Set the color for tool warning messages (default: #FFA500)
|
||||
#AIDER_TOOL_WARNING_COLOR=#FFA500
|
||||
|
||||
## Set the color for assistant output (default: #0088ff)
|
||||
#AIDER_ASSISTANT_OUTPUT_COLOR=#0088ff
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue