This theme has been designed with color schemes similar to WebStorm's New UI.
The syntax highlighting follows the color palette of the WebStorm's New UI, while the editor's overall workbench style are divided between Darcula theme and the New UI theme.
Preview
New Dark
New Darcula
Installation
Open Extensions in VSCode's sidebar. (or From Command Palette (Ctrl+Shift+P), View: Show Extensions)
Search for Webstorm New Dark Theme.
Click Install to install it.
From Command Palette (Ctrl+Shift+P), select Preferences: Color Theme > Webstorm New Dark or Webstorm New Darcula.
Supported Languages
JavaScript
TypeScript
HTML
CSS
Markdown
JSON
Recommended Editor Settings
"editor.fontFamily": "'Source Code Pro SemiBold'",
"editor.inlayHints.fontSize": 12,
"editor.inlayHints.padding": true,
Changing the color of the indented space uses indent-rainbow extension.