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

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

diff --git a/standard-themes.el b/standard-themes.el
index 1092870f97..e7f75098e1 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -2040,6 +2040,8 @@ color mappings instead of the complete palette."
 ;;;; package (M-x list-packages)
     `(package-description ((,c :foreground ,docstring)))
     `(package-help-section-name ((,c :inherit bold)))
+    `(package-mark-delete-line ((,c :inherit standard-themes-mark-delete)))
+    `(package-mark-install-line ((,c :inherit standard-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