From 7fb0bb29dccda84673cc2c9bef92e99e0bd2dffb Mon Sep 17 00:00:00 2001 From: Kristi Date: Fri, 26 Jun 2020 16:27:55 -0400 Subject: [PATCH] Update modified tab border --- CHANGELOG.md | 5 +++++ themes/tokyo-night-color-theme.json | 11 +++++++---- themes/tokyo-night-light-color-theme.json | 4 ++-- themes/tokyo-night-storm-color-theme.json | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8446b..7730500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Release Notes +## 0.5.7 +`2020-26-06` +- Update log.date color +- Update modified tab border + ## 0.5.6 `2020-13-05` - PHPDoc updates diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index a5e95df..4e7396b 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -59,7 +59,6 @@ //"activityBar.activeBackground": "#101014", "activityBar.inactiveForeground": "#3b3e52", "activityBar.border": "#16161e", - "activityBar.dropBackground": "#20222c", "activityBarBadge.background": "#3d59a1", "activityBarBadge.foreground": "#fff", @@ -213,8 +212,9 @@ "tab.unfocusedActiveForeground": "#a9b1d6", "tab.unfocusedInactiveForeground": "#787c99", "tab.unfocusedHoverForeground": "#a9b1d6", - "tab.activeModifiedBorder": "#16161e", - "tab.unfocusedActiveBorder": "#363b54", + "tab.activeModifiedBorder": "#1a1b26", + "tab.inactiveModifiedBorder": "#1f202e", + "tab.unfocusedActiveBorder": "#1f202e", "panel.background": "#16161e", "panel.border": "#101014", @@ -1204,7 +1204,10 @@ }, { "name": "HTML text", - "scope": "text.html", + "scope": [ + "text.html", + "text.log" + ], "settings": { "foreground": "#9aa5ce" } diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 646edd3..d2b8787 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -56,7 +56,6 @@ "activityBar.foreground": "#4c505e", "activityBar.inactiveForeground": "#828594", //#3b4261 "activityBar.border": "#cbccd1", - "activityBar.dropBackground": "#282e44", "activityBarBadge.background": "#34548a", "activityBarBadge.foreground": "#fff", @@ -215,7 +214,8 @@ "tab.unfocusedActiveForeground": "#383b45", "tab.unfocusedInactiveForeground": "#4c505e", "tab.unfocusedHoverForeground": "#383b45", - "tab.activeModifiedBorder": "#cbccd1", + "tab.activeModifiedBorder": "#d5d6db", + "tab.inactiveModifiedBorder": "#d5d6db", "tab.unfocusedActiveBorder": "#9da0ab", "panel.background": "#cbccd1", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index b99e6d6..bceb1f6 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -59,7 +59,6 @@ //"activityBar.activeBackground": "#1c2030", "activityBar.inactiveForeground": "#41496b", //#3b4261 "activityBar.border": "#1f2335", - "activityBar.dropBackground": "#282e44", "activityBarBadge.background": "#3d59a1", "activityBarBadge.foreground": "#fff", @@ -213,7 +212,8 @@ "tab.unfocusedActiveForeground": "#a9b1d6", "tab.unfocusedInactiveForeground": "#7982a9", "tab.unfocusedHoverForeground": "#a9b1d6", - "tab.activeModifiedBorder": "#1f2335", + "tab.activeModifiedBorder": "#282d42", + "tab.inactiveModifiedBorder": "#282d42", "tab.unfocusedActiveBorder": "#3b4261", "panel.background": "#1f2335",