Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musm/min-tomorrow-theme

A minimal Tomorrow theme for Visual Studio Code
https://github.com/musm/min-tomorrow-theme

dark-theme hacktoberfest theme vscode-theme

Last synced: about 1 month ago
JSON representation

A minimal Tomorrow theme for Visual Studio Code

Awesome Lists containing this project

README

        

# Min Tomorrow Theme

A minimal theme for VS Code based on a blend of [Min](https://github.com/misolori/min-theme) and [Tomorrow](https://github.com/microsoft/vscode-themes/tree/master/tomorrow)







## Installation

1. Install theme from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=mustafamohamad.min-tomorrow-theme)
2. Go to `File > Preferences > Color Theme`
3. 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](https://github.com/misolori)
- Tomorrow color scheme theme based on [Tomorrow](https://github.com/microsoft/vscode-themes/tree/master/tomorrow)