kanagawa.vscode icon indicating copy to clipboard operation
kanagawa.vscode copied to clipboard

A VS Code port of the Kanagawa.nvim theme.

Results 13 kanagawa.vscode issues
Sort by recently updated
recently updated
newest added

Updated README description for Golang support according to - https://github.com/golang/vscode-go/blob/master/README.md#feature-highlights

Huge fan of the theme! Would it be possible to port the other two themes? Looking at https://github.com/rebelot/kanagawa.nvim#themes, there appears to be an extra dark and a light theme as...

When I use kanagawa.vscode and enable the VscodeVim, the cursor display like below under normal mode. Cursor obscures character. This is not the case with other themes in vscode. ![image](https://user-images.githubusercontent.com/45898625/211968840-e69b5176-fe1c-4d7c-b272-504613a70a24.png)...

It should be ```json { "gopls": { "ui.semanticTokens": true } } ``` The one mentioned in readme might be deprecated, will end up with an error `Invalid settings: unexpected gopls...

Due to the color of whitespace characters (spaces and tabs) is same as the background color (`#1F1F28`), they are not visible unless being highlighted at the current line even if...

https://code.visualstudio.com/updates/v1_68#_find-match-background-color

enhancement

Because `keyword.control` color overrides `import` color.

bug

.. thus `return` keywords can't be colored in red without coloring the rest of keywords like `if` and `for`.

wontfix