diff --git a/CHANGELOG.md b/CHANGELOG.md index 75591f9..0b072e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.9.1 +`2022-07-21` +- Update editor ghost text color + ## 0.9.0 `2022-07-13` - Update Storm's panel foreground and active border colors diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 6c2d0bd..725eada 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -197,6 +197,8 @@ "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", + "editorGhostText.foreground": "#646e9c", + "minimapGutter.modifiedBackground": "#425882", "minimapGutter.addedBackground": "#1C5957", "minimapGutter.deletedBackground": "#944449", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index d833e53..742344e 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -200,6 +200,8 @@ "editorGutter.addedBackground": "#71b6bd", "editorGutter.deletedBackground": "#a8626a", + "editorGhostText.foreground": "#73767d", + // "minimapGutter.modifiedBackground": "#425882", // "minimapGutter.addedBackground": "#166775", // "minimapGutter.deletedBackground": "#944449", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 9418c78..954a8e1 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -197,6 +197,8 @@ "editorGutter.addedBackground": "#164846", "editorGutter.deletedBackground": "#823c41", + "editorGhostText.foreground": "#7582ba", + "minimapGutter.modifiedBackground": "#425882", "minimapGutter.addedBackground": "#1C5957", "minimapGutter.deletedBackground": "#944449",