emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme d7d175d 090/207: Update clojure-test faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d7d175d 090/207: Update clojure-test faces
Date: Thu, 21 Oct 2021 18:07:38 -0400 (EDT)

branch: elpa/monokai-theme
commit d7d175d1223b482f7ee2447b233150633197b7c7
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]