From 81549bdb4a6cfb811ebeba6b510a63a2bf7a9dc6 Mon Sep 17 00:00:00 2001 From: Kuba Borowski Date: Fri, 24 Apr 2020 17:49:12 +0200 Subject: [PATCH] Fix statusBarItem.remoteBackground not changing with accent color (#475) * Update README.md * Bump acorn from 6.3.0 to 6.4.1 (#464) Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix statusBarItem.remoteBackground not changing with accent color Co-authored-by: Mattia Astorino Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- material-theme.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/material-theme.config.json b/material-theme.config.json index 2325ad4..9371a0a 100644 --- a/material-theme.config.json +++ b/material-theme.config.json @@ -105,6 +105,10 @@ "selection.background": { "alpha": 40, "value": null + }, + "statusBarItem.remoteBackground": { + "alpha": 100, + "value": null } } }