Is it possible to change the color of the underline, and the background color of the note text?
Prague2049 opened this issue · 2 comments
Prague2049 commented
Is it possible to change the color of the underline, and the background color of the note text?
bastibe commented
You can customize the various faces used by annotate: https://github.com/bastibe/annotate.el/blob/master/annotate.el#L96
cage2 commented
Hi @Prague2049
Something in the code has changed from you message, now to change the theme of the annotations you need to modify the value of these two variables:
https://github.com/bastibe/annotate.el/blob/master/annotate.el#L96
https://github.com/bastibe/annotate.el/blob/master/annotate.el#L101
Bye!
C.