From 16c91221d1fb861084389cf7455b1995767d916a Mon Sep 17 00:00:00 2001 From: Dominic Egginton Date: Sat, 17 Apr 2021 09:13:53 +0100 Subject: [PATCH] fix sidebar contrast --- src/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.js b/src/theme.js index 1c8bb20..d4647ed 100644 --- a/src/theme.js +++ b/src/theme.js @@ -69,7 +69,7 @@ function getTheme({ theme, name }) { "activityBar.activeBorder" : color.underlinenav.borderActive, "activityBar.border" : color.border.primary, - "sideBar.foreground" : color.text.secondary, + "sideBar.foreground" : color.text.primary, "sideBar.background" : color.bg.canvasInset, "sideBar.border" : color.border.primary, "sideBarTitle.foreground" : color.text.primary,