diff --git a/CHANGELOG.md b/CHANGELOG.md index 150c526..75591f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Release Notes +## 0.9.0 +`2022-07-13` +- Update Storm's panel foreground and active border colors +- Update Light's panel active border color + ## 0.8.9 `2022-07-02` - Fix syntax color issue introduced in version 0.8.6 diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 25f57f0..d833e53 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -267,7 +267,7 @@ "panel.border": "#c1c2c7", "panelTitle.activeForeground": "#4c505e", "panelTitle.inactiveForeground": "#828594", - "panelTitle.activeBorder": "#cbccd1", + "panelTitle.activeBorder": "#637dbf", "panelInput.border": "#d5d6db", "statusBar.foreground": "#4c505e", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index e034da2..9418c78 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -261,9 +261,9 @@ "panel.background": "#1f2335", "panel.border": "#1b1e2e", - "panelTitle.activeForeground": "#7982a9", - "panelTitle.inactiveForeground": "#545c7e", - "panelTitle.activeBorder": "#1f2335", + "panelTitle.activeForeground": "#a9b1d6", + "panelTitle.inactiveForeground": "#7982a9", + "panelTitle.activeBorder": "#3d59a1", "panelInput.border": "#1f2335", "statusBar.foreground": "#7982a9",