branch: externals/ef-themes
commit 62723ea02b463ee41d2c5f429f66fc648a319916
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for built-in ERT package
---
 README.org   | 1 +
 ef-themes.el | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/README.org b/README.org
index 9b6a0c9ca6..95826d27c0 100644
--- a/README.org
+++ b/README.org
@@ -1313,6 +1313,7 @@ everything most users need.
 - elfeed
 - embark
 - epa
+- ert [Part of {{{development-version}}}.]
 - eshell
 - eww
 - flycheck
diff --git a/ef-themes.el b/ef-themes.el
index 143d530975..8f14ef84ba 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1305,6 +1305,9 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(epa-validity-high ((,c :inherit success)))
     `(epa-validity-low ((,c :inherit shadow)))
     `(epa-validity-medium ((,c :foreground ,info)))
+;;;;; ert
+    `(ert-test-result-expected ((,c :background ,bg-info :foreground ,info)))
+    `(ert-test-result-unexpected ((,c :background ,bg-err :foreground ,err)))
 ;;;; eshell
     `(eshell-ls-archive ((,c :foreground ,accent-2)))
     `(eshell-ls-backup ((,c :inherit shadow)))

Reply via email to