branch: externals/modus-themes commit 7b58110d84ed2b754bc754389d770eed60714182 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for end-of-line flymake faces (Emacs 29) --- modus-themes.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 272fcc98e4..caf071d729 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2448,12 +2448,16 @@ FG and BG are the main colors." `(flycheck-indicator-success ((,c :inherit success))) `(flycheck-indicator-warning ((,c :inherit warning))) ;;;;; flymake + `(flymake-end-of-line-diagnostics-face ((,c :inherit modus-themes-slant :height 0.85 :box ,border))) `(flymake-error ((,c :inherit modus-themes-lang-error))) `(flymake-error-echo ((,c :inherit error))) + `(flymake-error-echo-at-eol ((,c :inherit flymake-end-of-line-diagnostics-face :foreground ,err))) `(flymake-note ((,c :inherit modus-themes-lang-note))) `(flymake-note-echo ((,c :inherit success))) + `(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))) ;;;;; flyspell `(flyspell-duplicate ((,c :inherit modus-themes-lang-warning))) `(flyspell-incorrect ((,c :inherit modus-themes-lang-error)))