- Install theme from the Marketplace
- Go to File > Preferences > Color Theme
- Select Min Tomorrow Dark
Alternatively install via CLI:
code --install-extension mustafamohamad.min-tomorrow-theme
Optional tweaks can be made to settings.json as follows:
{
  "[Min Tomorrow Dark]": {
    "editorIndentGuide.background": "#1f1f1f", // blend indent guides with the background color
  }
}

