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-night-theme.el | |
| parent | 6b8a9815c12698ee4f3672b12488c84cb8435b8d (diff) | |
Fix the bg-paren-match symbol
Diffstat (limited to 'ef-night-theme.el')
| -rw-r--r-- | ef-night-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-night-theme.el b/ef-night-theme.el index b77de6c..12c1aaf 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -108,7 +108,7 @@ (bg-hover "#6f345a") (bg-hover-secondary "#493737") (bg-hl-line "#002255") - (bg-paren-match-match "#664950") + (bg-paren-match "#664950") (bg-region "#253146") (bg-err "#471014") ; check with err (bg-warning "#3b2f04") ; check with warning @@ -124,7 +124,7 @@ (keybind green-cooler) (identifier magenta-faint) (prompt cyan-warmer) - + (builtin green-cooler) (comment yellow-faint) (constant magenta-cooler) |
