Fix status bar hover/active background (#168233)

This commit is contained in:
David Dossett 2022-12-06 14:24:55 -08:00 committed by GitHub
parent ac88f33e2c
commit a3ce458be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,9 +104,9 @@
"statusBar.debuggingForeground": "#000000",
"statusBar.foreground": "#ffffffc5",
"statusBar.noFolderBackground": "#1f1f1f",
"statusBarItem.activeBackground": "#ffffff",
"statusBarItem.activeBackground": "#202020",
"statusBarItem.hoverBackground": "#202020",
"statusBarItem.focusBorder": "#2488d8",
"statusBarItem.hoverBackground": "#c9d1d914",
"statusBarItem.prominentBackground": "#6e768166",
"statusBarItem.remoteBackground": "#2488d8",
"statusBarItem.remoteForeground": "#000000",