branch: externals/doric-themes
commit 32de1f974864a97297ee51b345b0b1440578640d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

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

diff --git a/doric-themes.el b/doric-themes.el
index 9ffe9d4421..db10fff56c 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1506,6 +1506,9 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             '(org-verse ((t :inherit org-block)))
             `(org-table ((t :inherit fixed-pitch :foreground ,fg-accent)))
 
+            `(package-mark-delete-line ((t :inherit bold-italic :background 
,bg-shadow-intense :foreground ,fg-main)))
+            `(package-mark-install-line ((t :inherit bold-italic :background 
,bg-accent :foreground ,fg-main)))
+
             '(rcirc-monospace-text ((t :inherit fixed-pitch)))
             '(rcirc-server ((t :inherit font-lock-comment-face)))
 

Reply via email to