mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Fix flymake-warning-echo-at-eol face
This commit is contained in:
parent
6639604271
commit
7601df769e
|
|
@ -2479,7 +2479,7 @@ FG and BG are the main colors."
|
|||
`(flymake-note-echo-at-eol ((,c :inherit flymake-end-of-line-diagnostics-face :foreground ,info)))
|
||||
`(flymake-warning ((,c :inherit modus-themes-lang-warning)))
|
||||
`(flymake-warning-echo ((,c :inherit warning)))
|
||||
`(flymake-note-echo-at-eol ((,c :inherit flymake-end-of-line-diagnostics-face :foreground ,warning)))
|
||||
`(flymake-warning-echo-at-eol ((,c :inherit flymake-end-of-line-diagnostics-face :foreground ,warning)))
|
||||
;;;;; flyspell
|
||||
`(flyspell-duplicate ((,c :inherit modus-themes-lang-warning)))
|
||||
`(flyspell-incorrect ((,c :inherit modus-themes-lang-error)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue