mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
doc that Pygments styles can be used for --code-theme
This commit is contained in:
parent
64f95af833
commit
7f0d08ad77
2 changed files with 3 additions and 2 deletions
|
@ -427,7 +427,8 @@ def get_parser(default_config_files, git_root):
|
|||
default="default",
|
||||
help=(
|
||||
"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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue