emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes a9876f5e54 2/4: Add support for flymake


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a9876f5e54 2/4: Add support for flymake
Date: Sun, 16 Oct 2022 01:57:35 -0400 (EDT)

branch: externals/ef-themes
commit a9876f5e54d6a4f771ef603ea4c0efb08d3c0cf3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for flymake
    
    This is made possible by the new colours introduced in commit 5337d4f.
    Read its message.
---
 README.org   | 1 +
 ef-themes.el | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/README.org b/README.org
index 54682a1e30..dc3bd88f59 100644
--- a/README.org
+++ b/README.org
@@ -914,6 +914,7 @@ everything most users need.
 - epa
 - eshell
 - eww
+- flymake [ Part of {{{development-version}}} ]
 - font-lock
 - git-commit
 - git-rebase
diff --git a/ef-themes.el b/ef-themes.el
index c6733633eb..6fa4f1a104 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -965,6 +965,10 @@ Helper function for `ef-themes-preview-colors'."
     `(eww-form-submit ((,c :box ,fg-dim :background ,bg-active :foreground 
,fg-intense)))
     `(eww-form-text ((,c :inherit widget-field)))
     `(eww-form-textarea ((,c :inherit eww-form-text)))
+;;;; flymake
+    `(flymake-error ((,c :underline (:style wave :color ,underline-err))))
+    `(flymake-note ((,c :underline (:style wave :color ,underline-info))))
+    `(flymake-warning ((,c :underline (:style wave :color 
,underline-warning))))
 ;;;; font-lock
     `(font-lock-builtin-face ((,c :inherit bold :foreground ,builtin)))
     `(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]