mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make all flymake EOL faces have the same :height 0.9
This commit is contained in:
parent
fd124dc370
commit
a3e7ba2805
|
|
@ -5441,11 +5441,11 @@ If COLOR is unspecified, then return :box unspecified."
|
|||
`(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 :underline ,border)))
|
||||
`(flymake-error-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,err :height 0.9 :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 :underline ,border)))
|
||||
`(flymake-note-echo-at-eol ((,c :inherit modus-themes-slant :foreground ,info :height 0.9 :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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue