diff --git a/modus-themes.el b/modus-themes.el index a730141..a402c8e 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -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)))