bastibe / annotate.el

Annotate.el
Other
384 stars 20 forks source link

Is it possible to change the color of the underline, and the background color of the note text? #145

Closed Prague2049 closed 1 year ago

Prague2049 commented 1 year ago

Is it possible to change the color of the underline, and the background color of the note text?

bastibe commented 1 year ago

You can customize the various faces used by annotate: https://github.com/bastibe/annotate.el/blob/master/annotate.el#L96

cage2 commented 1 year ago

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.