Theme for Visual Studio Code, based on the Darcula theme
from JetBrains IDEs, with a pure black background.
You can install this theme through the Visual Studio Code Marketplace.
Launch Quick Open:
- Windows:
Ctrl + P
- macOS:
⌘ + P
- Linux:
Ctrl + P
Paste the following command and press Enter
:
ext install sjlex.vscode-theme-darcula-void
Open Command Palette:
- Windows:
Ctrl + Shift + P
- macOS:
⌘ + Shift + P
- Linux:
Ctrl + Shift + P
Type theme
, choose Preferences: Color Theme
, and select Darcula Void
from the list.
settings.json
:
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.lineHeight": 18,
"terminal.integrated.fontSize": 11
}
You can install one of the Icon Themes below: