All backgrounds and unnecessary borders are black. Syntax highlighting colors are taken from the Dark+ (default) theme.
- Install:
ctrl+p(orcmd+p), enterext install pitch black. - Activate:
ctrl+k, ctrl+t(orcmd+k, cmd+t), selectPitch Black.
Some features cannot be enabled automatically by this extension. In the user settings, set the following.
- Remove highlighting of tab lines etc:
"workbench.colorCustomizations": { "editorWhitespace.foreground": "#000" } - Remove line next to scroll bar:
"editor.overviewRulerBorder": false - Black title bar:
"window.titleBarStyle": "custom"
cd ~/.vscode/extensions
git clone https://github.com/ViktorQvarfordt/vscode-pitch-black-theme.git pitch-black-theme