From c19ab432b044cd3497172df6ab707be5f8aa3538 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 8 May 2018 00:01:47 +0200 Subject: [PATCH] fix: Fix statubar item hover background --- src/themes/theme-template-color-theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index bdb9a8b..bf035c7 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -725,6 +725,7 @@ "statusBar.foreground": "{{variant.scheme.statusbarForeground}}", "statusBar.debuggingBackground": "{{variant.scheme.base.purple}}", "statusBar.debuggingForeground": "{{variant.scheme.base.white}}", + "statusBarItem.hoverBackground": "{{variant.scheme.comments}}20", "activityBar.background": "{{variant.scheme.backgroundAlt}}", "activityBar.border": "{{variant.scheme.contrastBorder}}60", "activityBar.foreground": "{{variant.scheme.foreground}}", @@ -819,4 +820,4 @@ "gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90", "peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70" } -} \ No newline at end of file +}