From 2bca156f60edfbd9e0ca93d04c8cf7cf03304177 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Jan 2016 16:20:18 -0500 Subject: [PATCH] ui: less prominent hud in inactive modelines --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 942f4e265..b71a4044a 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -468,7 +468,7 @@ Supports both Emacs and Evil cursor conventions." (spaceline-define-segment *hud "A HUD that shows which part of the buffer is currently visible." - (powerline-hud 'spaceline-highlight-face other-face 1) + (powerline-hud (if active 'spaceline-highlight-face 'region) line-face 1) :tight-right t)) ;; Initialize modeline