Update new setting default value

This commit is contained in:
Matteo Landi 2025-05-19 09:42:45 +02:00
parent a26ab12b2c
commit b8e46f2d04
2 changed files with 3 additions and 3 deletions

View file

@ -173,8 +173,8 @@
## Set the color for user input (default: #00cc00)
#user-input-color: "#00cc00"
## Set the color for user submitted input (default: #00cc00)
#user-input-submitted-color: "#00cc00"
## Set the color for user submitted input (default: None)
#user-input-submitted-color: "xxx"
## Set the color for tool output (default: None)
#tool-output-color: "xxx"

View file

@ -326,7 +326,7 @@ Default: #00cc00
Environment variable: `AIDER_USER_INPUT_COLOR`
### `--user-input-submitted-color VALUE`
Set the color for user submitted input (default: #00cc00)
Set the color for user submitted input (default: None)
Environment variable: `AIDER_USER_INPUT_SUBMITTED_COLOR`
### `--tool-output-color VALUE`