From 4f1eeff1c05e67d2dbc6e6e1aec02437a03d0efe Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 23 Oct 2019 10:18:59 -0400 Subject: [PATCH] Add sidebar drop background --- CHANGELOG.md | 5 +++++ themes/tokyo-night-color-theme.json | 4 +++- themes/tokyo-night-storm-color-theme.json | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67932fb..c93e47e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes +## 0.3.1 +`2019-10-23` +- Add sidebar drop background + + ## 0.3.0 `2019-10-22` - Add Haskell Support diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 0c51941..30ab398 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -49,12 +49,14 @@ "tree.indentGuidesStroke": "#2b2b3b", "sideBar.foreground": "#787c99", "sideBar.background": "#16161e", + "sideBar.border": "#101014", "sideBarTitle.foreground": "#787c99", "sideBarSectionHeader.background": "#16161e", "sideBarSectionHeader.foreground": "#babfe0", "sideBarSectionHeader.border": "#101014", - "sideBar.border": "#101014", + "sideBar.dropBackground": "#1e202e", + "list.dropBackground": "#1e202e", "list.activeSelectionBackground": "#202330", "list.activeSelectionForeground": "#babfe0", "list.inactiveSelectionBackground": "#1c1d29", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 5c50fbe..ddd20b3 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -54,7 +54,9 @@ "sideBarSectionHeader.background": "#1f2335", "sideBarSectionHeader.foreground": "#acb0d0", "sideBarSectionHeader.border": "#1b1e2e", + "sideBar.dropBackground": "#292e42", + "list.dropBackground": "#292e42", "list.activeSelectionBackground": "#2c324a", "list.activeSelectionForeground": "#acb0d0", "list.inactiveSelectionBackground": "#292e42",