Darcula Theme by AnuragA JetBrains Darcula–inspired dark theme for VS Code, designed for long backend coding sessions with a strong focus on Go, Java, and TypeScript. This theme emphasizes:
Features
What this theme is (and isn’t)JetBrains’ Darcula is not just a color palette — it is a readability-first design system. This theme preserves that philosophy while embracing VS Code’s semantic tokens and modern language servers. This is NOT a pixel-perfect replica of 2020 IntelliJ Darcula. Instead, it is a modern Darcula interpretation built specifically for VS Code. Design goals:
Primary language supportActively optimized and maintained for:
Other languages inherit safe defaults without compromising Go. Golang (important)For the intended Go experience, enable semantic highlighting: { "editor.semanticHighlighting.enabled": true, "gopls": { "ui.semanticTokens": true } } This theme relies heavily on semantic tokens to differentiate:
Font and rendering (strongly recommended)This theme is designed and tested with:
Recommended settings: { "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "workbench.fontAliasing": "antialiased" } Correct font rendering significantly improves:
PreviewsGo
Java
JavaScript
TypeScript
Design principles
ContributingIf you encounter issues or want improvements, feel free to open an issue: https://github.com/AnuragThePathak/darcula-theme/issues Priority languages:
Please open an issue before submitting a pull request. Theme changes are conservative by design. Created by Anurag Pathak |



