Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Kanagawa-no-boldNew to Visual Studio Code? Get it now.
Kanagawa-no-bold

Kanagawa-no-bold

Ray-D-Song

|
189 installs
| (0) | Free
Kanagawa theme with no bold
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


VS Code port of amazing KANAGAWA.nvim colorscheme by rebelot. Credit for initial port goes to conner-calhoun.

Semantic tokens

Theme supports and recommends enabling semantic tokens.

TypeScript

Enabled by default.

Go

{
  "gopls.ui.semanticTokens": true
}

rust-analyzer

{
  "rust-analyzer.highlighting.strings": true
}

C#

{
  "csharp.semanticHighlighting.enabled": true
}

Customization

Comments

If you prefer comments to stand out in your code - this looks nice:

{
  "editor.tokenColorCustomizations": {
    "[Kanagawa]": {
      "comments": {
        "foreground": "#FF9E3B"
      }
    }
  }
}

Paste it in your settings.json.

Misc

You can find this theme's colors for different terminal emulators here. If you like this theme, consider supporting original author.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft