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

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

[nongnu] elpa/anti-zenburn-theme ad792fe 140/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme ad792fe 140/151: From zenburn-emacs: add more CIDER faces.
Date: Thu, 21 Oct 2021 18:01:40 -0400 (EDT)

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

    From zenburn-emacs: add more CIDER faces.
---
 anti-zenburn-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 38935b9..201fed0 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -247,6 +247,14 @@
 
 ;;; cider
    `(cider-result-overlay-face ((t (:foreground ,azenburn-fg-1 :background 
unspecified))))
+   `(cider-enlightened-face ((t (:box (:color ,azenburn-light-blue :line-width 
-1)))))
+   `(cider-enlightened-local-face ((t (:weight bold :foreground 
,azenburn-violet+1))))
+   `(cider-deprecated-face ((t (:background ,azenburn-dark-blue-2))))
+   `(cider-instrumented-face ((t (:box (:color ,azenburn-blue :line-width 
-1)))))
+   `(cider-traced-face ((t (:box (:color ,azenburn-bordeaux :line-width -1)))))
+   `(cider-test-failure-face ((t (:background ,azenburn-blue-4))))
+   `(cider-test-error-face ((t (:background ,azenburn-green))))
+   `(cider-test-success-face ((t (:background ,azenburn-violet-1))))
 
 ;;; circe
    `(circe-highlight-nick-face ((t (:foreground ,azenburn-bordeaux))))



reply via email to

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