diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-21 16:31:41 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-21 16:31:41 +0300 |
| commit | 44d2ae6ac52f23248759d47f080ad3ef1d382ba2 (patch) | |
| tree | e9392f4abd77d40f392e1fd2cb22c198af9a4c27 /ef-light-theme.el | |
| parent | ae4854dd39563dcb3a05d45be6d3626e67bd8c3b (diff) | |
ef-light-theme: make bg-paren less red
The previous colour could be misinterpreted for an error/mismatch.
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index 8cf425a..717d5a7 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -127,7 +127,7 @@ (bg-hover-alt "#b4cfff") (bg-hl-line "#e4efd8") (bg-region "#bfefff") - (bg-paren "#efa09f") + (bg-paren "#bfa0cf") (bg-err "#ffd5ea") ; check with err (bg-warning "#ffeabb") ; check with warning (bg-info "#d0efda") ; check with info |
