Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/musm/min-tomorrow-theme
- Owner: musm
- Created: 2020-03-20T06:06:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T20:13:04.000Z (about 1 year ago)
- Last Synced: 2024-10-13T22:36:43.827Z (3 months ago)
- Topics: dark-theme, hacktoberfest, theme, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=mustafamohamad.min-tomorrow-theme
- Size: 521 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)