Skip to content

A VS Code dark theme extension, inspired and ported from the original SpaceCamp for Vim. VSC Theme for the Final Frontier! 🚀

License

Notifications You must be signed in to change notification settings

dinogomez/SpaceCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceCamp Theme [VSCODE]

A dark theme for Visual Studio Code. Alt text Alt text Alt text

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.

Download SpaceCamp Extension

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
}

About

A VS Code dark theme extension, inspired and ported from the original SpaceCamp for Vim. VSC Theme for the Final Frontier! 🚀

Topics

Resources

License

Stars

Watchers

Forks