summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalchevskiy Misha <malchmih@gmail.com>2016-10-14 23:28:34 +0300
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-15 09:16:15 +0300
commit22fbaab1a198fbb6115fea2e45112b670eee8e46 (patch)
tree62a1354a3a6c4fa61229145049d21685f5d5511e
parente20756e1b78de58d3f82ba4a9d7c0772cb37482d (diff)
Stop overriding cider overlay foreground
Exactly the same as in https://github.com/bbatsov/solarized-emacs/pull/233
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index b79e7c8..c27018f 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -281,7 +281,7 @@ Also bind `class' to ((class color) (min-colors 89))."
`(bm-fringe-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
`(bm-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
;;;;; cider
- `(cider-result-overlay-face ((t (:foreground ,zenburn-fg-1 :background unspecified))))
+ `(cider-result-overlay-face ((t (: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))))