branch: externals/modus-themes
commit b9e822be6c1b9ce8481769dd58759038e75fe53b
Merge: 6639604271 7601df769e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #145 from eotsn/fix-flymake-eol-faces
    
    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)))

Reply via email to