commit e85e579daa177ba5dcc1e1996b42538b67bdc351
parent f61167e94f9b3d7eb12f72f23030d06825bec9c9
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Thu, 11 Dec 2014 00:08:50 +0200
Merge pull request #147 from bostonaholic/cider-faces
add faces for tests in cider-mode
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -559,6 +559,10 @@ customize the resulting theme."
`(clojure-test-failure-face ((t (:foreground ,orange :weight bold :underline t))))
`(clojure-test-error-face ((t (:foreground ,red :weight bold :underline t))))
`(clojure-test-success-face ((t (:foreground ,green :weight bold :underline t))))
+;;;;; cider-test-mode
+ `(cider-test-failure-face ((t (:foreground ,orange :weight bold :underline t))))
+ `(cider-test-error-face ((t (:foreground ,red :weight bold :underline t))))
+ `(cider-test-success-face ((t (:foreground ,green :weight bold :underline t))))
;;;;; company-mode
`(company-tooltip ((,class (:background ,base02 :foreground ,cyan))))
`(company-tooltip-selection ((,class (:background ,cyan-lc :foreground ,cyan-hc))))