When I try to view the annotated text / code I can barely read it. Is there a way of changing the colouring or disabling it? See below.
Asked
Active
Viewed 84 times
0
-
1See https://emacs.stackexchange.com/questions/21672/how-can-i-find-out-what-face-i-need-to-change-in-the-mode-line, https://emacs.stackexchange.com/questions/19286/how-to-change-face-in-particular-theme-locally and try looking up many other SE answers using f.i. "change face" or "which face" search terms. – Y. E. Dec 16 '21 at 13:21
-
1Are you running in the terminal or a GUI? – Lindydancer Dec 16 '21 at 17:37
-
@Y.E. Thank you!! This got me the fix! – zachaysan Dec 17 '21 at 20:16
-
@Lindydancer terminal, but I've been able to fix it based on the comments provided :) – zachaysan Dec 17 '21 at 20:16
1 Answers
1
First I suggest to customize vc-annotate-background-mode
. If this doesn't help, you could try more fine-grained customization with vc-annotate-color-map
. There are also other options for customization of vc-annotate colouring in customize-group vc
.

link0ff
- 1,081
- 5
- 14