Extend support for flycheck faces

This commit is contained in:
Protesilaos 2026-07-30 10:19:38 +03:00
parent 7d53a6959c
commit 940249694c
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5385,7 +5385,20 @@ If COLOR is unspecified, then return :box unspecified."
;;;;; eyebrowse
`(eyebrowse-mode-line-active ((,c :inherit italic :foreground ,modeline-info)))
;;;;; flycheck
`(flycheck-annotate-connector ((,c :foreground ,border)))
`(flycheck-annotate-error ((,c :inherit modus-themes-slant :foreground ,err :underline ,border)))
`(flycheck-annotate-error-background ((,c :background ,bg-dim :foreground ,err)))
`(flycheck-annotate-warning ((,c :inherit modus-themes-slant :foreground ,warning :underline ,border)))
`(flycheck-annotate-warning-background ((,c :background ,bg-dim :foreground ,warning)))
`(flycheck-annotate-info ((,c :inherit modus-themes-slant :foreground ,info :underline ,border)))
`(flycheck-annotate-info-background ((,c :background ,bg-dim :foreground ,info)))
`(flycheck-error ((,c :underline (:style wave :color ,underline-err))))
`(flycheck-error-list-checker-name ((,c :foreground ,name)))
`(flycheck-error-list-error-message ((,c :foreground ,fg-alt)))
`(flycheck-error-list-filename ((,c :foreground ,name)))
`(flycheck-error-list-group-header ((,c :inherit (bold flycheck-error-list-filename))))
`(flycheck-error-list-id ((,c :foreground ,identifier)))
`(flycheck-error-list-line-number ((,c :foreground ,fg-line-number-inactive)))
`(flycheck-fringe-error ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
`(flycheck-fringe-info ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
`(flycheck-fringe-warning ((,c :background ,bg-prominent-warning :foreground ,fg-prominent-warning)))