base: add annotate.el support

This commit is contained in:
Henrik Lissner 2021-02-10 03:15:08 -05:00
parent 6457b0e94a
commit 739fff3631

View file

@ -170,6 +170,11 @@
(all-the-icons-yellow :foreground yellow) (all-the-icons-yellow :foreground yellow)
;;;; all-the-icons-dired ;;;; all-the-icons-dired
(all-the-icons-dired-dir-face :foreground doc-comments) (all-the-icons-dired-dir-face :foreground doc-comments)
;;;; annotate
(annotate-annotation :background (doom-blend highlight bg 0.1) :foreground doc-comments)
(annotate-annotation-secondary :background (doom-blend green bg 0.1) :foreground doc-comments)
(annotate-highlight :background (doom-blend highlight bg 0.1) :underline highlight)
(annotate-highlight-secondary :background (doom-blend green bg 0.1) :underline green)
;;;; anzu ;;;; anzu
(anzu-replace-highlight :background base0 :foreground red :weight 'bold :strike-through t) (anzu-replace-highlight :background base0 :foreground red :weight 'bold :strike-through t)
(anzu-replace-to :background base0 :foreground green :weight 'bold) (anzu-replace-to :background base0 :foreground green :weight 'bold)