From b1d8172196e545be6e3e5c22a9b981c373fe4f29 Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 21 Jul 2022 20:44:01 -0400 Subject: [PATCH] Update editor ghost text color --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 2 ++ themes/tokyo-night-light-color-theme.json | 2 ++ themes/tokyo-night-storm-color-theme.json | 2 ++ 4 files changed, 10 insertions(+) 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",