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] <support@github.com>

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 <astorino.mattia@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Kuba Borowski 2020-04-24 17:49:12 +02:00 committed by Mattia Astorino
parent 04d220eda7
commit 81549bdb4a
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -105,6 +105,10 @@
"selection.background": { "selection.background": {
"alpha": 40, "alpha": 40,
"value": null "value": null
},
"statusBarItem.remoteBackground": {
"alpha": 100,
"value": null
} }
} }
} }