From 1b6ad11e94e3e5a2c3b64b7dd60c93d9db2dd1a1 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Sun, 5 May 2019 01:24:51 -0700 Subject: [PATCH] Add support for statusBarItem.remoteBackground (#351) * Merge Develop into Master (#320) * Consistent styling throughout README (#314) (#315) Instituted a consistent styling method throughout the README. Before, some phrases would be capitalized in some places and lowercase in others, some phrases would have colons in one place and commas in others, and some of the grammar was slightly off. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * chore: Update stale configuration * chore: Update deps * fix: Add support to the new FilterWidget. Fix #316. * fix(#312): Fix color highlighting for meta.tag elements * chore: Prepare for 2.7.0 * chore: Update README * fix: accent setter reborn (#319) * Create CODEOWNERS * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Add support for statusBarItem.remoteBackground --- src/themes/theme-template-color-theme.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 1d0d00b..fe99724 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -724,6 +724,8 @@ "statusBar.debuggingBackground": "{{variant.scheme.base.purple}}", "statusBar.debuggingForeground": "{{variant.scheme.base.white}}", "statusBarItem.hoverBackground": "{{variant.scheme.comments}}20", + "statusBarItem.remoteForeground": "{{variant.scheme.base.black}}", + "statusBarItem.remoteBackground": "{{commons.accents.Teal}}", "activityBar.background": "{{variant.scheme.backgroundAlt}}", "activityBar.border": "{{variant.scheme.contrastBorder}}60", "activityBar.foreground": "{{variant.scheme.foreground}}",