solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 92f138620715ace4103fe7300bbeb371507fead6
parent f61167e94f9b3d7eb12f72f23030d06825bec9c9
Author: Matthew Boston <matthew.boston@gmail.com>
Date:   Wed, 10 Dec 2014 16:49:44 -0500

add faces for tests in cider-mode

Diffstat:
Msolarized.el | 4++++
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))))