Skip to content

A VS Code dark theme inspired by the Zed Editor "Summercamp" colour scheme.

License

Notifications You must be signed in to change notification settings

csalmeida/summercamp-vscode-theme

Repository files navigation

Summercamp - A theme for VS Code

Summercamp is a dark theme inspired by the default colour scheme of the Zed Editor.

Summercamp Dark

To streamline a few more elements and bring it closer to the Zed editor experience please add these values, settings.json:

{
  "editor.bracketPairColorization.enabled": false,
  "editor.guides.indentation": false
}