Update color for port wtih running process

Part of microsoft/vscode-remote-release#4826
This commit is contained in:
Alex Ross
2021-04-08 14:28:27 +02:00
parent c14109e5ec
commit ffde5985b2
13 changed files with 19 additions and 6 deletions

View File

@@ -9,7 +9,8 @@
"sideBarTitle.foreground": "#FFFFFF",
"selection.background": "#008000",
"editor.selectionBackground": "#FFFFFF",
"statusBarItem.remoteBackground": "#00000000"
"statusBarItem.remoteBackground": "#00000000",
"ports.iconRunningProcessforeground": "#FFFFFF",
},
"tokenColors": [
{