[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 6e38792b21 2/2: Use correct name for blink
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 6e38792b21 2/2: Use correct name for blink-matching-paren-offscreen |
Date: |
Sun, 24 Dec 2023 12:58:17 -0500 (EST) |
branch: externals/modus-themes
commit 6e38792b21525f4641edd1b3a082557372c3939b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
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 06651a0c2f..305942dbdd 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)))