Skip to content

Commit

Permalink
added faces for clojure-test-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Dec 30, 2012
1 parent 14e6d53 commit 53b6651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions solarized.el
Expand Up @@ -291,6 +291,11 @@
`(cfw:face-toolbar-button-off ((,class (:background ,yellow-lc :foreground ,yellow-hc :weight bold)))) `(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)))) `(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 ;; ctable
`(ctbl:face-cell-select ((,class (:background ,blue :foreground ,solarized-bg)))) `(ctbl:face-cell-select ((,class (:background ,blue :foreground ,solarized-bg))))
`(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg)))) `(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg))))
Expand Down

0 comments on commit 53b6651

Please sign in to comment.