Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.46 KB
CodeSandbox Theme Logo

Dark Emerald Theme

Another minimalist dark theme for Visual Studio Code, inspired by Code Sandbox Theme.

Theme preview in Visual Studio Code

Install

Install this theme from the Marketplace.

Recommendations

Below you can find a few recommendations for your settings.json to match the preview:

{
  "editor.fontSize": 14,
  "editor.fontFamily": "'JetBrains Mono'",
  "editor.fontLigatures": true
}

Contribute

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