barklan / kanagawa.vscode

A VS Code port of the Kanagawa.nvim theme.
MIT License
45 stars 6 forks source link

Cursor display abnormal under Vim normal mode When using kanagawa.vscode #16

Open yifan0414 opened 1 year ago

yifan0414 commented 1 year ago

When I use kanagawa.vscode and enable the VscodeVim, the cursor display like below under normal mode.

image

Cursor obscures character.

This is not the case with other themes in vscode. image

And in neovim which uses the kanagawa, it works perfectly.

image

Please check this bug.

yifan0414 commented 1 year ago
image

There also have something wrong in visual mode

This is the default style

image
yifan0414 commented 1 year ago

If I close the vim plugin, and switch the cursor style to block in settings. It still obscure the character

image

I think this is the problem

yifan0414 commented 1 year ago

When I use kanagawa.vscode and enable the VscodeVim, the cursor display like below under normal mode. image Cursor obscures character.

This is not the case with other themes in vscode. image

And in neovim which uses the kanagawa, it works perfectly.

image

Please check this bug.

This can be settled by remove the editorCursor.background.

But I have no idea with the vim visual selection color like below

image

Maybe it should like this

image