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

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

[nongnu] elpa/spacemacs-theme 8b07af28f6 153/336: Support cider


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 8b07af28f6 153/336: Support cider
Date: Fri, 14 Jan 2022 10:59:28 -0500 (EST)

branch: elpa/spacemacs-theme
commit 8b07af28f687d4822828484e4fa0f7ff7a7f225a
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Support cider
---
 spacemacs-common.el | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 063ddd27f6..1427f0f36f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -140,7 +140,7 @@
 
 ;;;;; basics
      `(cursor ((,class (:background ,cursor))))
-     `(custom-button ((,class :background ,bg2 :foreground ,base ,:box 
(:line-width 2 :style released-button))))
+     `(custom-button ((,class :background ,bg2 :foreground ,base :box 
(:line-width 2 :style released-button))))
      `(default ((,class (:background ,bg1 :foreground ,base))))
      `(default-italic ((,class (:italic t))))
      `(error ((,class (:foreground ,err))))
@@ -185,6 +185,16 @@
 ;;;;; anzu-mode
      `(anzu-mode-line ((,class (:foreground ,yellow :inherit bold))))
 
+;;;;; cider
+     `(cider-enlightened ((,class (:background nil :box (:color ,yellow 
:line-width -1 :style nil) :foreground ,yellow))))
+     `(cider-enlightened-local ((,class (:foreground ,yellow))))
+     `(cider-instrumented-face ((,class (:background nil :box (:color ,red 
:line-width -1 :style nil) :foreground ,red))))
+     `(cider-result-overlay-face ((,class (:background nil :box (:color ,blue 
:line-width -1 :style nil) :foreground ,blue))))
+     `(cider-test-error-face ((,class (:background ,war :foreground ,bg1))))
+     `(cider-test-failure-face ((,class (:background ,err :foreground ,bg1))))
+     `(cider-test-success-face ((,class (:background ,suc :foreground ,bg1))))
+     `(cider-traced-face ((,class :box (:color ,cyan :line-width -1 :style 
nil))))
+
 ;;;;; company
      `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
      `(company-preview ((,class (:background ,ttip-bg :foreground ,ttip))))



reply via email to

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