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

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

[nongnu] elpa/anti-zenburn-theme 254bece 050/151: From zenburn-emacs: Pr


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 254bece 050/151: From zenburn-emacs: Properly reset attributes when using underlines.
Date: Thu, 21 Oct 2021 18:01:21 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 254bece9a79ef35f41cec29682ee42e38453ced3
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: Properly reset attributes when using underlines.
---
 anti-zenburn-theme.el | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index f72b5dd..3514998 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -273,11 +273,11 @@
    ;; flycheck
    `(flycheck-error
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-blue)))
+       (:underline (:style wave :color ,azenburn-blue) :inherit unspecified))
       (t (:foreground ,azenburn-blue-1 :weight bold :underline t))))
    `(flycheck-warning
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-light-blue)))
+       (:underline (:style wave :color ,azenburn-light-blue) :inherit 
unspecified))
       (t (:foreground ,azenburn-light-blue :weight bold :underline t))))
    `(flycheck-fringe-error ((t (:foreground ,azenburn-blue-1 :weight bold))))
    `(flycheck-fringe-warning ((t (:foreground ,azenburn-light-blue :weight 
bold))))
@@ -285,25 +285,28 @@
    ;; flymake
    `(flymake-errline
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-blue)))
+       (:underline (:style wave :color ,azenburn-blue)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
       (t (:foreground ,azenburn-blue-1 :weight bold :underline t))))
    `(flymake-warnline
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-light-blue)))
+       (:underline (:style wave :color ,azenburn-light-blue)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
       (t (:foreground ,azenburn-light-blue :weight bold :underline t))))
    `(flymake-infoline
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-violet)))
+       (:underline (:style wave :color ,azenburn-violet)
+                   :inherit unspecified :foreground unspecified :background 
unspecified))
       (t (:foreground ,azenburn-violet-1 :weight bold :underline t))))
 
    ;; flyspell
    `(flyspell-duplicate
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-light-blue)))
+       (:underline (:style wave :color ,azenburn-light-blue) :inherit 
unspecified))
       (t (:foreground ,azenburn-light-blue :weight bold :underline t))))
    `(flyspell-incorrect
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-blue)))
+       (:underline (:style wave :color ,azenburn-blue) :inherit unspecified))
       (t (:foreground ,azenburn-blue-1 :weight bold :underline t))))
 
    ;; erc



reply via email to

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