From a9ef514ab17f923c0522b81797b401a828727cd9 Mon Sep 17 00:00:00 2001 From: Kristi Date: Thu, 4 Mar 2021 21:40:32 -0500 Subject: [PATCH] Add quickInput.list.focusBackground --- CHANGELOG.md | 4 ++++ themes/tokyo-night-color-theme.json | 3 +++ themes/tokyo-night-light-color-theme.json | 3 +++ themes/tokyo-night-storm-color-theme.json | 3 +++ 4 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cda72f..3baabb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.7.0 +`2021-03-04` +- Add quickInput.list.focusBackground + ## 0.6.9 `2021-01-01` - Update README diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index f045425..028746d 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -76,6 +76,9 @@ "list.dropBackground": "#1e202e", "list.deemphasizedForeground":"#787c99", "list.activeSelectionBackground": "#202330", + + "quickInput.list.focusBackground": "#202330", + "list.activeSelectionForeground": "#a9b1d6", "list.inactiveSelectionBackground": "#1c1d29", "list.inactiveSelectionForeground": "#a9b1d6", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 41d7ed5..515c6fd 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -72,6 +72,9 @@ "list.dropBackground": "#c1c2c7", "list.deemphasizedForeground":"#4c505e", "list.activeSelectionBackground": "#d5d6db", + + "quickInput.list.focusBackground": "#d5d6db", + "list.activeSelectionForeground": "#4c505e", "list.inactiveSelectionBackground": "#d5d6db", "list.inactiveSelectionForeground": "#4c505e", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 30480d6..fa8e8f4 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -76,6 +76,9 @@ "list.dropBackground": "#292e42", "list.deemphasizedForeground": "#7982a9", "list.activeSelectionBackground": "#2c324a", + + "quickInput.list.focusBackground": "#2c324a", + "list.activeSelectionForeground": "#a9b1d6", "list.inactiveSelectionBackground": "#292e42", "list.inactiveSelectionForeground": "#a9b1d6",