/vscodium-amoled

AMOLED Black Theme for VSCodium

GNU General Public License v3.0GPL-3.0

VSCodium AMOLED Color Theme

All backgrounds and unnecessary borders are black. Syntax highlighting colors are taken from the Dark+ (default) theme.

Credits

Adapted from VSCode Pitch Black Theme.

Install and Activate

codium --install-extension ankitpati.vscodium-amoled

Develop, Debug, and Extend

git clone https://gitlab.com/ankitpati/vscodium-amoled.git ~/.vscode-oss/extensions/amoled-theme

Settings

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"