We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b1453 commit 1a4f40dCopy full SHA for 1a4f40d
1 file changed
.vscode/settings.json
@@ -7,8 +7,16 @@
7
"statusBar.background": "#b7ea9f",
8
"statusBarItem.hoverBackground": "#98e175",
9
"statusBar.foreground": "#15202b",
10
- "statusBar.border": "#b7ea9f",
11
- "titleBar.border": "#b7ea9f"
+ "activityBar.activeBackground": "#d6f3c9",
+ "activityBar.activeBorder": "#7d9ce2",
12
+ "activityBar.background": "#d6f3c9",
13
+ "activityBar.foreground": "#15202b",
14
+ "activityBar.inactiveForeground": "#15202b99",
15
+ "activityBarBadge.background": "#7d9ce2",
16
+ "activityBarBadge.foreground": "#15202b",
17
+ "sash.hoverBorder": "#d6f3c9",
18
+ "statusBarItem.remoteBackground": "#b7ea9f",
19
+ "statusBarItem.remoteForeground": "#15202b"
20
},
21
"peacock.color": "#b7ea9f"
22
}
0 commit comments