
Another minimalist dark theme for Visual Studio Code, inspired by Code Sandbox Theme.
Install this theme from the Marketplace.
Below you can find a few recommendations for your settings.json
to match the preview:
{
"editor.fontSize": 13,
"editor.fontFamily": "'Dank Mono', Menlo, Monaco, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true
}
- Dank Mono is a paid font; you can purchase it here. For a free alternative, consider JetBrains Mono.
- The icon theme used in the preview is Material Icon Theme.
- The product icon theme used in the preview is Material Product Icons.
- For further customization, you can use the Custom UI Style.
Found an issue? Would like to propose an improvement? Please follow our Contribution guidelines to make those changes happen. Thank you!