This commit is contained in:
Paul Gauthier 2024-09-03 13:30:38 -07:00
parent dff814a7a8
commit a2634224e2
5 changed files with 25 additions and 7 deletions

View file

@ -146,9 +146,12 @@
## Set the color for tool output (default: None)
#tool-output-color:
## Set the color for tool error messages (default: red)
## Set the color for tool error messages (default: #FF2222)
#tool-error-color: #FF2222
## Set the color for tool warning messages (default: #FFA500)
#tool-warning-color: #FFA500
## Set the color for assistant output (default: #0088ff)
#assistant-output-color: #0088ff

View file

@ -150,9 +150,12 @@
## 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