mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 03:25:00 +00:00
copy
This commit is contained in:
parent
ee3bf2311c
commit
3c87e3670c
6 changed files with 115 additions and 3 deletions
|
@ -161,6 +161,18 @@
|
|||
## Set the color for assistant output (default: #0088ff)
|
||||
#assistant-output-color: #0088ff
|
||||
|
||||
## Set the color for the completion menu (default: terminal's default text color)
|
||||
#completion-menu-color: default
|
||||
|
||||
## Set the background color for the completion menu (default: terminal's default background color)
|
||||
#completion-menu-bg-color: default
|
||||
|
||||
## Set the color for the current item in the completion menu (default: terminal's default background color)
|
||||
#completion-menu-current-color: default
|
||||
|
||||
## Set the background color for the current item in the completion menu (default: terminal's default text color)
|
||||
#completion-menu-current-bg-color: default
|
||||
|
||||
## Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light)
|
||||
#code-theme: default
|
||||
|
||||
|
|
|
@ -165,13 +165,13 @@
|
|||
## Set the color for assistant output (default: #0088ff)
|
||||
#AIDER_ASSISTANT_OUTPUT_COLOR=#0088ff
|
||||
|
||||
## Set the foreground color for the completion menu (default: terminal's default text color)
|
||||
## Set the color for the completion menu (default: terminal's default text color)
|
||||
#AIDER_COMPLETION_MENU_COLOR=default
|
||||
|
||||
## Set the background color for the completion menu (default: terminal's default background color)
|
||||
#AIDER_COMPLETION_MENU_BG_COLOR=default
|
||||
|
||||
## Set the foreground color for the current item in the completion menu (default: terminal's default background color)
|
||||
## Set the color for the current item in the completion menu (default: terminal's default background color)
|
||||
#AIDER_COMPLETION_MENU_CURRENT_COLOR=default
|
||||
|
||||
## Set the background color for the current item in the completion menu (default: terminal's default text color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue