Awesome
SpaceCamp Theme [VSCODE]
A dark theme for Visual Studio Code.
Installation
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.
About
SpaceCamp is dark theme for VS Code, inspired and ported from the original SpaceCamp for Vim by Jared Gorski
Extra
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
}