A dark theme for Visual Studio Code.
You can download the extension from the Extensions(Ctrl+Shift+X)
tab in Visual Studio Code or directly from Visual Studio Marketplace, link attached below.
SpaceCamp is dark theme for VS Code, inspired and ported from the original SpaceCamp for Vim by Jared Gorski
Adding this to your settings.json
will disable bracket colorization to make the theme more appealing.
{
// Bracket-pair colorization
"editor.bracketPairColorization.enabled": false,
// Bracket-pair guides
"editor.guides.bracketPairsHorizontal": false,
"editor.guides.highlightActiveBracketPair": false,
// Indentation guides
"editor.guides.indentation": false,
"editor.guides.highlightActiveIndentation": false
}