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

fix: change VertSplit bg

Open ourigen opened this issue 2 years ago • 1 comments

Changing VertSplit to have the same background as sidebar fixes 2 things:

(1) Makes vertical splits more distinguishable, which is an issue that's been brought up a few times (#34 , #93). With this, splits are more obvious but still blend in with theme well (IMO)

(2) Makes sidebars more uniform with the statusline. See the gap in the statusline when a sidebar is opened (left) versus change (right)

ourigen avatar Sep 28 '21 21:09 ourigen

@ourigen The vertsplit looks great but the horizontal split border looks too big. Is there a way to get the same? Screen Shot 2022-06-17 at 09 53 08

This is on nvim 0.7.0 + lualine with global statusline.

With global statusline disabled, it looks great.

maharjanaman avatar Jun 17 '22 04:06 maharjanaman