mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Extend support for flycheck faces
This commit is contained in:
parent
7d53a6959c
commit
940249694c
|
|
@ -5385,7 +5385,20 @@ If COLOR is unspecified, then return :box unspecified."
|
||||||
;;;;; eyebrowse
|
;;;;; eyebrowse
|
||||||
`(eyebrowse-mode-line-active ((,c :inherit italic :foreground ,modeline-info)))
|
`(eyebrowse-mode-line-active ((,c :inherit italic :foreground ,modeline-info)))
|
||||||
;;;;; flycheck
|
;;;;; 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 ((,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-error ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
|
||||||
`(flycheck-fringe-info ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
|
`(flycheck-fringe-info ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
|
||||||
`(flycheck-fringe-warning ((,c :background ,bg-prominent-warning :foreground ,fg-prominent-warning)))
|
`(flycheck-fringe-warning ((,c :background ,bg-prominent-warning :foreground ,fg-prominent-warning)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue