summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-14 19:06:38 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-14 19:06:38 -0700
commit3a52262becc6bd489f4b8d2b252fa15116aaf238 (patch)
treec079591cb700b08e43750572fedfba05f15cbe12 /zenburn-theme.el
parent3112683e22c725ec6b37bcf7d36e717373e84295 (diff)
Add more CIDER faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index b0d7018..e5613d1 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -274,6 +274,14 @@ Also bind `class' to ((class color) (min-colors 89))."
`(bm-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
;;;;; cider
`(cider-result-overlay-face ((t (:foreground ,zenburn-fg-1 :background unspecified))))
+ `(cider-enlightened-face ((t (:box (:color ,zenburn-orange :line-width -1)))))
+ `(cider-enlightened-local-face ((t (:weight bold :foreground ,zenburn-green+1)))))
+ `(cider-deprecated-face ((t (:background ,zenburn-yellow-2))))
+ `(cider-instrumented-face ((t (:box (:color ,zenburn-red :line-width -1)))))
+ `(cider-traced-face ((t (:box (:color ,zenburn-cyan :line-width -1)))))
+ `(cider-test-failure-face ((t (:background ,zenburn-red-4))))
+ `(cider-test-error-face ((t (:background ,zenburn-magenta))))
+ `(cider-test-success-face ((t (:background ,zenburn-green-1))))
;;;;; circe
`(circe-highlight-nick-face ((t (:foreground ,zenburn-cyan))))
`(circe-my-message-face ((t (:foreground ,zenburn-fg))))