| 
   🌊 KANAGAWA.vscode 🌊
      
              
    
VS Code port of amazing KANAGAWA.nvim colorscheme by rebelot.
Credit for initial port goes to conner-calhoun.
 
   
Semantic tokensTheme supports and recommends enabling semantic tokens. TypeScriptEnabled by default. Go{
  "gopls.ui.semanticTokens": true
}
 rust-analyzer{
  "rust-analyzer.highlighting.strings": true
}
 C#
{
  "csharp.semanticHighlighting.enabled": true
}
 CustomizationIf you prefer comments to stand out in your code - this looks nice: {
  "editor.tokenColorCustomizations": {
    "[Kanagawa]": {
      "comments": {
        "foreground": "#FF9E3B"
      }
    }
  }
}
 Paste it in your settings.json. MiscYou can find this theme's colors for different terminal emulators here.
If you like this theme, consider supporting original author. |  |