All backgrounds and unnecessary borders are black. Syntax highlighting colors are taken from the Dark+ (default) theme.
Adapted from VSCode Pitch Black Theme.
codium --install-extension ankitpati.vscodium-amoled
git clone https://gitlab.com/ankitpati/vscodium-amoled.git ~/.vscode-oss/extensions/amoled-theme
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"