Add support for more packages

This commit is contained in:
Jessie Hildebrandt 2022-12-13 03:05:15 -05:00
parent bfa34c2774
commit d8511b1cba

View File

@ -415,6 +415,10 @@
`(avy-lead-face-1 ((,class (:inherit 'avy-lead-face)))) `(avy-lead-face-1 ((,class (:inherit 'avy-lead-face))))
`(avy-lead-face-2 ((,class (:inherit 'avy-lead-face)))) `(avy-lead-face-2 ((,class (:inherit 'avy-lead-face))))
;; bufler
`(bufler-path ((,class (:inherit 'font-lock-string-face))))
`(bufler-buffer-special ((,class (:inherit 'font-lock-builtin-face))))
;; company ;; company
`(company-tooltip ((,class (:inherit 'tooltip)))) `(company-tooltip ((,class (:inherit 'tooltip))))
`(company-tooltip-common ((,class (:foreground ,blue :distant-foreground ,base-0 :weight bold)))) `(company-tooltip-common ((,class (:foreground ,blue :distant-foreground ,base-0 :weight bold))))
@ -636,6 +640,9 @@
`(paren-face-mismatch ((,class (:inherit 'show-paren-mismatch)))) `(paren-face-mismatch ((,class (:inherit 'show-paren-mismatch))))
`(paren-face-no-match ((,class (:inherit 'show-paren-mismatch)))) `(paren-face-no-match ((,class (:inherit 'show-paren-mismatch))))
;; mood-line
`(mood-line-status-info ((,class (:foreground ,teal))))
;; multiple-cursors ;; multiple-cursors
`(mc/cursor-face ((,class (:inherit 'cursor)))) `(mc/cursor-face ((,class (:inherit 'cursor))))