VSCode dark colorscheme inspired by the colors found in the KANAGAWA.nvim repo.
I did not upload this to the VSCode Extension Marketplace, so you will need to install manually!
- Download the
.vsix
file found in thepackage
folder (or from the Releases tab on GitHub) - In a command line run
code --install-extension <path_to_vsix>
- The
code
command needs to be on yourPATH
, this should be an option when installing VSCode.
- The
OR you can install directly from VSCode.
- In the Extensions tab (CTRL + Shift + X), click the
...
in the top right corner. - Use the
Install from VSIX...
option to navigate to the downloaded file.