Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>NeutralFlowNew to Visual Studio Code? Get it now.
NeutralFlow

NeutralFlow

JenuelDevOfficial

|
7 installs
| (0) | Free
A clean, calm dark theme with neutral tones designed for focused and comfortable coding.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NeutralFlow

A clean, calm dark theme with neutral tones designed for focused and comfortable coding.


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": {
    "[NeutralFlow]": {
      "comments": {
        "foreground": "#FF9E3B"
      }
    }
  }
}

Paste it in your settings.json.

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