Skip to content

Commit 6da1c78

Browse files
authored
Merge pull request #2 from misolori/master
Add support for statusBarItem.remoteBackground
2 parents 8425e3e + f0da7e0 commit 6da1c78

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

themes/github-sharp-dark-theme.color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"statusBar.debuggingForeground": "#cccccc",
5454
"statusBar.debuggingBackground": "#d64926",
5555
"statusBar.debuggingBorder": "#ff000000",
56+
"statusBarItem.remoteForeground": "#ffffff",
57+
"statusBarItem.remoteBackground": "#a13e25",
5658
"editorPane.background": "#1e2327",
5759
"panel.background": "#272f35",
5860
"panel.border": "#212427",

themes/github-sharp-theme.color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"statusBar.debuggingForeground": "#cccccc",
3333
"statusBar.debuggingBackground": "#d64926",
3434
"statusBar.debuggingBorder": "#ff000000",
35+
"statusBarItem.remoteForeground": "#ffffff",
36+
"statusBarItem.remoteBackground": "#d64926",
3537
"scrollbar.shadow": "#cccccc",
3638
"input.border": "#d1d1d1",
3739
"editor.background": "#f9f9f9",

0 commit comments

Comments
 (0)