We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9251671 commit f89d3b4Copy full SHA for f89d3b4
.vscode/settings.json
@@ -7,6 +7,7 @@
7
"activityBar.activeBorder": "#ee90bb",
8
"activityBar.foreground": "#e7e7e7",
9
"activityBar.inactiveForeground": "#e7e7e799",
10
+ "activityBar.activeBackground": "#1f6fd0",
11
"activityBarBadge.background": "#ee90bb",
12
"activityBarBadge.foreground": "#15202b",
13
"titleBar.activeBackground": "#1857a4",
@@ -15,7 +16,7 @@
15
16
"titleBar.inactiveForeground": "#e7e7e799",
17
"statusBar.background": "#1857a4",
18
"statusBarItem.hoverBackground": "#1f6fd0",
- "statusBar.foreground": "#e7e7e7"
19
+ "statusBar.foreground": "#e7e7e7",
20
},
21
"peacock.color": "#1857a4"
22
}
0 commit comments