diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-02 09:20:10 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-04-02 09:20:10 +0300 |
| commit | 87c35b5a73381ae63427e4a67eedb5368c2b8788 (patch) | |
| tree | 22dc85de4d71744900c1c20fa239cfefbf8a15fd | |
| parent | 877554112c7fc8afb35f1d1c59827e5f3cba7c5e (diff) | |
ef-dream: tone down the bg-hover value
The previous one was making the text hard to read.
| -rw-r--r-- | ef-dream-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-dream-theme.el b/ef-dream-theme.el index 389bc56..a82a39e 100644 --- a/ef-dream-theme.el +++ b/ef-dream-theme.el @@ -105,7 +105,7 @@ (fg-mode-line-active "#fedeff") (bg-completion "#503240") (bg-popup "#2e2a31") - (bg-hover "#957856") + (bg-hover "#795056") (bg-hover-secondary "#665f7a") (bg-hl-line "#412f4f") (bg-paren-match "#885566") |
