solarized-emacs

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

commit 53b66516ae239f63dd445549557ed5f6a355fa57
parent 14e6d53bc3b43830fad1dacabdd1fe08e8067f3e
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Mon, 31 Dec 2012 00:28:13 +0200

added faces for clojure-test-mode

Diffstat:
Msolarized.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -291,6 +291,11 @@ `(cfw:face-toolbar-button-off ((,class (:background ,yellow-lc :foreground ,yellow-hc :weight bold)))) `(cfw:face-toolbar-button-on ((,class (:background ,yellow-hc :foreground ,yellow-lc :weight bold)))) + ;; clojure-test-mode + `(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)))) + ;; ctable `(ctbl:face-cell-select ((,class (:background ,blue :foreground ,solarized-bg)))) `(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg))))