diff --git a/aider/website/assets/sample.aider.conf.yml b/aider/website/assets/sample.aider.conf.yml index 0f3d173bf..e4b47404a 100644 --- a/aider/website/assets/sample.aider.conf.yml +++ b/aider/website/assets/sample.aider.conf.yml @@ -177,16 +177,16 @@ #assistant-output-color: #0088ff ## Set the color for the completion menu (default: terminal's default text color) -#completion-menu-color: default +#completion-menu-color: xxx ## Set the background color for the completion menu (default: terminal's default background color) -#completion-menu-bg-color: default +#completion-menu-bg-color: xxx ## Set the color for the current item in the completion menu (default: terminal's default background color) -#completion-menu-current-color: default +#completion-menu-current-color: xxx ## Set the background color for the current item in the completion menu (default: terminal's default text color) -#completion-menu-current-bg-color: default +#completion-menu-current-bg-color: xxx ## Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light) #code-theme: default diff --git a/aider/website/assets/sample.env b/aider/website/assets/sample.env index 12447e181..ba588eb7f 100644 --- a/aider/website/assets/sample.env +++ b/aider/website/assets/sample.env @@ -181,16 +181,16 @@ #AIDER_ASSISTANT_OUTPUT_COLOR=#0088ff ## Set the color for the completion menu (default: terminal's default text color) -#AIDER_COMPLETION_MENU_COLOR=default +#AIDER_COMPLETION_MENU_COLOR= ## Set the background color for the completion menu (default: terminal's default background color) -#AIDER_COMPLETION_MENU_BG_COLOR=default +#AIDER_COMPLETION_MENU_BG_COLOR= ## Set the color for the current item in the completion menu (default: terminal's default background color) -#AIDER_COMPLETION_MENU_CURRENT_COLOR=default +#AIDER_COMPLETION_MENU_CURRENT_COLOR= ## Set the background color for the current item in the completion menu (default: terminal's default text color) -#AIDER_COMPLETION_MENU_CURRENT_BG_COLOR=default +#AIDER_COMPLETION_MENU_CURRENT_BG_COLOR= ## Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light) #AIDER_CODE_THEME=default diff --git a/aider/website/docs/config/aider_conf.md b/aider/website/docs/config/aider_conf.md index b11a4249a..bf828ad17 100644 --- a/aider/website/docs/config/aider_conf.md +++ b/aider/website/docs/config/aider_conf.md @@ -225,16 +225,16 @@ cog.outl("```") #assistant-output-color: #0088ff ## Set the color for the completion menu (default: terminal's default text color) -#completion-menu-color: default +#completion-menu-color: xxx ## Set the background color for the completion menu (default: terminal's default background color) -#completion-menu-bg-color: default +#completion-menu-bg-color: xxx ## Set the color for the current item in the completion menu (default: terminal's default background color) -#completion-menu-current-color: default +#completion-menu-current-color: xxx ## Set the background color for the current item in the completion menu (default: terminal's default text color) -#completion-menu-current-bg-color: default +#completion-menu-current-bg-color: xxx ## Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light) #code-theme: default diff --git a/aider/website/docs/config/dotenv.md b/aider/website/docs/config/dotenv.md index 6f55ced83..f654c3b77 100644 --- a/aider/website/docs/config/dotenv.md +++ b/aider/website/docs/config/dotenv.md @@ -223,16 +223,16 @@ cog.outl("```") #AIDER_ASSISTANT_OUTPUT_COLOR=#0088ff ## Set the color for the completion menu (default: terminal's default text color) -#AIDER_COMPLETION_MENU_COLOR=default +#AIDER_COMPLETION_MENU_COLOR= ## Set the background color for the completion menu (default: terminal's default background color) -#AIDER_COMPLETION_MENU_BG_COLOR=default +#AIDER_COMPLETION_MENU_BG_COLOR= ## Set the color for the current item in the completion menu (default: terminal's default background color) -#AIDER_COMPLETION_MENU_CURRENT_COLOR=default +#AIDER_COMPLETION_MENU_CURRENT_COLOR= ## Set the background color for the current item in the completion menu (default: terminal's default text color) -#AIDER_COMPLETION_MENU_CURRENT_BG_COLOR=default +#AIDER_COMPLETION_MENU_CURRENT_BG_COLOR= ## Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light) #AIDER_CODE_THEME=default diff --git a/aider/website/docs/config/options.md b/aider/website/docs/config/options.md index bef493a3d..b22caef25 100644 --- a/aider/website/docs/config/options.md +++ b/aider/website/docs/config/options.md @@ -338,22 +338,18 @@ Environment variable: `AIDER_ASSISTANT_OUTPUT_COLOR` ### `--completion-menu-color COLOR` Set the color for the completion menu (default: terminal's default text color) -Default: default Environment variable: `AIDER_COMPLETION_MENU_COLOR` ### `--completion-menu-bg-color COLOR` Set the background color for the completion menu (default: terminal's default background color) -Default: default Environment variable: `AIDER_COMPLETION_MENU_BG_COLOR` ### `--completion-menu-current-color COLOR` Set the color for the current item in the completion menu (default: terminal's default background color) -Default: default Environment variable: `AIDER_COMPLETION_MENU_CURRENT_COLOR` ### `--completion-menu-current-bg-color COLOR` Set the background color for the current item in the completion menu (default: terminal's default text color) -Default: default Environment variable: `AIDER_COMPLETION_MENU_CURRENT_BG_COLOR` ### `--code-theme VALUE`