D A R K E N E R G Y

minimalist color theme for vscode

Screenshot

the font used above is the free and open font Fira Code iScript. a good alternative without italics is DejaVus Sans Mono

my settings.json

{
    "editor.bracketPairColorization.enabled": true,
    "editor.fontFamily": "Fira Code iScript",
    "editor.minimap.showSlider": "always",
    "editor.minimap.size": "fill",
    "editor.renderWhitespace": "none",
    "editor.scrollbar.verticalScrollbarSize": 8,
    "scm.diffDecorationsGutterWidth": 5,
    "window.titleBarStyle": "custom"
}

notes

designed primarily for javascript and typescript ; YMMV