Add support for more packages
This commit is contained in:
parent
bfa34c2774
commit
d8511b1cba
@ -415,6 +415,10 @@
|
||||
`(avy-lead-face-1 ((,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-tooltip ((,class (:inherit 'tooltip))))
|
||||
`(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-no-match ((,class (:inherit 'show-paren-mismatch))))
|
||||
|
||||
;; mood-line
|
||||
`(mood-line-status-info ((,class (:foreground ,teal))))
|
||||
|
||||
;; multiple-cursors
|
||||
`(mc/cursor-face ((,class (:inherit 'cursor))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user