Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>JetBrains Islands Dark GoLand TunedNew to Visual Studio Code? Get it now.
JetBrains Islands Dark GoLand Tuned

JetBrains Islands Dark GoLand Tuned

Jason Dnfkr

|
4 installs
| (0) | Free
A JetBrains Islands Dark GoLand-style VS Code theme tuned for Go semantic tokens.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JetBrains Islands Dark GoLand Tuned

A dark VS Code theme derived from JetBrains Islands Dark (Goland), tuned to better match JetBrains GoLand highlighting for Go code.

Go tuning

This theme includes tuned TextMate and semantic token colors for Go, including:

  • function declarations in blue
  • function and method calls in muted tan
  • built-in functions and nil in orange
  • Go package/module names in green
  • Go types/interfaces/structs in teal
  • readonly string constants in purple italic

Recommended VS Code settings

Some GoLand-like behavior depends on editor or gopls settings and cannot be shipped purely as a theme. Add these to your VS Code settings if you want the closest match:

{
  "workbench.colorTheme": "JetBrains Islands Dark GoLand Tuned",
  "[go]": {
    "editor.semanticHighlighting.enabled": true,
    "editor.bracketPairColorization.enabled": false
  },
  "gopls": {
    "ui.semanticTokens": true
  }
}

Attribution

This theme is based on the installed JetBrains Islands Dark (Goland) theme by JasonDnfkr, with additional Go token tuning. Verify upstream licensing/permission before publishing publicly.

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