branch: externals/modus-themes
commit 24313757252e53bb7a5d0a021b8c7aabbbec9a94
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for new flymake "echo" faces
---
modus-themes.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modus-themes.el b/modus-themes.el
index 73eab98563..9df27454c1 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2446,8 +2446,11 @@ FG and BG are the main colors."
`(flycheck-indicator-warning ((,c :inherit warning)))
;;;;; flymake
`(flymake-error ((,c :inherit modus-themes-lang-error)))
+ `(flymake-error-echo ((,c :inherit error)))
`(flymake-note ((,c :inherit modus-themes-lang-note)))
+ `(flymake-note-echo ((,c :inherit success)))
`(flymake-warning ((,c :inherit modus-themes-lang-warning)))
+ `(flymake-warning-echo ((,c :inherit warning)))
;;;;; flyspell
`(flyspell-duplicate ((,c :inherit modus-themes-lang-warning)))
`(flyspell-incorrect ((,c :inherit modus-themes-lang-error)))