From 1541b4e90e8c355fdce09d407893551a99e6967b Mon Sep 17 00:00:00 2001 From: about-code Date: Sat, 18 May 2019 20:10:31 +0200 Subject: [PATCH] Closes #4. Styling Tree Filter Widget (vscode 1.31+) --- themes/adapted-dark.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/adapted-dark.json b/themes/adapted-dark.json index fbedb7f..f7169e2 100644 --- a/themes/adapted-dark.json +++ b/themes/adapted-dark.json @@ -26,6 +26,9 @@ "scrollbar.shadow": "#00000000", "pickerGroup.foreground": "#009688", "progressBar.background": "#00BCD4", + "listFilterWidget.background": "#222D32", + "listFilterWidget.outline": "#A6E22E", + "listFilterWidget.noMatchesOutline": "#ff0000", // BADGES "badge.background": "#ee3000", "badge.foreground": "#f8f8f2",