branch: externals/modus-themes commit 3550360e88b33b3a8f5f271a1d05afa27ffe54aa Author: Gautier Ponsinet <gaut...@gautierponsinet.xyz> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for new package faces (Emacs 31) --- modus-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index d5a1d6eee8..028ed456f8 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3486,6 +3486,8 @@ FG and BG are the main colors." ;;;;; package (M-x list-packages) `(package-description ((,c :foreground ,docstring))) `(package-help-section-name ((,c :inherit bold))) + `(package-mark-delete-line ((,c :inherit modus-themes-mark-del))) + `(package-mark-install-line ((,c :inherit modus-themes-mark-sel))) `(package-name ((,c :inherit link))) `(package-status-available ((,c :foreground ,date-common))) `(package-status-avail-obso ((,c :inherit error)))