/vscode-theme-darcula-void

Theme for Visual Studio Code, based on the Darcula theme from JetBrains IDEs, with a pure black background.

Primary LanguageDockerfileMIT LicenseMIT


logo
Darcula Void

Theme for Visual Studio Code, based on the Darcula theme
from JetBrains IDEs, with a pure black background.

Preview in vscode.dev  Visual Studio Marketplace Rating  Visual Studio Marketplace Installs  Visual Studio Marketplace Downloads  Visual Studio Marketplace Version  GitHub License 

Screenshot

Table of contents

Getting started

📦 Installation

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

☑️ Activate theme

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.

Font settings

settings.json:

{
  "editor.fontFamily": "JetBrains Mono",
  "editor.fontSize": 12,
  "editor.lineHeight": 18,
  "terminal.integrated.fontSize": 11
}

Icon Themes

You can install one of the Icon Themes below:

Inspiration

License

MIT License