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

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

[nongnu] elpa/zenburn-theme 89c0e39317: Add additional flymake colors (#


From: ELPA Syncer
Subject: [nongnu] elpa/zenburn-theme 89c0e39317: Add additional flymake colors (#363)
Date: Tue, 12 Apr 2022 16:59:14 -0400 (EDT)

branch: elpa/zenburn-theme
commit 89c0e39317850d5ccf14dcbbaff06b0a193454a6
Author: Yue Zhu <1224535+yuezhu@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Add additional flymake colors (#363)
---
 zenburn-theme.el | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/zenburn-theme.el b/zenburn-theme.el
index e1467ec738..c8821c1b12 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -647,6 +647,21 @@ Also bind `class' to ((class color) (min-colors 89))."
        (:underline (:style wave :color ,zenburn-green)
                    :inherit unspecified :foreground unspecified :background 
unspecified))
       (t (:foreground ,zenburn-green-2 :weight bold :underline t))))
+   `(flymake-error
+     ((((supports :underline (:style wave)))
+       (:underline (:style wave :color ,zenburn-red)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
+      (t (:foreground ,zenburn-red-1 :weight bold :underline t))))
+   `(flymake-warning
+     ((((supports :underline (:style wave)))
+       (:underline (:style wave :color ,zenburn-orange)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
+      (t (:foreground ,zenburn-orange :weight bold :underline t))))
+   `(flymake-note
+     ((((supports :underline (:style wave)))
+       (:underline (:style wave :color ,zenburn-green)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
+      (t (:foreground ,zenburn-green-2 :weight bold :underline t))))
 ;;;;; flyspell
    `(flyspell-duplicate
      ((((supports :underline (:style wave)))



reply via email to

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