[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 7b58110d84: Add support for end-of-line fl
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 7b58110d84: Add support for end-of-line flymake faces (Emacs 29) |
Date: |
Mon, 15 May 2023 15:58:18 -0400 (EDT) |
branch: externals/modus-themes
commit 7b58110d84ed2b754bc754389d770eed60714182
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 7b58110d84: Add support for end-of-line flymake faces (Emacs 29),
ELPA Syncer <=