aboutsummaryrefslogtreecommitdiff
path: root/ef-elea-light-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-elea-light-theme.el
parent6b8a9815c12698ee4f3672b12488c84cb8435b8d (diff)
Fix the bg-paren-match symbol
Diffstat (limited to 'ef-elea-light-theme.el')
-rw-r--r--ef-elea-light-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-elea-light-theme.el b/ef-elea-light-theme.el
index 90612cc..cd37ff6 100644
--- a/ef-elea-light-theme.el
+++ b/ef-elea-light-theme.el
@@ -108,7 +108,7 @@
(bg-hover "#dfbac0")
(bg-hover-secondary "#b5dfbf")
(bg-hl-line "#d0e7c4")
- (bg-paren-match-match "#8ad3a2")
+ (bg-paren-match "#8ad3a2")
(bg-region "#d9d2ef")
(bg-err "#f2d5b5") ; check with err
(bg-warning "#e8e8aa") ; check with warning
@@ -124,7 +124,7 @@
(keybind magenta)
(identifier magenta-faint)
(prompt magenta-warmer)
-
+
(builtin magenta-faint)
(comment yellow-faint)
(constant magenta-cooler)