Skip to content

Commit ffde598

Browse files
committed
Update color for port wtih running process
Part of microsoft/vscode-remote-release#4826
1 parent c14109e commit ffde598

13 files changed

Lines changed: 19 additions & 6 deletions

File tree

extensions/theme-abyss/themes/abyss-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@
362362
// "peekViewTitleLabel.foreground": "",
363363
// "peekViewTitleDescription.foreground": "",
364364

365+
// Ports
366+
"ports.iconRunningProcessforeground": "#80a2c2",
365367
// Editor: Diff
366368
"diffEditor.insertedTextBackground": "#31958A55",
367369
// "diffEditor.insertedTextBorder": "",

extensions/theme-defaults/themes/dark_vs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"menu.foreground": "#CCCCCC",
1717
"statusBarItem.remoteForeground": "#FFF",
1818
"statusBarItem.remoteBackground": "#16825D",
19+
"ports.iconRunningProcessforeground": "#369432",
1920
"sideBarSectionHeader.background": "#0000",
2021
"sideBarSectionHeader.border": "#ccc3",
2122
"tab.lastPinnedBorder": "#ccc3"

extensions/theme-defaults/themes/hc_black.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"sideBarTitle.foreground": "#FFFFFF",
1010
"selection.background": "#008000",
1111
"editor.selectionBackground": "#FFFFFF",
12-
"statusBarItem.remoteBackground": "#00000000"
12+
"statusBarItem.remoteBackground": "#00000000",
13+
"ports.iconRunningProcessforeground": "#FFFFFF",
1314
},
1415
"tokenColors": [
1516
{

extensions/theme-defaults/themes/light_vs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"settings.numberInputBorder": "#CECECE",
1919
"statusBarItem.remoteForeground": "#FFF",
2020
"statusBarItem.remoteBackground": "#16825D",
21+
"ports.iconRunningProcessforeground": "#369432",
2122
"sideBarSectionHeader.background": "#0000",
2223
"sideBarSectionHeader.border": "#61616130",
2324
"tab.lastPinnedBorder": "#61616130",

extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"statusBar.debuggingBackground": "#423523",
3030
"statusBar.noFolderBackground": "#423523",
3131
"statusBarItem.remoteBackground": "#6e583b",
32+
"ports.iconRunningProcessforeground": "#369432",
3233
"activityBar.background": "#221a0f",
3334
"activityBar.foreground": "#d3af86",
3435
"sideBar.background": "#362712",

extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"statusBar.noFolderBackground": "#505050",
3434
"titleBar.activeBackground": "#505050",
3535
"statusBarItem.remoteBackground": "#3655b5",
36+
"ports.iconRunningProcessforeground": "#CCCCCC",
3637
"activityBar.background": "#353535",
3738
"activityBar.foreground": "#ffffff",
3839
"activityBarBadge.background": "#3655b5",

extensions/theme-monokai/themes/monokai-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"statusBar.noFolderBackground": "#414339",
5252
"statusBar.debuggingBackground": "#75715E",
5353
"statusBarItem.remoteBackground": "#AC6218",
54+
"ports.iconRunningProcessforeground": "#ccccc7",
5455
"activityBar.background": "#272822",
5556
"activityBar.foreground": "#f8f8f2",
5657
"sideBar.background": "#1e1f1c",

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
"statusBar.noFolderBackground": "#705697",
507507
"statusBar.debuggingBackground": "#705697",
508508
"statusBarItem.remoteBackground": "#4e3c69",
509+
"ports.iconRunningProcessforeground": "#749351",
509510
"activityBar.background": "#EDEDF5",
510511
"activityBar.foreground": "#705697",
511512
"activityBarBadge.background": "#705697",

extensions/theme-red/themes/Red-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"statusBar.background": "#700000",
1111
"statusBar.noFolderBackground": "#700000",
1212
"statusBarItem.remoteBackground": "#c33",
13+
"ports.iconRunningProcessforeground": "#DB7E58",
1314
"editorGroupHeader.tabsBackground": "#330000",
1415
"titleBar.activeBackground": "#770000",
1516
"titleBar.inactiveBackground": "#772222",

extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@
462462
"statusBar.debuggingBackground": "#00212B",
463463
"statusBar.noFolderBackground": "#00212B",
464464
"statusBarItem.remoteBackground": "#2AA19899",
465+
"ports.iconRunningProcessforeground": "#369432",
465466
"statusBarItem.prominentBackground": "#003847",
466467
"statusBarItem.prominentHoverBackground": "#003847",
467468
// "statusBarItem.activeBackground": "",

0 commit comments

Comments
 (0)