mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
ui: less prominent hud in inactive modelines
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user