Simplify the flymake end-of-line faces

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

View file

@ -5417,18 +5417,18 @@ If COLOR is unspecified, then return :box unspecified."
`(flycheck-indicator-success ((,c :foreground ,info)))
`(flycheck-indicator-warning ((,c :foreground ,warning)))
;;;;; flymake
`(flymake-end-of-line-diagnostics-face ((,c :inherit modus-themes-slant :height 0.85 :box ,border)))
`(flymake-end-of-line-diagnostics-face ((,c :inherit modus-themes-slant :underline ,border)))
`(flymake-error ((,c :underline (:style wave :color ,underline-err))))
`(flymake-error-echo ((,c :foreground ,err)))
`(flymake-error-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,err :height 0.85 :box ,border)))
`(flymake-error-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,err :underline ,border)))
`(flymake-error-fringe ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
`(flymake-note ((,c :underline (:style wave :color ,underline-note))))
`(flymake-note-echo ((,c :foreground ,info)))
`(flymake-note-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,info :height 0.85 :box ,border)))
`(flymake-note-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,info :underline ,border)))
`(flymake-note-fringe ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
`(flymake-warning ((,c :underline (:style wave :color ,underline-warning))))
`(flymake-warning-echo ((,c :foreground ,warning)))
`(flymake-warning-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,warning :height 0.85 :box ,border)))
`(flymake-warning-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,warning :height 0.9 :underline ,border)))
`(flymake-warning-fringe ((,c :background ,bg-prominent-warning :foreground ,fg-prominent-warning)))
;;;;; flyspell
`(flyspell-duplicate ((,c :underline (:style wave :color ,underline-warning))))