extras/aider/README.md
Tokyo Night themes for the aider CLI tool.
Copy the contents of the theme .yml file to your .aider.conf.yml file.
This file can be located in different places, depending on the scope desired (global per-user, per-repo, or per-directory). See the aider docs for more information.
The code-theme setting, which controls the syntax highlighting for code blocks in the LLM Markdown responses, depends on the Pygments extra and is disabled by default. It must be installed in the same Python environment that aider is installed in, which can differ depending on how aider was installed.
The following example is for if you used the recommended installation tool aider-install.
[!NOTE] For other installation methods, use the appropriate way of installing Python packages for that method. See the Installation section of the Pygments extra for more information.
aider-install uses the uv Python package and project manager CLI tool and it's uv tool command behind the scenes.
To install additional dependencies using uv tool, there is --with CLI option:
uv tool install --force --python python3.12 aider-chat@latest --with git+https://github.com/folke/tokyonight.nvim.git@main#subdirectory=extras/pygments
For more information about uv tool, see the uv documentation.