mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Update new setting default value
This commit is contained in:
parent
a26ab12b2c
commit
b8e46f2d04
2 changed files with 3 additions and 3 deletions
|
@ -173,8 +173,8 @@
|
||||||
## Set the color for user input (default: #00cc00)
|
## Set the color for user input (default: #00cc00)
|
||||||
#user-input-color: "#00cc00"
|
#user-input-color: "#00cc00"
|
||||||
|
|
||||||
## Set the color for user submitted input (default: #00cc00)
|
## Set the color for user submitted input (default: None)
|
||||||
#user-input-submitted-color: "#00cc00"
|
#user-input-submitted-color: "xxx"
|
||||||
|
|
||||||
## Set the color for tool output (default: None)
|
## Set the color for tool output (default: None)
|
||||||
#tool-output-color: "xxx"
|
#tool-output-color: "xxx"
|
||||||
|
|
|
@ -326,7 +326,7 @@ Default: #00cc00
|
||||||
Environment variable: `AIDER_USER_INPUT_COLOR`
|
Environment variable: `AIDER_USER_INPUT_COLOR`
|
||||||
|
|
||||||
### `--user-input-submitted-color VALUE`
|
### `--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`
|
Environment variable: `AIDER_USER_INPUT_SUBMITTED_COLOR`
|
||||||
|
|
||||||
### `--tool-output-color VALUE`
|
### `--tool-output-color VALUE`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue