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

    Add support for package-mark-{delete,install}-line faces (Emacs 31)
---
 ef-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 6fdac3080a..5f9a2c75e2 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2198,6 +2198,8 @@ text should not be underlined as well) yet still blend 
in."
 ;;;; package (M-x list-packages)
     `(package-description ((,c :foreground ,docstring)))
     `(package-help-section-name ((,c :inherit bold)))
+    `(package-mark-delete-line ((,c :inherit ef-themes-mark-delete)))
+    `(package-mark-install-line ((,c :inherit ef-themes-mark-select)))
     `(package-name ((,c :inherit link)))
     `(package-status-available ((,c :foreground ,date-common)))
     `(package-status-avail-obso ((,c :inherit error)))

Reply via email to