Closed bound-variable closed 2 years ago
This is because the {{mode_info}}
part of modeline can't be colored the way the rest of the text is colored. You can see that for yourself with this command:
set buffer modelinefmt "{red,blue}foo{{mode_info}}bar"
Powerline can't do much about it, unfortunately, and because of that you have to use a proper powerline theme that matches your kakoune theme.
The same applies to the [+]
symbol that is displayed when file is edited.
I mean, I could add a call to set-face
in these modules, so they would color the module to match powerline theme, but it may break other places. For instance [+]
shares the same face as information boxes, and it can be not very pleasant to read.
I'm going to close this, as this isn't much I can do unless Kakoune will allow coloring these elements separately from the rest of UI
Problem description
The
insert
andselect
are pulling their colors from mykakrc
, not from the color definitions of any of powerline's themes.I tried removing the color definitions from my
kakrc
, but thenmode_info
just uses my default foreground from Kakoune (off-white).Config
Environment information
Kakoune version: v2021.11.08 OS version: Arch
sh
executable version: zsh 5.8.1