ui: less prominent hud in inactive modelines
This commit is contained in:
parent
bc79d471f5
commit
2bca156f60
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ Supports both Emacs and Evil cursor conventions."
|
||||||
|
|
||||||
(spaceline-define-segment *hud
|
(spaceline-define-segment *hud
|
||||||
"A HUD that shows which part of the buffer is currently visible."
|
"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))
|
:tight-right t))
|
||||||
|
|
||||||
;; Initialize modeline
|
;; Initialize modeline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue