Add face definitions for vundo

This commit is contained in:
Jessie Hildebrandt 2022-12-20 18:20:26 -05:00
parent aa62db610a
commit 151afcecf9

View File

@ -774,6 +774,12 @@
;; vertico ;; vertico
`(vertico-current ((,class (:inherit 'hl-line :background ,base-3 :weight bold)))) `(vertico-current ((,class (:inherit 'hl-line :background ,base-3 :weight bold))))
;; vundo
`(vundo-default ((,class (:background ,bg-alt))))
`(vundo-stem ((,class (:foreground ,base-5))))
`(vundo-node ((,class (:foreground ,base-6))))
`(vundo-highlight ((,class (:foreground ,blue))))
;; which-func ;; which-func
`(which-func ((,class (:foreground ,blue)))) `(which-func ((,class (:foreground ,blue))))