Mofiqul / vscode.nvim

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

Fix colors for treesitter #126

Closed flamarique closed 1 year ago

flamarique commented 1 year ago

Some colours were wrong when using vscode.nvim along with nvim-treesitter.nvim

I have created a simple code snippet to illustrate the differences. This is how VSCode looks like:

Screenshot 2023-03-29 at 10 12 01

And this is how vscode.nvim looks like:

Screenshot 2023-03-29 at 10 11 45

The following colours have been changed:

After the changes, here is the end result:

Screenshot 2023-03-29 at 12 15 08
flamarique commented 1 year ago

Reverted the change for the constructor as it also affects the colour at the constructor call, which should be blue-green in VSCode

flamarique commented 1 year ago

Also fixed the punctuation brackets.

In VSCode:

Screenshot 2023-03-29 at 13 03 21

In vscode.nvim:

Screenshot 2023-03-29 at 13 02 40

After the change in vscode.nvim:

Screenshot 2023-03-29 at 13 02 10