branch: elpa/monokai-theme
commit d7d175d1223b482f7ee2447b233150633197b7c7
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Update clojure-test faces
---
monokai-theme.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 8a8654d..10e5ba4 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1207,17 +1207,17 @@ Also affects 'linum-mode' background."
((,class :box (:color ,monokai-blue :line-width -1 :style nil))
(,terminal-class :box (:color ,terminal-monokai-blue :line-width -1
:style nil))))
- ;; clojure-test-mode
+ ;; clojure-test
`(clojure-test-failure-face
- ((,class (:foreground ,monokai-orange
+ ((,class (:foreground ,monokai-red
:weight bold
:underline t))
- (,terminal-class (:foreground ,terminal-monokai-orange
+ (,terminal-class (:foreground ,terminal-monokai-red
:weight bold
:underline t))))
`(clojure-test-error-face
- ((,class (:foreground ,monokai-red
+ ((,class (:foreground ,monokai-orange
:weight bold
:underline t))
(,terminal-class (:foreground ,terminal-monokai-red