branch: externals/ef-themes
commit 87c35b5a73381ae63427e4a67eedb5368c2b8788
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
ef-dream: tone down the bg-hover value
The previous one was making the text hard to read.
---
ef-dream-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-dream-theme.el b/ef-dream-theme.el
index 389bc5690f..a82a39e933 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")