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

Highlight between sections

Open serhez opened this issue 4 years ago • 3 comments
trafficstars

Hello!

I want to have a custom highlight between sections (between the left, mid and right sections). This highlight is simply {'NONE', 'NONE'), that is, transparent. When I'm not using the mid section, just the left and right ones, the space in between the sections seems to be transparent by default, as I want it. However, I just introduced some stuff in the mid section and now all space between left, right and mid has galaxyline's default background color.

Any tips? Is this a bug or am I missing some highlight config?

Thanks!

serhez avatar Aug 26 '21 13:08 serhez

I'm also currently experiencing this issue, would like to have the mid section completely transparent.

EDIT: I think the author of this plugin is still at hospital + @glepnir get well mate, health before everything <3

bragmore avatar Aug 31 '21 22:08 bragmore

Having the same issue here. No idea how to fix it :disappointed:

skyveil avatar Sep 27 '21 17:09 skyveil

I've managed to resolve this by overwriting the StatusLine highlight group, such as: highlight StatusLine guibg=#00000000

axieax avatar Nov 29 '21 06:11 axieax