branch: elpa/spacemacs-theme
commit 8b07af28f687d4822828484e4fa0f7ff7a7f225a
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
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))))