aboutsummaryrefslogtreecommitdiff
path: root/ef-spring-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-10-01 05:41:20 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2025-10-01 05:41:20 +0300
commitbe24e3c93eaf5936fa1cc906e5924b6d225a0329 (patch)
tree45493517ce65ea5e5a79ae5fb386ec0570fc8365 /ef-spring-theme.el
parent6b8a9815c12698ee4f3672b12488c84cb8435b8d (diff)
Fix the bg-paren-match symbol
Diffstat (limited to 'ef-spring-theme.el')
-rw-r--r--ef-spring-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index c3e0afb..cf005a8 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -108,7 +108,7 @@
(bg-hover "#ffc09f")
(bg-hover-secondary "#f0bfff")
(bg-hl-line "#f9e0e5")
- (bg-paren-match-match "#7fddd0")
+ (bg-paren-match "#7fddd0")
(bg-region "#d0e6ff")
(bg-err "#ffe8e0") ; check with err
(bg-warning "#ffecba") ; check with warning
@@ -124,7 +124,7 @@
(keybind magenta-warmer)
(identifier magenta-faint)
(prompt green)
-
+
(builtin green)
(comment yellow-faint)
(constant red-warmer)