From 6e38792b21525f4641edd1b3a082557372c3939b Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sun, 24 Dec 2023 17:03:50 +0200 Subject: [PATCH] Use correct name for blink-matching-paren-offscreen --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 06651a0..305942d 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1655,7 +1655,7 @@ FG and BG are the main colors." `(vertical-border ((,c :foreground ,border))) ;;;;; basic and/or ungrouped styles `(appt-notification ((,c :inherit bold :foreground ,modeline-err))) - `(blink-matching-paren-highlight-offscreen ((,c :background ,bg-paren-match))) + `(blink-matching-paren-offscreen ((,c :background ,bg-paren-match))) `(bold ((,c :weight bold))) `(bold-italic ((,c :inherit (bold italic)))) `(underline ((,c :underline ,fg-dim))) -- 2.45.2