branch: externals/modus-themes
commit 806c8946110f9ae70c8a17f4bc0cf5a4a462844b
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    Add support for the margin face (Emacs 31)
---
 modus-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modus-themes.el b/modus-themes.el
index 318c039a7c..cc296dfabf 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4702,6 +4702,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(italic ((,c :slant italic)))
     `(cursor ((,c :background ,cursor)))
     `(fringe ((,c :background ,fringe :foreground ,fg-main)))
+    `(margin ((,c :background ,fringe :foreground ,fg-main)))
     `(scroll-bar ((,c :background ,bg-main :foreground ,border)))
     `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main)))
     `(vertical-border ((,c :foreground ,border)))

Reply via email to