diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-23 13:10:17 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-23 13:10:17 +0300 |
| commit | 5a12f9516dffa6d3952d25ef0da553fee0166dd6 (patch) | |
| tree | c5f4b9e115c46ab98676187df8c359f81719c38f /ef-maris-light-theme.el | |
| parent | ff5160ab35949ca00d1198cc8c20fc4abc6087f4 (diff) | |
ef-maris-light: tweak bg-hl-line, bg-region
Diffstat (limited to 'ef-maris-light-theme.el')
| -rw-r--r-- | ef-maris-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el index 758877b..c0fa520 100644 --- a/ef-maris-light-theme.el +++ b/ef-maris-light-theme.el @@ -136,8 +136,8 @@ (bg-completion "#cddbfa") (bg-hover "#d2b4cf") (bg-hover-secondary "#b7bbea") - (bg-hl-line "#d4e2f0") - (bg-region "#c7d8f5") + (bg-hl-line "#dae5f0") + (bg-region "#c8dcff") (bg-paren "#cab3b2") (bg-err "#f2c2b5") ; check with err (bg-warning "#e8df9a") ; check with warning |
