mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
b6c5bd552e
2 changed files with 3 additions and 2 deletions
|
@ -427,7 +427,8 @@ def get_parser(default_config_files, git_root):
|
||||||
default="default",
|
default="default",
|
||||||
help=(
|
help=(
|
||||||
"Set the markdown code theme (default: default, other options include monokai,"
|
"Set the markdown code theme (default: default, other options include monokai,"
|
||||||
" solarized-dark, solarized-light)"
|
" solarized-dark, solarized-light, or a Pygments builtin style,"
|
||||||
|
" see https://pygments.org/styles for available themes)"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
|
|
|
@ -381,7 +381,7 @@ Set the background color for the current item in the completion menu (default: t
|
||||||
Environment variable: `AIDER_COMPLETION_MENU_CURRENT_BG_COLOR`
|
Environment variable: `AIDER_COMPLETION_MENU_CURRENT_BG_COLOR`
|
||||||
|
|
||||||
### `--code-theme VALUE`
|
### `--code-theme VALUE`
|
||||||
Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light)
|
Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light, or a Pygments builtin style, see [https://pygments.org/styles](https://pygments.org/styles) for available themes)
|
||||||
Default: default
|
Default: default
|
||||||
Environment variable: `AIDER_CODE_THEME`
|
Environment variable: `AIDER_CODE_THEME`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue