branch: externals/ef-themes
commit db26b2d6fc7eff4569789ca9181e45e726d3a3d2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for EPA
---
ef-themes.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/ef-themes.el b/ef-themes.el
index 288a762c93..8d3ecc6239 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -290,6 +290,15 @@ When called from Lisp, THEME is a symbol."
`(elfeed-search-title-face ((,c :foreground ,fg-dim)))
`(elfeed-search-unread-count-face ((,c :inherit bold)))
`(elfeed-search-unread-title-face ((,c :inherit bold :foreground
,fg-main)))
+;;;; epa
+ `(epa-field-body (( )))
+ `(epa-field-name ((,c :inherit bold :foreground ,fg-dim)))
+ `(epa-mark ((,c :inherit bold)))
+ `(epa-string ((,c :foreground ,string)))
+ `(epa-validity-disabled ((,c :foreground ,err)))
+ `(epa-validity-high ((,c :inherit success)))
+ `(epa-validity-low ((,c :inherit shadow)))
+ `(epa-validity-medium ((,c :foreground ,info)))
;;;; eshell
`(eshell-ls-archive ((,c :foreground ,accent-2)))
`(eshell-ls-backup ((,c :inherit shadow)))