Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Darcula PyCharm ThemeNew to Visual Studio Code? Get it now.
Darcula PyCharm Theme

Darcula PyCharm Theme

garytyler

|
296,821 installs
| (13) | Free
PyCharm's Darcula syntax theme ported with care to VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Darcula PyCharm Theme for VS Code

Visual Studio Marketplace Downloads

PyCharm's Darcula syntax theme ported with care to VS Code

  • Dark & Light GUI options
  • Optimized for Python + support for many popular languages
  • MagicPython RegEx highlighting
  • Jinja & Django Template support (See Template Support)
  • Overridable base highlight (See Customization)
Light GUI Dark GUI

Template Support

Use one of these plugins:

  • Jinja plugin
  • Better Jinja
  • Django plugin
  • Django Template plugin

Syntax Customization

To change the base text color, use a snippet like this in your settings.json

{
    "editor.tokenColorCustomizations": {
        "[Darcula Pycharm with Dark GUI]": { // Targets dark GUI
            "textMateRules": [
                {
                    "name": "Foreground base syntax",
                    "scope": [
                        "text", // For markup, config, etc.
                        "source", // For code
                    ],
                    "settings": {
                        "foreground": "#FF0000" // Bright red
                    }
                },
            ]
        },
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft