Add support for new flymake "echo" faces

This commit is contained in:
Protesilaos Stavrou 2023-04-23 15:29:40 +03:00
parent c3ed8a6e2f
commit 2431375725
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))