Min Tomorrow Theme
A minimal theme for VS Code based on a blend of Min and Tomorrow
Installation
- 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
Tweaks
Optional tweaks can be made to settings.json as follows:
{
"[Min Tomorrow Dark]": {
"editorIndentGuide.background": "#1f1f1f", // blend indent guides with the background color
}
}
Credits
- Credit for the development of Min Theme is due to @misolori
- Tomorrow color scheme theme based on Tomorrow
| |