diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-10-01 05:41:20 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-10-01 05:41:20 +0300 |
| commit | be24e3c93eaf5936fa1cc906e5924b6d225a0329 (patch) | |
| tree | 45493517ce65ea5e5a79ae5fb386ec0570fc8365 /ef-light-theme.el | |
| parent | 6b8a9815c12698ee4f3672b12488c84cb8435b8d (diff) | |
Fix the bg-paren-match symbol
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index 7872eab..9f2d8e4 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -108,7 +108,7 @@ (bg-hover "#aaeccf") (bg-hover-secondary "#ccbfff") (bg-hl-line "#e4efd8") - (bg-paren-match-match "#dfa0f3") + (bg-paren-match "#dfa0f3") (bg-region "#bfefff") (bg-err "#ffd5ea") ; check with err (bg-warning "#ffeabb") ; check with warning @@ -124,7 +124,7 @@ (keybind blue-cooler) (identifier magenta-faint) (prompt green-cooler) - + (builtin magenta) (comment yellow-faint) (constant blue-cooler) |
