diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-10-25 11:53:24 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-10-25 11:53:24 +0300 |
| commit | 5305f6cf9c0486860022c242ee5585db4057597c (patch) | |
| tree | a72105466e0736746c90c0ece4a39ff90faed692 | |
| parent | db4ce6128f3f71ba9b63119ecbd1a57b5596b4b4 (diff) | |
ef-melissa-{light,dark}: revise the bg-region hue
| -rw-r--r-- | ef-melissa-dark-theme.el | 2 | ||||
| -rw-r--r-- | ef-melissa-light-theme.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ef-melissa-dark-theme.el b/ef-melissa-dark-theme.el index 8b9f643..ba35478 100644 --- a/ef-melissa-dark-theme.el +++ b/ef-melissa-dark-theme.el @@ -141,7 +141,7 @@ (bg-hover "#29595f") (bg-hover-secondary "#5a661f") (bg-hl-line "#4f311f") - (bg-region "#345040") + (bg-region "#443a4f") (bg-paren "#5f6f1f") (bg-err "#551a05") ; check with err (bg-warning "#4f3f10") ; check with warning diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el index a906db3..909c664 100644 --- a/ef-melissa-light-theme.el +++ b/ef-melissa-light-theme.el @@ -141,7 +141,7 @@ (bg-hover "#aee7df") (bg-hover-secondary "#c4d47a") (bg-hl-line "#fae7b0") - (bg-region "#dfe4ef") + (bg-region "#f0d4d8") (bg-paren "#afcf8f") (bg-err "#ffd4b5") ; check with err (bg-warning "#ffe89f") ; check with warning |
