Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dracula GrayNew to Visual Studio Code? Get it now.
Dracula Gray

Dracula Gray

npv2k1

|
1,835 installs
| (1) | Free
Dracula Gray Theme
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dracula Gray

Dracula Gray is a dark theme for Visual Studio Code with gray accents.

Screenshot

Installation

  1. Open Visual Studio Code
  2. Go to Extensions in the Activity Bar
  3. Search for "Dracula Gray"
  4. Click Install
  5. Click Reload to activate the theme Or install through the Marketplace.

Usage

settings.json

{  
  "workbench.colorTheme": "Dracula Gray"
}

Features

  • Dark gray background
  • Green, purple, and orange accents
  • Italic comments
  • Subtle syntax highlighting
  • Customization

You can customize this theme further by modifying your VS Code user settings.json file. For example:

"workbench.colorCustomizations": {
  "activityBar.background": "#1E1E2E",
  "editorIndentGuide.background": "#3E3E5E",
  "sideBar.background": "#161629" 
}

See the VS Code documentation for more details.

Credits

Dracula Gray is based on the popular Dracula theme.

License

This theme is released under the MIT License.

Let me know if you would like me to modify or expand this README further.

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