Add missing flycheck faces

This commit is contained in:
Jessie Hildebrandt 2022-12-14 00:34:52 -05:00
parent 7da9b20853
commit 2370b97f31

View File

@ -491,6 +491,8 @@
`(flycheck-warning ((,class (:underline (:color ,yellow)))))
`(flycheck-info ((,class (:underline (:color ,green)))))
`(flycheck-error-list-highlight ((,class (:inherit hl-line :weight bold))))
`(flycheck-error-list-id-with-explainer ((,class (:inherit (flycheck-error-list-id button)))))
`(flycheck-verify-select-checker ((,class (:inherit 'button))))
;; flycheck-posframe
`(flycheck-posframe-face ((,class (:inherit 'default))))