This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Customizable statusbar - multiple separators and colors #5868
Labels
C-enhancement
Category: Improvements
Hi,
currently Helix's statusbar can be configured using a handful of components. There is also a separator support.
The most important component, mode indicator, can be colored using
color-modes = true
in the config.Themes can set the following colors:
However, this set of properties is limited. I would expect to be able to customize it like in the nvim plugin lualine. Reference images:
One particular problem I had is that the powerline separators can not be colored at all, so with the
color-modes = true
the slant lines are not colored. More generally, having the capability to color every component of the statusline would be helpful for theme creators.Either:
I think that Helix's strong side is that it's amazing without plugins and we already have this small set of statusline coloring properties, so I feel it is not that far of a stretch to extend the customization further.
The text was updated successfully, but these errors were encountered: