Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Add some highlights used by Neovim 0.10 #175

Closed fnune closed 6 months ago

fnune commented 6 months ago

Upgrading to 0.10 for a bit showed me that vscode.nvim is missing a couple of highlights.

Before

(notice the dropbar.nvim colored black because it's missing WinBar and WinBarNC, and the floating popup colored black because it's missing NormalFloat)

Screenshot from 2024-02-26 22-12-56

After

Screenshot from 2024-02-26 22-37-19

I'm certain there are more to come, but this is what I've found for now.