codesandbox / vscode-theme

An official CodeSandbox theme for Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeSandbox Theme Logo

CodeSandbox Theme

An official CodeSandbox theme for Visual Studio Code.

Theme preview in Visual Studio Code

Install

Install this syntax theme from the Marketplace.

Recommendations

Below you can find a few recommendations for your settings.json to match the CodeSandbox experience even closer in your Visual Studio Code:

{
  "editor.fontSize": 14,
  "editor.fontFamily": "'Fira Code'",
  "editor.fontLigatures": true
}

You can download the Fira Code font from GitHub.

CodeSandbox Projects Extension

Did you know you can get the entire power of CodeSandbox right in your editor, not just the theme? Check out the CodeSandbox Projects extension for Visual Studio Code to enable features like live following, collaborative tasks and terminals, enhanced Git workflow, and so much more!

Contribute

Found an issue? Would like to propose an improvement? Please follow our Contribution guidelines to make those changes happen. Thank you!