branch: elpa/aidermacs
commit 22801ad707d61fe6f9469522e6dd6a3b6ffa67d5
Author: reindert <[email protected]>
Commit: reindert <[email protected]>
document theme support
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 851c5c4c76..e30bdd26df 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,13 @@ Available backends:
- `comint` (default): Uses Emacs' built-in terminal emulation
- `vterm`: Leverages vterm for better terminal compatibility
+### Emacs theme support
+The vterm backend will use the faces defined by your active emacs theme to set
the colors for aider. In some cases this will not work perfectly; if text is
unreadable for you, you can turn this off as follows:
+
+``` emacs-lisp
+;; don't match emacs theme colors
+(setopt aidermacs-vterm-use-theme-colors nil)
+```
### Multiline Input Configuration