Skip to content

wilfriedago/dark-emerald-theme

Repository files navigation

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!