diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-23 13:10:32 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-23 13:10:32 +0300 |
| commit | 03ddc6e1a834cc1ab1ad07e93e093c6c64bcb1d4 (patch) | |
| tree | 245068622f4f1fd1e15dfa5d7350f0d649889875 /ef-maris-dark-theme.el | |
| parent | 5a12f9516dffa6d3952d25ef0da553fee0166dd6 (diff) | |
ef-maris-dark: tweak bg-hl-line, bg-region
Diffstat (limited to 'ef-maris-dark-theme.el')
| -rw-r--r-- | ef-maris-dark-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index ed4c976..b377f12 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -136,8 +136,8 @@ (bg-completion "#204358") (bg-hover "#684d54") (bg-hover-secondary "#49516a") - (bg-hl-line "#313044") - (bg-region "#243760") + (bg-hl-line "#243242") + (bg-region "#183c65") (bg-paren "#6c5d54") (bg-err "#551525") ; check with err (bg-warning "#403f20") ; check with warning |
