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

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

[nongnu] elpa/anti-zenburn-theme ef8fe7b 087/151: From zenburn-emacs: fi


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme ef8fe7b 087/151: From zenburn-emacs: fix bug in SLIME faces.
Date: Thu, 21 Oct 2021 18:01:29 -0400 (EDT)

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

    From zenburn-emacs: fix bug in SLIME faces.
---
 anti-zenburn-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 7a54c4b..317fc30 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -777,19 +777,19 @@
    `(slime-error-face
      ((((supports :underline (:style wave)))
        (:underline (:style wave :color ,azenburn-blue)))
-      ((t (:underline ,azenburn-blue)))))
+      (t (:underline ,azenburn-blue))))
    `(slime-warning-face
      ((((supports :underline (:style wave)))
        (:underline (:style wave :color ,azenburn-light-blue)))
-      ((t (:underline ,azenburn-light-blue)))))
+      (t (:underline ,azenburn-light-blue))))
    `(slime-style-warning-face
      ((((supports :underline (:style wave)))
        (:underline (:style wave :color ,azenburn-dark-blue)))
-      ((t (:underline ,azenburn-dark-blue)))))
+      (t (:underline ,azenburn-dark-blue))))
    `(slime-note-face
      ((((supports :underline (:style wave)))
        (:underline (:style wave :color ,azenburn-violet)))
-      ((t (:underline ,azenburn-violet)))))
+      (t (:underline ,azenburn-violet))))
    '(slime-highlight-face ((t (:inherit highlight))))
 
    ;; speedbar



reply via email to

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