diff --git a/CHANGELOG.md b/CHANGELOG.md index c93e47e..7321769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,20 @@ # Release Notes +## 0.3.2 +`2019-10-23` +- Update editor selection background +- Update scrollbar background +- Update activity bar inactive icon color + ## 0.3.1 `2019-10-23` - Add sidebar drop background - ## 0.3.0 `2019-10-22` - Add Haskell Support -# 0.2.0 +## 0.2.0 `2019-10-22` - Update README diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 2348383..b8ef576 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -48,7 +48,7 @@ "activityBar.background": "#16161e", "activityBar.foreground": "#787c99", - "activityBar.inactiveForeground": "#35384a", + "activityBar.inactiveForeground": "#3b3e52", //"#35384a", "activityBar.border": "#16161e", "activityBar.dropBackground": "#20222c", "activityBarBadge.background": "#3d59a1", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index c146b65..0c439c6 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -48,7 +48,7 @@ "activityBar.background": "#1f2335", "activityBar.foreground": "#7982a9", - "activityBar.inactiveForeground": "#3b4261", + "activityBar.inactiveForeground": "#41496b", //#3b4261 "activityBar.border": "#1f2335", "activityBar.dropBackground": "#282e44", "activityBarBadge.background": "#3d59a1",