branch: externals/modus-themes commit 5082d4363caab673f190f365ac88341ed220c85d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for blink-matching-paren-highlight-offscreen (Emacs 30) --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 43c10043bc..21ee85b9a9 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1747,6 +1747,7 @@ FG and BG are the main colors." `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main))) `(vertical-border ((,c :foreground ,border))) ;;;;; basic and/or ungrouped styles + `(blink-matching-paren-highlight-offscreen ((,c :background ,bg-paren-match))) `(bold ((,c :weight bold))) `(bold-italic ((,c :inherit (bold italic)))) `(underline ((,c :underline ,fg-dim)))