branch: externals/modus-themes commit 7601df769e20b750dceb23a3c514a9eb9e6b050e Author: Eric Ottosson <nore...@eotsn.com> Commit: Eric Ottosson <nore...@eotsn.com>
Fix flymake-warning-echo-at-eol face --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index a6fe701918..a1923a6827 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -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)))