commit 37cb827e62d37e664ea7b46ef26927fd399a819a
parent 8cf091bdb8bb0af7d3d8ca6832f9f3e129221df4
Author: mallt <mallt@users.noreply.github.com>
Date: Sun, 15 May 2016 13:42:14 +0200
[Fix #232] Remove foreground of cider-result-overlay to avoid overriding clojure font lock (#233)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -547,7 +547,7 @@ customize the resulting theme."
`(cfw:face-toolbar-button-on ((,class (:background ,yellow-hc :foreground ,yellow-lc
:weight bold))))
;;;;; cider
- `(cider-result-overlay-face ((t (:foreground ,s-base2 :background unspecified))))
+ `(cider-result-overlay-face ((t (:background unspecified))))
`(cider-enlightened-face ((t (:box (:color ,magenta :line-width -1)))))
`(cider-enlightened-local-face ((t (:weight bold :foreground ,green-l))))
`(cider-deprecated-face ((t (:background ,yellow))))