We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea73a0 commit 37e52e8Copy full SHA for 37e52e8
.vscode/settings.json
@@ -1,3 +1,8 @@
1
{
2
- "CodeGPT.apiKey": "CodeGPT Plus Beta"
+ "CodeGPT.apiKey": "CodeGPT Plus Beta",
3
+ "workbench.colorCustomizations": {
4
+ "activityBar.background": "#0C3237",
5
+ "titleBar.activeBackground": "#11464D",
6
+ "titleBar.activeForeground": "#F3FBFC"
7
+ }
8
}
0 commit comments