Skip to content

Commit aa19839

Browse files
change VScode colors
1 parent b8f9cc4 commit aa19839

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
"statusBar.background": "#ffa500",
1212
"statusBar.foreground": "#15202b",
1313
"statusBarItem.hoverBackground": "#cc8400",
14-
"statusBarItem.remoteBackground": "#ffa500",
14+
"statusBarItem.remoteBackground": "#008053",
1515
"statusBarItem.remoteForeground": "#15202b",
1616
"titleBar.activeBackground": "#ffa500",
1717
"titleBar.activeForeground": "#15202b",
1818
"titleBar.inactiveBackground": "#ffa50099",
19-
"titleBar.inactiveForeground": "#15202b99"
19+
"titleBar.inactiveForeground": "#15202b99",
20+
"activityBarTop.activeBackground": "#ffb733",
21+
"activityBarTop.background": "#ffb733",
22+
"activityBarTop.foreground": "#15202b",
23+
"activityBarTop.inactiveForeground": "#15202b99",
24+
"commandCenter.foreground": "#15202b",
25+
"statusBar.debuggingBackground": "#ffa500",
26+
"statusBar.debuggingForeground": "#15202b"
2027
},
2128
"peacock.color": "orange"
2229
}

0 commit comments

Comments
 (0)