branch: elpa/alect-themes
commit f941db68d2d632834a9de88b757c683c7a19fd99
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Modify ert faces
---
 alect-themes.el | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 3bde398..24a279a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -763,10 +763,12 @@ For INVERT, see `alect-get-color'."
          (epa-validity-low      ((,c :foreground ,(gc 'red-1))))
 
          ;; ert
-         (ert-test-result-expected    ((,c :foreground ,(gc 'green-2)
-                                           :background ,(gc 'bg-1))))
-         (ert-test-result-unexpected  ((,c :foreground ,(gc 'red)
-                                           :background ,(gc 'bg-1))))
+         (ert-test-result-expected    ((,c :foreground ,(gc 'green)
+                                           :background ,(gc 'bg-2)
+                                           :box (:line-width 1
+                                                 :style nil))))
+         (ert-test-result-unexpected  ((,c :inherit ert-test-result-expected
+                                           :foreground ,(gc 'red))))
 
          ;; eshell
          (eshell-prompt         ((,c :inherit alect-prompt)))

Reply via email to