tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
477 stars 19 forks source link

Add highlight for WinSeparator #29

Closed fingolfin19 closed 9 months ago

fingolfin19 commented 9 months ago

Nvim is deprecating VertSplit and moving to WinSeparator in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.

tiagovla commented 9 months ago

Thanks!