branch: externals/ef-themes commit ccf61c46d9ddbb4bf97c34f23e3ebab8586b3dd7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-dark: tweak bg-hover --- ef-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-dark-theme.el b/ef-dark-theme.el index ecf9176232..ffe0631af8 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -95,7 +95,7 @@ (bg-mode-line "#2a2a75") (fg-mode-line "#e0e0ff") (bg-accent "#25adff") (fg-accent "#000000") (bg-completion "#0f2d4a") - (bg-hover "#00474f") + (bg-hover "#004a5f") (bg-hover-alt "#303f5a") (bg-hl-line "#002435") (bg-region "#25164a")