Skip to content

Commit 754602a

Browse files
committed
Update inactive guide and readme
1 parent a11b7a5 commit 754602a

4 files changed

+8
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.4.4] - 2020-06-10
10+
### Changed
11+
- Added active indent guide
12+
913
## [1.4.3] - 2020-06-10
1014
### Changed
1115
- Synced up Min to the latest version (v1.4.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Min Tomorrow Theme",
44
"description": "A minimal theme of Tomorrow",
55
"publisher": "mustafamohamad",
6-
"version": "1.4.3",
6+
"version": "1.4.4",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/musm/min-tomorrow-theme.git"

screenshot-dark.png

63.1 KB
Loading

themes/min-dark-tomorrow-color-theme.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "Min Tomorrow Dark",
33
"type": "dark",
44
"colors": {
5+
//
6+
"editorIndentGuide.activeBackground": "#7D7D7D",
7+
//
58
"activityBar.background": "#1A1A1A",
69
"activityBar.foreground": "#7D7D7D",
710
"activityBarBadge.background": "#383838",

0 commit comments

Comments
 (0)