galaxyline.nvim icon indicating copy to clipboard operation
galaxyline.nvim copied to clipboard

fill mid?

Open alex-popov-tech opened this issue 3 years ago • 7 comments

hey! is there an ability to fill all space between left and right sections?

alex-popov-tech avatar Apr 06 '21 10:04 alex-popov-tech

check this #119

to fill empty space just add separator_highlight = {nil, <color>} to last element in section

wh1tevs avatar Apr 06 '21 13:04 wh1tevs

thanks @wh1tevs , but im interested in more like set fillchars = stl:- to fill with dashes

alex-popov-tech avatar Apr 06 '21 16:04 alex-popov-tech

Hey there! I am using NONE for all background colors but when using the mid section, the space between the sections is colored. I am using separator_highlight = {nil, "NONE"}

EDIT: Nvm, It was using the StatusLine color.

andreicorpo avatar Apr 13 '21 18:04 andreicorpo

Hello! I'm having this same issue,

image

I tried to use separator_highlight = {nil, <color>} to fill the middle section gap, but didn't work :/ not sure if I'm doing something wrong

ashton avatar Jul 13 '21 00:07 ashton

@ashton did you find any solution yet?

laraib07 avatar Aug 15 '21 16:08 laraib07

@ashton did you find any solution yet?

i did (if still needed) the solution is to type :hi StatusLine guifg=<color>

ghost avatar Aug 21 '21 18:08 ghost

Thanks a lot @Uefair 😀

laraib07 avatar Aug 21 '21 18:08 laraib07