mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Simplify the flymake end-of-line faces
This commit is contained in:
parent
940249694c
commit
75aa3fa79e
|
|
@ -5417,18 +5417,18 @@ If COLOR is unspecified, then return :box unspecified."
|
||||||
`(flycheck-indicator-success ((,c :foreground ,info)))
|
`(flycheck-indicator-success ((,c :foreground ,info)))
|
||||||
`(flycheck-indicator-warning ((,c :foreground ,warning)))
|
`(flycheck-indicator-warning ((,c :foreground ,warning)))
|
||||||
;;;;; flymake
|
;;;;; 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 ((,c :underline (:style wave :color ,underline-err))))
|
||||||
`(flymake-error-echo ((,c :foreground ,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-error-fringe ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
|
||||||
`(flymake-note ((,c :underline (:style wave :color ,underline-note))))
|
`(flymake-note ((,c :underline (:style wave :color ,underline-note))))
|
||||||
`(flymake-note-echo ((,c :foreground ,info)))
|
`(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-note-fringe ((,c :background ,bg-prominent-note :foreground ,fg-prominent-note)))
|
||||||
`(flymake-warning ((,c :underline (:style wave :color ,underline-warning))))
|
`(flymake-warning ((,c :underline (:style wave :color ,underline-warning))))
|
||||||
`(flymake-warning-echo ((,c :foreground ,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)))
|
`(flymake-warning-fringe ((,c :background ,bg-prominent-warning :foreground ,fg-prominent-warning)))
|
||||||
;;;;; flyspell
|
;;;;; flyspell
|
||||||
`(flyspell-duplicate ((,c :underline (:style wave :color ,underline-warning))))
|
`(flyspell-duplicate ((,c :underline (:style wave :color ,underline-warning))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue