[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))))
- [nongnu] elpa/spacemacs-theme 8a023785f4 087/336: Support diff-hl, (continued)
- [nongnu] elpa/spacemacs-theme 8a023785f4 087/336: Support diff-hl, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme d22b0c42bb 092/336: Revamp of company tooltips, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme d9c256ab7c 089/336: linum-relative support, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme e5f95e427e 105/336: Merge pull request #24 from xuchunyang/support-which-function-mode, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 20753b88d8 112/336: Make org-agenda respect spacemacs-theme-org-height, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 2f16b73cb8 111/336: Merge pull request #28 from nixmaniack/enh_mode_face_enhancement, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme b608285378 116/336: Make org schedules and tasks more readable, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 2fc6a892a7 095/336: Org buttons and regular buttons support, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 282bf317ab 150/336: use better colors for true-color terminals, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 3e87a0fde9 151/336: Merge pull request #39 from cstrahan/true-color, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 8b07af28f6 153/336: Support cider,
ELPA Syncer <=
- [nongnu] elpa/spacemacs-theme 6b93fb3504 138/336: Unifying search utilities look, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 5c8bb4b403 175/336: Unify org, markdown, latex headings (fix #58), ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 069cb4c14e 184/336: Little formatting for the last PR, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 3e8f0d8fab 174/336: Fix (#56) colors for helm-ag, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 4342800a4a 188/336: Merge pull request #69 from atheriel/elfeed-date-face, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 6d96877d22 177/336: Support Jabber (Fix #59), ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 6c74d12a03 179/336: Fix (#62) add custom var org agenda height, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 30068e248b 181/336: Initial support for elfeed, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 3818119a87 186/336: Merge pull request #68 from Stebalien/notmuch, ELPA Syncer, 2022/01/14
- [nongnu] elpa/spacemacs-theme 40d971e3b3 193/336: Support Magit-reflog (fix #73), ELPA Syncer, 2022/01/14